summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@recto.localdomain>2009-04-18 01:50:06 -0500
committerShaun McCance <shaunm@recto.localdomain>2009-04-18 01:50:06 -0500
commit01fa9739ce0ae8e4821613f677123dfd8ac471fc (patch)
tree4627adc610079208837e6d065aa160b839f947e1
parent68241bf8b14cb66e74f2facf0b203902422fd012 (diff)
downloadyelp-01fa9739ce0ae8e4821613f677123dfd8ac471fc.tar.gz
Adding DOAP file for Yelp
-rw-r--r--yelp.doap35
1 files changed, 35 insertions, 0 deletions
diff --git a/yelp.doap b/yelp.doap
new file mode 100644
index 00000000..97758bc0
--- /dev/null
+++ b/yelp.doap
@@ -0,0 +1,35 @@
+<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">Help</name>
+ <shortdesc xml:lang="en">Get help with GNOME</shortdesc>
+
+ <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gnome-doc-devel-list" />
+ <download-page rdf:resource="http://download.gnome.org/sources/yelp/" />
+ <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=Yelp" />
+
+ <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>Brent Smith</foaf:name>
+ <foaf:mbox rdf:resource="gnome@nextreality.net" />
+ <gnome:userid>bmsmith</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Don Scorgie</foaf:name>
+ <foaf:mbox rdf:resource="Don@Scorgie.org" />
+ <gnome:userid>dscorgie</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>