[art-web] Add .doap file



commit 4c716ba267376f63c48b2c1dc1eadbd7967d7d08
Author: Jaap A. Haitsma <jaap haitsma org>
Date:   Sun May 17 16:45:43 2009 +0200

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

diff --git a/art-web.doap b/art-web.doap
new file mode 100644
index 0000000..bb90b14
--- /dev/null
+++ b/art-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 art.gnome.org</name>
+  <shortdesc xml:lang="en">Website art.gnome.org</shortdesc>
+  <homepage rdf:resource="http://art.gnome.org"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/artweb-list"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#infrastructure"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Thomas Wood</foaf:name>
+      <foaf:mbox rdf:resource="mailto:thos gnome org" />
+      <gnome:userid>thos</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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