flavors annotate kids/rootfs/usr/share/doc/slitaz/kids.en.html @ rev 117

Add SliTaz Kids flavors!
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jun 26 22:21:39 2011 +0200 (2011-06-26)
parents
children 6f8ab456b991
rev   line source
pankso@117 1 <!DOCTYPE html>
pankso@117 2 <html xmlns="http://www.w3.org/1999/xhtml">
pankso@117 3 <head>
pankso@117 4 <title>SliTaz Kids</title>
pankso@117 5 <meta charset="utf-8" />
pankso@117 6 <link rel="stylesheet" type="text/css" href="style.css" />
pankso@117 7 </head>
pankso@117 8 <body>
pankso@117 9
pankso@117 10 <div id="header">
pankso@117 11 <h1>SliTaz Kids</h1>
pankso@117 12 </div>
pankso@117 13
pankso@117 14 <!-- Start content -->
pankso@117 15 <div id="content">
pankso@117 16
pankso@117 17 <h2>SliTaz for kids :-)</h2>
pankso@117 18
pankso@117 19 <p>
pankso@117 20 Welcome to the SliTaz Kids flavor. This version of SliTaz provide a
pankso@117 21 an easy to use an intuitive desktop for kids older than 5 years. This
pankso@117 22 is the first version, any feedback and wisheses can be done on the
pankso@117 23 <a href="http://forum.slitaz.org/">SliTaz Forum</a>
pankso@117 24 </p>
pankso@117 25 <p>
pankso@117 26 It let the child play educational games, listen to music, write text
pankso@117 27 documents and view or create images. The desktop use Openbox window
pankso@117 28 manager, wbar for the icons bar and Nitrogen to set background
pankso@117 29 images. The child can also manage is files with PCmanFM, wich is a
pankso@117 30 standard and simple file manager.
pankso@117 31 </p>
pankso@117 32
pankso@117 33 <h2>Applications</h2>
pankso@117 34
pankso@117 35 <ul>
pankso@117 36 <li>Games: Childsplay</li>
pankso@117 37 <li>Math: Tuxmath</li>
pankso@117 38 <li>Music: Alsaplayer</li>
pankso@117 39 <li>Write: Xournal</li>
pankso@117 40 <li>Paint: MtPaint</li>
pankso@117 41 <li>Images: GQview</li>
pankso@117 42 </ul>
pankso@117 43
pankso@117 44 <p>
pankso@117 45 As on a standard SliTaz system you can install some more applications
pankso@117 46 with the packages manager Tazpkg. Allowed applications for the child
pankso@117 47 are on the icons bar and can also be in the Openbox menu, this let
pankso@117 48 the admin choose wich applications are avalaible or not.
pankso@117 49 </p>
pankso@117 50
pankso@117 51 <h2>Desktop</h2>
pankso@117 52
pankso@117 53 <p>
pankso@117 54 The desktop introduce to a standard desktop (floating windows,
pankso@117 55 tasks bar) with some large and accessible icons but no menu and
pankso@117 56 no files on the desktop). Any mouse click wil popup a small menu
pankso@117 57 with shortcuts to applications, an item to start a slideshow with
pankso@117 58 all images in ~/Images, an admin menu as well as a logout and
pankso@117 59 shutdow item.
pankso@117 60 </p>
pankso@117 61 <p>
pankso@117 62 If you want a task bar with a clock and notifycation support, you
pankso@117 63 can start tint2 from command line to try it and add it to Openbox
pankso@117 64 start script to get it run on each session.
pankso@117 65 </p>
pankso@117 66
pankso@117 67 <h2>Music</h2>
pankso@117 68
pankso@117 69 <p>
pankso@117 70 The defaut icons bar have an icon to play music with alsaplayer,
pankso@117 71 when opened the child must click on the play button to start. The
pankso@117 72 playlist is simply all the sound files found in ~/Music, so you
pankso@117 73 just have to drop songs in this folder to add some songs for childs.
pankso@117 74 </p>
pankso@117 75
pankso@117 76 <h2>Childsplay alphabet in your language</h2>
pankso@117 77
pankso@117 78 <p>
pankso@117 79 Childsplay can use voices from Gcompris for the alphabet. We may
pankso@117 80 have support for out-out-the-box for some languages in future
pankso@117 81 version. For now you must install the appropriate Gcompris voices
pankso@117 82 package and create a symlink, exemple for French localisation:
pankso@117 83 </p>
pankso@117 84 <pre>
pankso@117 85 # tazpkg -i gcompris-voices-fr
pankso@117 86 # ln -s /usr/share/gcompris/boards/voices/fr/alphabet \
pankso@117 87 /usr/share/sp_alphabetsounds/fr
pankso@117 88 </pre>
pankso@117 89
pankso@117 90 <!-- End content -->
pankso@117 91 </div>
pankso@117 92
pankso@117 93 <div id="footer">
pankso@117 94 Copyright (C) 2011 SliTaz contributors
pankso@117 95 </div>
pankso@117 96
pankso@117 97 </body>
pankso@117 98 </html>
pankso@117 99