[pygtk] Add a doap file



commit 4e068d34cadbec3d6967c626b8b8cd4ea8921f89
Author: Johan Dahlin <jdahlin litl com>
Date:   Fri Apr 17 15:39:32 2009 -0300

    Add a doap file
---
 pygtk.doap |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/pygtk.doap b/pygtk.doap
new file mode 100644
index 0000000..1d812b8
--- /dev/null
+++ b/pygtk.doap
@@ -0,0 +1,24 @@
+<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">PyGTK</name>
+  <shortdesc xml:lang="en">Python bindings for Atk, Pango, Gtk and libglade</shortdesc>
+  <homepage rdf:resource="http://www.pygtk.org"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/desktop-devel-list"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Johan Dahlin</foaf:name>
+      <gnome:userid>johan</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <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]