[gtkmm-documentation] Create DOAP file and correct MAINTAINERS



commit 5dba317a3363bc10fd08fb7176d3681541e89cc5
Author: Daniel Elstner <danielk openismus com>
Date:   Thu Aug 20 22:42:58 2009 +0200

    Create DOAP file and correct MAINTAINERS

 MAINTAINERS              |    2 +-
 gtkmm-documentation.doap |   25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+), 1 deletions(-)
---
diff --git a/MAINTAINERS b/MAINTAINERS
index cb14aeb..360d857 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3,7 +3,7 @@ E-mail: murrayc murrayc com
 Userid: murrayc
 
 Daniel Elstner
-E-mail: daniel kitta googlemail com
+E-mail: daniel kitta gmail com
 Userid: daniel
 
 Please use the mailing list (gtkmm-list gnome org) instead of emailing developers directly.
diff --git a/gtkmm-documentation.doap b/gtkmm-documentation.doap
new file mode 100644
index 0000000..f2dc67d
--- /dev/null
+++ b/gtkmm-documentation.doap
@@ -0,0 +1,25 @@
+<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">gtkmm-documentation</name>
+  <shortdesc xml:lang="en">GNOME C++ bindings documentation</shortdesc>
+  <homepage rdf:resource="http://www.gtkmm.org/"; />
+  <mailing-list rdf:resource="mailto:gtkmm-list gnome org" />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#bindings"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Murray Cumming</foaf:name>
+      <foaf:mbox rdf:resource="mailto:murrayc murrayc com" />
+      <gnome:userid>murrayc</gnome:userid>
+    </foaf:Person>
+    <foaf:Person>
+      <foaf:name>Daniel Elstner</foaf:name>
+      <foaf:mbox rdf:resource="mailto:daniel kitta gmail com" />
+      <gnome:userid>daniel</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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