[testinggtk] add required DOAP file. I'm not so fond of this boilerplate.



commit 6b7e44b6e65e98820d579a556f5c82cbabefe269
Author: Björn Lindqvist <bjourne gmail com>
Date:   Sat Jun 6 23:14:21 2009 +0200

    add required DOAP file. I'm not so fond of this boilerplate.
---
 testinggtk.doap |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/testinggtk.doap b/testinggtk.doap
new file mode 100644
index 0000000..29f153e
--- /dev/null
+++ b/testinggtk.doap
@@ -0,0 +1,18 @@
+<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">testinggtk</name>
+  <shortdesc xml:lang="en">A comprehensive testsuite for GTK+ in Python</shortdesc>
+  <homepage rdf:resource="http://git.gnome.org/cgit/testinggtk/tree/"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#other"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Björn Lindqvist</foaf:name>
+      <gnome:userid>bjornl</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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