Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/pythontemplate.xml.in
blob: ac7aab8c4de4f8855cf2b08dc15a93f4ad4552f4 (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="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>