[pangomm] Add DOAP file and fix mail address in MAINTAINERS



commit 5ec30e7f4604be797a59d94346c792036d5c7a3d
Author: Daniel Elstner <danielk openismus com>
Date:   Wed Jun 24 15:32:57 2009 +0200

    Add DOAP file and fix mail address in MAINTAINERS

 MAINTAINERS  |    2 +-
 pangomm.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/pangomm.doap b/pangomm.doap
new file mode 100644
index 0000000..4e67926
--- /dev/null
+++ b/pangomm.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">pangomm</name>
+  <shortdesc xml:lang="en">C++ bindings for Pango</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]