[beagle] Add a DOAP file for Beagle for cgit niceness



commit 6d10c3078b96080644c884ef4c011f6435beb637
Author: Joe Shaw <joe joeshaw org>
Date:   Thu Apr 16 17:25:43 2009 -0400

    Add a DOAP file for Beagle for cgit niceness
    
    Woo!  First git commit!
---
 beagle.doap |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/beagle.doap b/beagle.doap
new file mode 100644
index 0000000..ec9ec22
--- /dev/null
+++ b/beagle.doap
@@ -0,0 +1,25 @@
+<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">Beagle</name>
+  <shortdesc xml:lang="en">Desktop indexing and search system</shortdesc>
+  <homepage rdf:resource="http://beagle-project.org/"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/dashboard-hackers"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>D Bera</foaf:name>
+      <gnome:userid>dbera</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Joe Shaw</foaf:name>
+      <foaf:mbox rdf:resource="joe joeshaw org" />
+      <gnome:userid>joeshaw</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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