Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--evince.doap31
2 files changed, 35 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11dd658..543ffd6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
diff --git a/evince.doap b/evince.doap
new file mode 100644
index 0000000..a6b1f34
--- /dev/null
+++ b/evince.doap
@@ -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>