[goocanvas] Add a doap file to the tree



commit 64e2386e6995b7409533430e7a580faaf8d4151a
Author: Gian Mario Tagliaretti <gianmt gnome org>
Date:   Sun Apr 19 16:58:41 2009 +0200

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

diff --git a/goocanvas.doap b/goocanvas.doap
new file mode 100644
index 0000000..a3a0db9
--- /dev/null
+++ b/goocanvas.doap
@@ -0,0 +1,18 @@
+<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">Goocanvas</name>
+  <shortdesc xml:lang="en">A canvas widget for GTK+ that uses the cairo 2D library for drawing</shortdesc>
+  <homepage rdf:resource="http://live.gnome.org/GooCanvas"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/goocanvas-list"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Damon Chaplin</foaf:name>
+      <gnome:userid>damon</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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