Add general project and maintainer information.
authorTravis Reitter <travis.reitter@collabora.co.uk>
Thu, 15 Jul 2010 04:17:46 +0000 (21:17 -0700)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Thu, 15 Jul 2010 05:09:51 +0000 (22:09 -0700)
folks.doap [new file with mode: 0644]

diff --git a/folks.doap b/folks.doap
new file mode 100644 (file)
index 0000000..d4f8f7e
--- /dev/null
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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">Folks</name>
+  <shortdesc xml:lang="en">People aggregation library</shortdesc>
+  <homepage rdf:resource="http://telepathy.freedesktop.org/wiki/Folks" />
+  <mailing-list rdf:resource="http://lists.freedesktop.org/mailman/listinfo/telepathy" />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#platform" />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Travis Reitter</foaf:name>
+      <foaf:mbox rdf:resource="mailto:travis.reitter@collabora.co.uk" />
+      <gnome:userid>treitter</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Philip Withnall</foaf:name>
+      <foaf:mbox rdf:resource="mailto:philip.withnall@collabora.co.uk" />
+      <gnome:userid>pwithnall</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>