summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@litl.com>2009-04-17 15:41:18 -0300
committerJohan Dahlin <johan@gnome.org>2009-04-17 15:41:18 -0300
commit05625be99d5365b261c2ec16ae59a94ff59b0fce (patch)
tree5d2b5d4c16513328493cbdfb84cf663f3dbfa316
parent6a7db6bf2ee6f9d80cac4578a7d4314df3c3bcdd (diff)
downloadpygobject-05625be99d5365b261c2ec16ae59a94ff59b0fce.tar.gz
pygobject-05625be99d5365b261c2ec16ae59a94ff59b0fce.tar.xz
pygobject-05625be99d5365b261c2ec16ae59a94ff59b0fce.zip
Add a doap file
-rw-r--r--pygobject.doap24
1 files changed, 24 insertions, 0 deletions
diff --git a/pygobject.doap b/pygobject.doap
new file mode 100644
index 0000000..9639170
--- /dev/null
+++ b/pygobject.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">PyGObject</name>
+ <shortdesc xml:lang="en">Python bindings GLib, GObject and GIO</shortdesc>
+ <homepage rdf:resource="http://www.pygtk.org" />
+ <mailing-list rdf:resource="http://www.daa.com.au/mailman/listinfo/pygtk" />
+
+ <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>