~ubuntu-branches/ubuntu/trusty/gcompris/trusty

« back to all changes in this revision

Viewing changes to boards/login.xml

  • Committer: Bazaar Package Importer
  • Author(s): Yann Dirson
  • Date: 2006-12-15 23:08:17 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20061215230817-exr5ks1hd73s3tlk
Tags: 8.2.2-1
* New upstream bugfix release, fixes among other things the support for
  the version of gnucap shipped in etch.
* Add missing dependency on python-gtk2 (Closes: #396523).
* Removed reference to non-existent sound file from memory.c (upstream
  fix - impacts 8.2 as well).  
* Now suggests gnuchess, gnucap, and tuxpaint.
* Updated extended description for the main package.

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="login"
 
5
         type="python:login"
 
6
         section="/login"
 
7
         icon=""
 
8
         author="">
 
9
         <title>GCompris login screen</title>
 
10
         <description>Select or enter your name to log in to GCompris</description>
 
11
         <prerequisite></prerequisite>
 
12
         <goal>GCompris identifies each child, so we can provide child-specific reports.</goal>
 
13
         <manual xml:space="preserve">In order to activate the login screen, you must 
 
14
first add users in the administration part of GCompris. 
 
15
You access Administration by running 'gcompris -a'.
 
16
In Administration, you can create different profiles. In each profile,
 
17
you can have a different set of users and select which activities are available to them.
 
18
To run GCompris for a specific profile, you use 'gcompris -p profile' where 'profile'
 
19
is the name of a profile as you created it in Administration.</manual>
 
20
  </Board>
 
21
</GCompris>