-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
evince.doap: Added project description.
- Loading branch information
Nickolay V. Shmyrev
authored and
Kristian Høgsberg
committed
Apr 24, 2009
1 parent
ec6b75f
commit e8b9da3
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<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="http://projects.gnome.org/evince/" /> | ||
<mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/evince-list" /> | ||
<maintainer> | ||
<foaf:Person> | ||
<foaf:name>Name: Jonathan Blandford</foaf:name> | ||
<foaf:mbox rdf:resource="jrb@redhat.com" /> | ||
<gnome:userid>jrb</gnome:userid> | ||
</foaf:Person> | ||
</maintainer> | ||
<maintainer> | ||
<foaf:Person> | ||
<foaf:name>Nickolay V. Shmyrev</foaf:name> | ||
<foaf:mbox rdf:resource="nshmyrev@yandex.ru" /> | ||
<gnome:userid>nshmyrev</gnome:userid> | ||
</foaf:Person> | ||
</maintainer> | ||
<maintainer> | ||
<foaf:Person> | ||
<foaf:name>Carlos Garcia Campos</foaf:name> | ||
<foaf:mbox rdf:resource="carlosgc@gnome.org" /> | ||
<gnome:userid>carlosgc</gnome:userid> | ||
</foaf:Person> | ||
</maintainer> | ||
</Project> |