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