[gcompris/gcomprixogoo] Add DOAP file



commit eba4be9c1a80afe36b916f53bab86cf721ac5c25
Author: Olav Vitters <olav vitters nl>
Date:   Sat Jan 8 17:27:43 2011 +0100

    Add DOAP file

 gcompris.doap |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/gcompris.doap b/gcompris.doap
new file mode 100644
index 0000000..4f85907
--- /dev/null
+++ b/gcompris.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">GCompris</name>
+  <shortdesc xml:lang="en">Multi Activity Educational Software for children 2 to 10.</shortdesc>
+  <homepage rdf:resource="http://gcompris.net"; />
+  <mailing-list rdf:resource="https://lists.sourceforge.net/lists/listinfo/gcompris-devel"; />
+
+  <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]