Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/pythontest.xml.in
blob: e26e0d14185896129e8ffce41acd452d484130ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
  <Board
        name="pythontest"
        type="python:pythontest"
        section="/experimental"
        icon="boardicons/python.svg"
        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 powerful language!</_credit>
  </Board>
  <Data directory=""/>
</GCompris>