[gdm] Add doap file to toplevel for cgit



commit ac18f72a5e169a2af4f94fba7d98a90cf2d5e295
Author: Ray Strode <rstrode redhat com>
Date:   Fri Apr 17 09:44:42 2009 -0400

    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.
---
 gdm.doap |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/gdm.doap b/gdm.doap
new file mode 100644
index 0000000..220d18d
--- /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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]