[gtk-web] Add DOAP file



commit efdbca4d4b23446f3cef2d30df1ce27a66f2c881
Author: Olav Vitters <olav vitters nl>
Date:   Thu Aug 25 21:15:10 2011 +0200

    Add DOAP file

 gtk-web.doap |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)
---
diff --git a/gtk-web.doap b/gtk-web.doap
new file mode 100644
index 0000000..d0d3fa5
--- /dev/null
+++ b/gtk-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">gtk-web</name>
+  <shortdesc xml:lang="en">GTK+ website</shortdesc>
+  <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=gtk%2B"; />
+
+  <category rdf:resource="http://api.gnome.org/doap-extensions#infrastructure"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Martyn Russell</foaf:name>
+      <gnome:userid>mr</gnome:userid>
+      <foaf:mbox rdf:resource="mailto:martyn lanedo com"/>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Tim Janik</foaf:name>
+      <gnome:userid>timj</gnome:userid>
+      <foaf:mbox rdf:resource="mailto:timj lanedo com"/>
+    </foaf:Person>
+  </maintainer>
+</Project>



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