Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gcompris.doap
diff options
context:
space:
mode:
authorBruno Coudoin <bruno.coudoin@free.fr>2009-05-02 00:54:14 (GMT)
committer Bruno Coudoin <bruno.coudoin@free.fr>2009-05-02 00:54:14 (GMT)
commita7eeb680435adac293ee8923de81db0fbcb144ec (patch)
treeba435cf89dbc7f2b673e8783e1521d6c077867be /gcompris.doap
parent1e0c7b88dc64a46677afa02c90ed2f66f7362c54 (diff)
Add doap description file.
Diffstat (limited to 'gcompris.doap')
-rw-r--r--gcompris.doap19
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>