[libpanelappletmm] add doap file



commit 01dd031572d218ccec4c4b56aa4b4dd13bebe0b3
Author: Jonathon Jongsma <jonathon jongsma collabora co uk>
Date:   Wed Apr 22 00:07:28 2009 -0500

    add doap file
---
 MAINTAINERS           |    6 ++++++
 libpanelappletmm.doap |   19 +++++++++++++++++++
 2 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
new file mode 100644
index 0000000..f77dfce
--- /dev/null
+++ b/MAINTAINERS
@@ -0,0 +1,6 @@
+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/libpanelappletmm.doap b/libpanelappletmm.doap
new file mode 100644
index 0000000..291ff30
--- /dev/null
+++ b/libpanelappletmm.doap
@@ -0,0 +1,19 @@
+<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">libpanelappletmm</name>
+  <shortdesc xml:lang="en">C++ library for creating GNOME panel applets</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>
+  </maintainer>
+</Project>



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