[pygtk-web] 2011-05-10 Rafael Villar Burke <pachi rvburke com>



commit 90646f89a5bc019c80c09e0196ec5f5d159650be
Author: Rafael Villar Burke <pachi rvburke com>
Date:   Tue May 10 13:11:15 2011 +0200

    2011-05-10  Rafael Villar Burke  <pachi rvburke com>
    
    	* pygtk-web.doap: Add proyect Metadata file

 ChangeLog      |    1 +
 pygtk-web.doap |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index b30b5cc..196f3e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2011-05-10  Rafael Villar Burke  <pachi rvburke com>
 
 	* downloads.src: Update links to 2.24 (AIO and stable series)
+	* pygtk-web.doap: Add proyect Metadata file
 
 2011-04-02  Rafael Villar Burke  <pachi rvburke com>
 
diff --git a/pygtk-web.doap b/pygtk-web.doap
new file mode 100644
index 0000000..6812862
--- /dev/null
+++ b/pygtk-web.doap
@@ -0,0 +1,56 @@
+<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 Website</name>
+  <shortdesc xml:lang="en">PyGTK and PyGObject bindings website</shortdesc>
+  <homepage rdf:resource="http://www.pygtk.org"; />
+  <mailing-list rdf:resource="http://www.daa.com.au/mailman/listinfo/pygtk"; />
+  <category rdf:resource="http://developer.gnome.org/pygtk/"; />
+  <category rdf:resource="http://developer.gnome.org/pygobject/"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Rafael Villar Burke</foaf:name>
+      <gnome:userid>rvburke</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Johan Dahlin</foaf:name>
+      <gnome:userid>johan</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Joha Finlay</foaf:name>
+      <gnome:userid>finlay</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Christian Robottom Reis</foaf:name>
+      <gnome:userid>kiko</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Lorenzo Gil Sánchez</foaf:name>
+      <gnome:userid>lgs</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>J. A. M. 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]