[foundation-web] Add .doap file



commit 4c5637a1bf9f9fea580923da39e221fa2226fbcb
Author: Jaap A. Haitsma <jaap haitsma org>
Date:   Sun May 17 16:15:36 2009 +0200

    Add .doap file
---
 foundation-web.doap |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/foundation-web.doap b/foundation-web.doap
new file mode 100644
index 0000000..5f8a0ec
--- /dev/null
+++ b/foundation-web.doap
@@ -0,0 +1,20 @@
+<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">Website foundation.gnome.org</name>
+  <shortdesc xml:lang="en">Website foundation.gnome.org</shortdesc>
+  <homepage rdf:resource="http://foundation.gnome.org"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/foundation-list"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#infrastructure""; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Jeff Waugh</foaf:name>
+      <foaf:mbox rdf:resource="jdub perkypants org" />
+      <gnome:userid>jdub</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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