[banter] Add DOAP file



commit b3e917f2994d9dab9208d09e5f95ee6a99f92eec
Author: Olav Vitters <olav bkor dhs org>
Date:   Thu Apr 23 18:10:13 2009 +0200

    Add DOAP file
---
 banter.doap |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/banter.doap b/banter.doap
new file mode 100644
index 0000000..6907a85
--- /dev/null
+++ b/banter.doap
@@ -0,0 +1,35 @@
+<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">banter</name>
+  <shortdesc xml:lang="en">Real Time Collaboration Client</shortdesc>
+  <homepage rdf:resource="http://live.gnome.org/Banter"; />
+  <download-page rdf:resource="http://download.gnome.org/sources/banter/"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=banter"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>oyd Timothy</foaf:name>
+      <foaf:mbox rdf:resource="btimothy gmail com" />
+      <gnome:userid>btimothy</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Brady Anderson</foaf:name>
+      <foaf:mbox rdf:resource="brady anderson gmail com" />
+      <gnome:userid>bradya</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Calvin Gaisford</foaf:name>
+      <foaf:mbox rdf:resource="calvinrg gmail com" />
+      <gnome:userid>calvinrg</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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