]> www.fi.muni.cz Git - evince.git/commitdiff
evince.doap: Added project description.
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>
Fri, 17 Apr 2009 07:22:33 +0000 (11:22 +0400)
committerKristian Høgsberg <krh@redhat.com>
Fri, 24 Apr 2009 01:30:30 +0000 (21:30 -0400)
ChangeLog
evince.doap [new file with mode: 0644]

index 11dd6584fb314dafb373f491cc8e5545270fe985..543ffd6292cb05dce9cbb717423a3b609295dafb 100644 (file)
--- 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 (file)
index 0000000..a6b1f34
--- /dev/null
@@ -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>