[gtksourceviewmm] Add Description of a Project (DOAP) file



commit b5ffa72628353e79abe5c974172ff17be35fd634
Author: Daniel Elstner <danielk openismus com>
Date:   Wed Jun 24 16:46:16 2009 +0200

    Add Description of a Project (DOAP) file

 gtksourceviewmm.doap |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/gtksourceviewmm.doap b/gtksourceviewmm.doap
new file mode 100644
index 0000000..cb9139c
--- /dev/null
+++ b/gtksourceviewmm.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">gtksourceviewmm</name>
+  <shortdesc xml:lang="en">C++ bindings for GtkSourceView</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>Dodji Seketeli</foaf:name>
+      <foaf:mbox rdf:resource="mailto:dodji gnome org" />
+      <gnome:userid>dodji</gnome:userid>
+    </foaf:Person>
+    <foaf:Person>
+      <foaf:name>Murray Cumming</foaf:name>
+      <foaf:mbox rdf:resource="mailto: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]