Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2007-06-15 23:03:42 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-06-15 23:03:42 (GMT)
commit928c2a6905b2e75d1f87c3aa000a2681c87ec940 (patch)
treeb230368be7906b59d4cd6646361aa66346b91b30 /boards
parent2045c8ed4a1031b824f88af08bceff822b14ed8c (diff)
created an python activity for developers
svn path=/trunk/; revision=2703
Diffstat (limited to 'boards')
-rw-r--r--boards/pythontemplate.xml.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/boards/pythontemplate.xml.in b/boards/pythontemplate.xml.in
new file mode 100644
index 0000000..f671720
--- /dev/null
+++ b/boards/pythontemplate.xml.in
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<GCompris>
+ <Board
+ name="pythontemplate"
+ type="python:pythontemplate"
+ section="/experimental"
+ icon="boardicons/python.svg"
+ difficulty="1"
+ author="Bruno coudoin"
+ boarddir="">
+ <_title>Python Template</_title>
+ <_description>An empty python activity to use as a starting point</_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 powerful language!</_credit>
+ </Board>
+ <Data directory=""/>
+</GCompris>