[blam] Add the the project description (blam.doap)



commit 1f043aa828453c76302ffed7196c19e0713ae52b
Author: Carlos <carlos manzanica lab cmartin tk>
Date:   Fri Jul 3 10:13:11 2009 +0200

    Add the the project description (blam.doap)

 blam.doap |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/blam.doap b/blam.doap
new file mode 100644
index 0000000..7ee9dde
--- /dev/null
+++ b/blam.doap
@@ -0,0 +1,18 @@
+<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">projectname</name>
+  <shortdesc xml:lang="en">A simple newsreader</shortdesc>
+  <homepage rdf:resource="http://cmartin.tk/blam.html"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#other"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Carlos Martín Nieto</foaf:name>
+      <gnome:userid>cmartin</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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