summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2009-04-19 15:36:51 -0500
committerShaun McCance <shaunm@gnome.org>2009-04-19 15:36:51 -0500
commit4f89e4d4173ee812b865a0316e5f5691e649aa9d (patch)
tree7382d3817b315d23a7ece75f4a1eec334b4848a2
parente913321def8b19ca8f09c34d4a9093919210eb00 (diff)
downloadgnome-doc-utils-4f89e4d4173ee812b865a0316e5f5691e649aa9d.tar.gz
Adding DOAP file
-rw-r--r--gnome-doc-utils.doap30
1 files changed, 30 insertions, 0 deletions
diff --git a/gnome-doc-utils.doap b/gnome-doc-utils.doap
new file mode 100644
index 0000000..f08a491
--- /dev/null
+++ b/gnome-doc-utils.doap
@@ -0,0 +1,30 @@
+<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 Documentation Utilities</name>
+ <shortdesc xml:lang="en">Collection of tools for building and converting documentation</shortdesc>
+
+ <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gnome-doc-devel-list" />
+ <download-page rdf:resource="http://download.gnome.org/sources/gnome-doc-utils/" />
+ <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gnome-doc-utils" />
+
+ <category rdf:resource="http://api.gnome.org/doap-extensions#desktop" />
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Shaun McCance</foaf:name>
+ <foaf:mbox rdf:resource="shaunm@gnome.org" />
+ <gnome:userid>shaunm</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Danilo Ĺ egan</foaf:name>
+ <foaf:mbox rdf:resource="danilo@gnome.org" />
+ <gnome:userid>danilo</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>