[gcompris] Add doap description file.



commit a7eeb680435adac293ee8923de81db0fbcb144ec
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Sat May 2 02:54:14 2009 +0200

    Add doap description file.
---
 gcompris.doap |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/gcompris.doap b/gcompris.doap
new file mode 100644
index 0000000..d46a737
--- /dev/null
+++ b/gcompris.doap
@@ -0,0 +1,19 @@
+<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">GCompris</name>
+  <shortdesc xml:lang="en">Multi Activity Educational Software</shortdesc>
+  <homepage rdf:resource="http://gcompris.net"; />
+  <mailing-list rdf:resource="https://lists.sourceforge.net/lists/listinfo/gcompris-devel"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#other"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Bruno Coudoin</foaf:name>
+      <gnome:userid>bcoudoin</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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