[pygoocanvas] Add a doap file to the tree



commit 3d591acf862fff4690b85a3aef077df1b93b3500
Author: Gian Mario Tagliaretti <gianmt gnome org>
Date:   Sat Apr 18 00:34:22 2009 +0200

    Add a doap file to the tree
    
    We follow the new rules and add a new doap file with pygoocanvas
    details, MAINTAINERS file may disappear soon
---
 pygoocanvas.doap |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/pygoocanvas.doap b/pygoocanvas.doap
new file mode 100644
index 0000000..5075a45
--- /dev/null
+++ b/pygoocanvas.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">PyGoocanvas</name>
+  <shortdesc xml:lang="en">Python bindings for Goocanvas</shortdesc>
+  <homepage rdf:resource="http://live.gnome.org/PyGoocanvas"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/goocanvas-list"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Gian Mario Tagliaretti</foaf:name>
+      <gnome:userid>gianmt</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]