summaryrefslogtreecommitdiff
path: root/gnome-applets.doap
diff options
context:
space:
mode:
authorCallum McKenzie <callum@spooky-possum.org>2009-04-21 13:37:49 +1200
committerCallum McKenzie <callum@spooky-possum.org>2009-04-21 13:45:53 +1200
commit5b2abeef34f72c48c3000e83ffc59dadec58f397 (patch)
treefb3bf8b834410ef217b571bb477d1d56c974c98e /gnome-applets.doap
parentf2ff4fe5e9570218a94a2a394bcfcb92f64dabd6 (diff)
Add a gnome-applets.doap file to make the cgit listing pretty.
Diffstat (limited to 'gnome-applets.doap')
-rw-r--r--gnome-applets.doap59
1 files changed, 59 insertions, 0 deletions
diff --git a/gnome-applets.doap b/gnome-applets.doap
new file mode 100644
index 000000000..1ed060d8c
--- /dev/null
+++ b/gnome-applets.doap
@@ -0,0 +1,59 @@
+<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-applets</name>
+
+ <shortdesc xml:lang="en">Applets for the GNOME panel</shortdesc>
+
+ <homepage rdf:resource="http://live.gnome.org/GnomeApplets" />
+
+ <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gnome-utils-list" />
+ <download-page rdf:resource="http://download.gnome.org/sources/gnome-applets/" />
+ <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gnome-applets" />
+
+ <category rdf:resource="http://api.gnome.org/doap-extensions#desktop" />
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Callum McKenzie</foaf:name>
+ <gnome:userid>callum</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Ryan Lortie</foaf:name>
+ <gnome:userid>ryanl</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>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Sergey Udaltsov</foaf:name>
+ <foaf:mbox rdf:resource="svu@gnome.org" />
+ <gnome:userid>svu</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Ronald Bultje</foaf:name>
+ <foaf:mbox rdf:resource="rbultje at ronald dot bitfreak dot net" />
+ <gnome:userid>rbultje</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Raphael Slinckx</foaf:name>
+ <foaf:mbox rdf:resource="raphael@slinckx.net" />
+ <gnome:userid>rslinckx</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>