~ml-launchpad/ubuntu/natty/gcompris/fix-for-777349

« back to all changes in this revision

Viewing changes to boards/click_on_letter.xml

  • Committer: Bazaar Package Importer
  • Author(s): Marc Gariepy, Marc Gariepy, Stephane Graber
  • Date: 2010-01-04 17:42:49 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100104174249-7bupatd9dtxyhvs4
Tags: 9.0-0ubuntu1
[Marc Gariepy]
* New upstream release (9.0).
* Remove cache.c from POTFILES to avoid FTBFS
* Remove unneeded rm in debian/rules (file no longer exists upstream)

[Stephane Graber]
* Bump Debian standards to 3.8.3
* Add patch system (dpatch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<GCompris>
3
 
  <Board
4
 
         name="click_on_letter"
5
 
         type="click_on_letter"
6
 
         section="/reading"
7
 
         icon="boardicons/click_on_letter.svg"
8
 
         mandatory_sound_file="voices/$LOCALE/misc/click_on_letter.ogg"
9
 
         difficulty="1"
10
 
         author="Pascal Georges (pascal.georges1@free.fr)"
11
 
         boarddir="click_on_letter">
12
 
         <title>Click on a letter</title>
13
 
         <description>Listen to a letter and click on the right one</description>
14
 
        <prerequisite>Visual letter-recognition. Can move the mouse.</prerequisite>
15
 
        <goal>Letter-name recognition</goal>
16
 
        <manual>A letter is spoken. Click on the matching letter in the main area. You can listen to the letter again, by clicking on the mouth icon in the bottom box.</manual>
17
 
  </Board>
18
 
</GCompris>