[turbine] Add a doap file



commit 06e825a3a88b311b4f9b3913f701f9297b4b7f09
Author: Thomas Wood <thomas wood intel com>
Date:   Mon May 18 10:47:02 2009 +0100

    Add a doap file
    
    The doap file contains details about the project
---
 turbine.doap |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/turbine.doap b/turbine.doap
new file mode 100644
index 0000000..5b9a0a7
--- /dev/null
+++ b/turbine.doap
@@ -0,0 +1,21 @@
+<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">turbine</name>
+  <shortdesc xml:lang="en">A GObject generator</shortdesc>
+<!--
+  <homepage rdf:resource="http://example.com/projectname"; />
+  <mailing-list rdf:resource="http://example.com/projectname/mail"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#other"; />
+-->
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Thomas Wood</foaf:name>
+      <gnome:userid>thos</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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