[pygi] Add a doap file



commit 6f50d5102aec9288e1851f12e9d232b9c141d524
Author: Simon van der Linden <svdlinden src gnome org>
Date:   Sun Nov 8 15:40:51 2009 +0100

    Add a doap file

 pygi.doap |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/pygi.doap b/pygi.doap
new file mode 100644
index 0000000..5e5fcd9
--- /dev/null
+++ b/pygi.doap
@@ -0,0 +1,17 @@
+<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">PyGI</name>
+  <shortdesc xml:lang="en">Python dynamic bindings based on GObject-Introspection</shortdesc>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Simon van der Linden</foaf:name>
+      <foaf:mbox rdf:resource="mailto:svdlinden src gnome org" />
+      <gnome:userid>svdlinden</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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