Skip to content

Commit

Permalink
evince.doap: Added project description.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickolay V. Shmyrev authored and Kristian Høgsberg committed Apr 24, 2009
1 parent ec6b75f commit e8b9da3
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2009-04-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>

* evince.doap: Added project description.

2009-04-10 Carlos Garcia Campos <carlosgc@gnome.org>

* shell/main.c: (main):
Expand Down
31 changes: 31 additions & 0 deletions evince.doap
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>

0 comments on commit e8b9da3

Please sign in to comment.