[introspection-doc-generator] doap file added



commit 1ad1f984825117318b47dcafcf5d3f907fe3dfc6
Author: Alan Knowles <alan akkbhome com>
Date:   Fri Mar 19 07:27:03 2010 +0800

    doap file added

 introspection-doc-generator.doap |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)
---
diff --git a/introspection-doc-generator.doap b/introspection-doc-generator.doap
new file mode 100644
index 0000000..8524627
--- /dev/null
+++ b/introspection-doc-generator.doap
@@ -0,0 +1,28 @@
+<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">Introspection Documenation Generator</name>
+  <shortdesc xml:lang="en">Tool to generate Pretty HTML pages from gobject-introspection data - uses seed</shortdesc>
+  <homepage rdf:resource="http://live.gnome.org/GObjectIntrospection/BindingsDocumentation"; />
+  <!-- <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/tasque-list"; /> -->
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Alan Knowles</foaf:name>
+      <foaf:mbox rdf:resource="mailto:alan akbkhome com" />
+      <gnome:userid>alank</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <!-- 
+Elliot stick your self in here 
+<maintainer>
+    <foaf:Person>
+      <foaf:name>Sandy Armstrong</foaf:name>
+      <foaf:mbox rdf:resource="mailto:sanfordarmstrong gmail com" />
+      <gnome:userid>sharm</gnome:userid>
+    </foaf:Person>
+  </maintainer> -->
+</Project>



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