flavors view kids/rootfs/usr/share/doc/slitaz/kids.en.html @ rev 266

Add base64 justx64 & gtkonly64
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 18 17:32:33 2019 +0200 (2019-09-18)
parents 81dfe267681e
children
line source
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="UTF-8">
5 <title>SliTaz Kids</title>
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 provides
21 an easy to use intuitive desktop for kids older than 5 years. This
22 is the first version, any feedback and requests can be done on the
23 <a href="http://forum.slitaz.org/">SliTaz Forum</a>.
24 </p>
25 <p>
26 It lets your child play educational games, listen to music, write text
27 documents and view or create images. The desktop uses the Openbox window
28 manager, wbar for the icons bar and Nitrogen to set background images.
29 The child can also manage his/her files with SpaceFM, which 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 lets
48 the admin choose which applications are available or not.
49 </p>
51 <h2>Desktop</h2>
53 <p>
54 The system boots to a standard desktop (floating windows,
55 task bar) with some large and accessible icons but no menu and
56 no files on the desktop. Any mouse click will 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 shutdown item.
60 </p>
61 <p>
62 If you want a task bar with a clock and notification support, you
63 can start tint2 from the command line to try it and add it to an Openbox
64 start script to get it run on each session.
65 </p>
67 <h2>Music</h2>
69 <p>
70 The defaut icons bar has an icon to play music with alsaplayer,
71 which 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 to this folder to add some songs for a child.
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 out-of-the-box for some languages in future
81 versions. For now you must install the appropriate Gcompris voices
82 package and create a symlink, example 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 © 2019 SliTaz contributors
95 </div>
97 </body>
98 </html>