[geglmm] added doap and MAINTAINER file



commit ec732e0cfdd050f9423f6c22e9a3d8bca41ee334
Author: Hubert Figuiere <hub figuiere net>
Date:   Tue Apr 21 14:07:50 2009 -0400

    added doap and MAINTAINER file
---
 MAINTAINERS |    6 ++++++
 geglmm.doap |   25 +++++++++++++++++++++++++
 2 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
new file mode 100644
index 0000000..a48c30e
--- /dev/null
+++ b/MAINTAINERS
@@ -0,0 +1,6 @@
+Currently active maintainers
+----------------------------
+
+Hubert Figuiere
+E-mail: hub figuiere net
+Userid: hub
diff --git a/geglmm.doap b/geglmm.doap
new file mode 100644
index 0000000..1eb95b7
--- /dev/null
+++ b/geglmm.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">geglmm</name>
+  <!-- Description, e.g.
+       "Falling blocks game"
+       "Internationalized text layout and rendering library"
+  -->
+  <shortdesc xml:lang="en">GEGL bindings for C++.</shortdesc>
+  <homepage rdf:resource="http://live.gnome.org/Geglmm"; />
+  <!--
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/desktop-devel-list"; />
+  -->
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Hubert Figuiere</foaf:name>
+      <foaf:mbox rdf:resource="hub figuiere net" />
+      <gnome:userid>hub</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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