[gimp-web] Add gimp-web.doap.



commit 650e7d77d758e7c3e8b1612d0717ea4fb92a2f40
Author: Michael Schumacher <schumaml gmx de>
Date:   Thu Jul 23 00:42:39 2009 +0200

    Add gimp-web.doap.

 gimp-web.doap |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)
---
diff --git a/gimp-web.doap b/gimp-web.doap
new file mode 100644
index 0000000..c30f571
--- /dev/null
+++ b/gimp-web.doap
@@ -0,0 +1,27 @@
+<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">gimp-web</name>
+  <shortdesc xml:lang="en">GIMP website</shortdesc>
+  <homepage rdf:resource="http://www.gimp.org/"; />
+  <mailing-list rdf:resource="http://lists.xcf.berkeley.edu/lists/gimp-web/"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#infrastructure"; />
+
+  <author>
+    <foaf:Person>
+      <foaf:name>Martin Nordholts</foaf:name>
+      <gnome:userid>martinn</gnome:userid>
+    </foaf:Person>
+  </author>
+
+  <author>
+    <foaf:Person>
+      <foaf:name>Michael Schumacher</foaf:name>
+      <gnome:userid>schumaml</gnome:userid>
+    </foaf:Person>
+  </author>
+
+</Project>
\ No newline at end of file



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