[gnome-python] Add DOAP file



commit 1819b4d4dda43f631e262ee7f2780321787e144b
Author: Olav Vitters <olav bkor dhs org>
Date:   Thu Apr 23 22:40:55 2009 +0200

    Add DOAP file
---
 gnome-python.doap |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/gnome-python.doap b/gnome-python.doap
new file mode 100644
index 0000000..5c48ee4
--- /dev/null
+++ b/gnome-python.doap
@@ -0,0 +1,19 @@
+<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">gnome-python</name>
+  <shortdesc xml:lang="en">Python bindings for a few GNOME Developer Platform libraries</shortdesc>
+  <download-page rdf:resource="http://download.gnome.org/sources/gnome-python/"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gnome-python"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#bindings"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Gustavo J Carneiro</foaf:name>
+      <gnome:userid>gjc</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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