[gtkmm] added doap file



commit c6ba28d0c2e5b8c71a8223daef31072245ef1b53
Author: Hubert Figuiere <hub figuiere net>
Date:   Tue Apr 21 20:17:42 2009 -0400

    added doap file
---
 gtkmm.doap |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/gtkmm.doap b/gtkmm.doap
new file mode 100644
index 0000000..84d94dd
--- /dev/null
+++ b/gtkmm.doap
@@ -0,0 +1,30 @@
+<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</name>
+  <!-- Description, e.g.
+       "Falling blocks game"
+       "Internationalized text layout and rendering library"
+  -->
+  <shortdesc xml:lang="en">Gtk+ bindings for C++.</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]