[libsocialweb] Add DOAP file



commit ee42b49a18d7df53f674096c896f69c5a0a2ba74
Author: Rob Bradford <rob linux intel com>
Date:   Thu Oct 7 15:17:56 2010 +0100

    Add DOAP file

 libsocialweb.doap |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/libsocialweb.doap b/libsocialweb.doap
new file mode 100644
index 0000000..f672aeb
--- /dev/null
+++ b/libsocialweb.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">libsocialweb</name>
+  <shortdesc xml:lang="en">Social web services integration framework</shortdesc>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Rob Bradford</foaf:name>
+      <foaf:mbox rdf:resource="mailto:rob linux intel com" />
+      <gnome:userid>rbradford</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+  <maintainer>
+     <foaf:Person>
+       <foaf:name>Ross Burton</foaf:name>
+       <foaf:mbox rdf:resource="mailto:ross linux intel com"/>
+       <gnome:userid>rburton</gnome:userid>
+     </foaf:Person>
+  </maintainer>
+</Project>



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