summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlav Vitters <olav@bkor.dhs.org>2009-04-23 19:07:47 +0200
committerOlav Vitters <olav@bkor.dhs.org>2009-04-23 19:07:47 +0200
commitf116d1b03d36b4b527f57ee853ebaa17f4c90f21 (patch)
treea8602ea94c0405ff3565b69b58e985d3caceed5d
parentbc803b3dd4ed36ea6694208b0ee6de006728a4d1 (diff)
Add DOAP file
-rw-r--r--gnome-mag.doap27
1 files changed, 27 insertions, 0 deletions
diff --git a/gnome-mag.doap b/gnome-mag.doap
new file mode 100644
index 0000000..00fd5c7
--- /dev/null
+++ b/gnome-mag.doap
@@ -0,0 +1,27 @@
+<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">gnome-mag</name>
+ <shortdesc xml:lang="en">Screen magnifier</shortdesc>
+ <download-page rdf:resource="http://download.gnome.org/sources/gnome-mag/" />
+ <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gnome-mag" />
+ <category rdf:resource="http://api.gnome.org/doap-extensions#desktop" />
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Bill Haneman</foaf:name>
+ <foaf:mbox rdf:resource="bill.haneman@sun.com" />
+ <gnome:userid>billh</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Carlos Eduardo Rodrigues DiĆ³genes</foaf:name>
+ <foaf:mbox rdf:resource="carlosd gnome org" />
+ <gnome:userid>carlosd</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>