Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/pythontest.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2003-03-25 22:06:23 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2003-03-25 22:06:23 (GMT)
commit6852e421e84dec0311674410cce8d50ea5b99e0e (patch)
tree4cd76938db4a47a683687aa8468cc95908f909f4 /boards/pythontest.xml.in
parent0ccfced9dc047bbdd456dc71c8bbe2a8c1d235cd (diff)
Olivier Samyn <osamyn@ulb.ac.be>
Completed the python port
Diffstat (limited to 'boards/pythontest.xml.in')
-rw-r--r--boards/pythontest.xml.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/boards/pythontest.xml.in b/boards/pythontest.xml.in
new file mode 100644
index 0000000..47c0dbc
--- /dev/null
+++ b/boards/pythontest.xml.in
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<GCompris>
+ <Board
+ name="pythontest"
+ type="pythonboard"
+ section="/."
+ icon="boardicons/python.png"
+ difficulty="1"
+ author="Olivier Samyn (osamyn@ulb.ac.be)"
+ boarddir="">
+ <_title>Python Test</_title>
+ <_description>Test board for the python plugin</_description>
+ <_prerequisite>Advanced Python Programmer :)</_prerequisite>
+ <_goal>Add a language binding to gcompris.</_goal>
+ <_credit>Thanks to Guido van Rossum and the python team for this powerfull language !</_credit>
+ </Board>
+ <Data directory=""/>
+</GCompris>