[gimp-web-devel] add DOAP file for http://git.gnome.org/cgit/



commit 8664d266f331ebda2ee7fda57d604975c14c2ae8
Author: Sven Neumann <s neumann raumfeld com>
Date:   Mon Aug 3 20:37:27 2009 +0200

    add DOAP file for http://git.gnome.org/cgit/

 gimp-web-devel.doap |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/gimp-web-devel.doap b/gimp-web-devel.doap
new file mode 100644
index 0000000..d0930b8
--- /dev/null
+++ b/gimp-web-devel.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">gimp-web-devel</name>
+  <shortdesc xml:lang="en">developer.gimp.org web-site</shortdesc>
+  <homepage rdf:resource="http://developer.gimp.org"; />
+  <mailing-list rdf:resource="http://gimp.org/mail_lists.html"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#productivity"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Sven Neumann</foaf:name>
+      <gnome:userid>neo</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Raphaël Quinet</foaf:name>
+      <gnome:userid>raphael</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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