[libgnomecanvasmm] add doap file



commit c785911f23f03a7ffe367154a081d92593e3cf4f
Author: Jonathon Jongsma <jonathon jongsma collabora co uk>
Date:   Wed Apr 22 00:03:23 2009 -0500

    add doap file
---
 MAINTAINERS           |    7 +++++--
 libgnomecanvasmm.doap |   24 ++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 81a75b2..f77dfce 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1,3 +1,6 @@
-Andreas Holzmann <Andreas Holzmann epost de>
-Murray Cumming <murrayc usa net>
+Murray Cumming
+E-mail: murrayc murrayc com
+Userid: murrayc
+
+Please use the mailing list (gtkmm-list gnome org) instead of emailing developers directly.
 
diff --git a/libgnomecanvasmm.doap b/libgnomecanvasmm.doap
new file mode 100644
index 0000000..b6ff80f
--- /dev/null
+++ b/libgnomecanvasmm.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">libgnomecanvasmm</name>
+  <shortdesc xml:lang="en">C++ bindings for libgnomecanvas</shortdesc>
+  <homepage rdf:resource="http://www.gtkmm.org/"; />
+  <mailing-list rdf:resource="mailto:gtkmm-list gnome org" />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Murray Cumming</foaf:name>
+      <foaf:mbox rdf:resource="murrayc murrayc com" />
+      <gnome:userid>murrayc</gnome:userid>
+    </foaf:Person>
+    <foaf:Person>
+      <foaf:name>Daniel Elstner</foaf:name>
+      <foaf:mbox rdf:resource="daniel kitta googlemail com" />
+      <gnome:userid>daniel</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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