[banshee] Add banshee.doap for cgit purposes



commit 1621057422d2c62bba3958bba69e84c8be8651a3
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Thu Apr 16 16:42:43 2009 -0500

    Add banshee.doap for cgit purposes
---
 banshee.doap |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/banshee.doap b/banshee.doap
new file mode 100644
index 0000000..f1c7618
--- /dev/null
+++ b/banshee.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#";>
+
+  <!--
+  This is a DOAP template file.  It contains Pulse's best guesses at
+  some basic content.  You should verify the information in this file
+  and modify anything that isn't right.  Add the corrected file to your
+  source code repository to help tools better understand your project.
+  -->
+
+  <name xml:lang="en">banshee</name>
+  <shortdesc xml:lang="en">Play and organize your media collection</shortdesc>
+  <homepage rdf:resource="http://www.banshee-project.org/"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/banshee-list"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Aaron Bockover</foaf:name>
+      <foaf:mbox rdf:resource="abock gnome org" />
+      <gnome:userid>abock</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Gabriel Burt</foaf:name>
+      <foaf:mbox rdf:resource="gabriel burt gmail com" />
+      <gnome:userid>gburt</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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