summaryrefslogtreecommitdiff
path: root/gdm.doap
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2009-04-17 09:44:42 -0400
committerRay Strode <rstrode@redhat.com>2009-04-17 09:48:02 -0400
commitac18f72a5e169a2af4f94fba7d98a90cf2d5e295 (patch)
tree0c732d716fdeec1eb32f5cdff2ba41b7d3f6303f /gdm.doap
parent0adff21a8f06ec62595e998ad1c2623d3e152eca (diff)
downloadgdm-ac18f72a5e169a2af4f94fba7d98a90cf2d5e295.tar.gz
Add doap file to toplevel for cgit
Right now cgit (at http://git.gnome.org) shows GDM as "Unnamed repository ...". By adding this doap file we should get a more accurate description.
Diffstat (limited to 'gdm.doap')
-rw-r--r--gdm.doap33
1 files changed, 33 insertions, 0 deletions
diff --git a/gdm.doap b/gdm.doap
new file mode 100644
index 00000000..220d18df
--- /dev/null
+++ b/gdm.doap
@@ -0,0 +1,33 @@
+<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">gdm</name>
+ <shortdesc xml:lang="en">Display manager and login screen</shortdesc>
+ <homepage rdf:resource="http://projects.gnome.org/gdm/" />
+ <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gdm-list" />
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>William Jon McCann</foaf:name>
+ <foaf:mbox rdf:resource="jmccann@redhat.com" />
+ <gnome:userid>mccann</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Brian Cameron</foaf:name>
+ <foaf:mbox rdf:resource="Brian.Cameron@sun.com" />
+ <gnome:userid>bcameron</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Ray Strode</foaf:name>
+ <foaf:mbox rdf:resource="rstrode@redhat.com" />
+ <gnome:userid>halfline</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>