Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
evince/evince.doap
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
28 lines (28 sloc)
1.24 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" | |
xmlns:foaf="http://xmlns.com/foaf/0.1/" | |
xmlns:gnome="http://api.gnome.org/doap-extensions#" | |
xmlns="http://usefulinc.com/ns/doap#"> | |
<name xml:lang="en">Document Viewer</name> | |
<shortdesc xml:lang="en">View multipage documents</shortdesc> | |
<homepage rdf:resource="https://wiki.gnome.org/Apps/Evince" /> | |
<mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/evince-list" /> | |
<download-page rdf:resource="http://download.gnome.org/sources/evince/" /> | |
<bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=evince" /> | |
<category rdf:resource="http://api.gnome.org/doap-extensions#core" /> | |
<programming-language>C</programming-language> | |
<maintainer> | |
<foaf:Person> | |
<foaf:name>Carlos Garcia Campos</foaf:name> | |
<foaf:mbox rdf:resource="mailto:carlosgc@gnome.org" /> | |
<gnome:userid>carlosgc</gnome:userid> | |
</foaf:Person> | |
</maintainer> | |
<maintainer> | |
<foaf:Person> | |
<foaf:name>Christian Persch</foaf:name> | |
<foaf:mbox rdf:resource="mailto:chpe@gnome.org" /> | |
<gnome:userid>chpe</gnome:userid> | |
</foaf:Person> | |
</maintainer> | |
</Project> |