flavors view core64/rootcd/index.html @ rev 223

Tiny edits: we grow to 2015 and moved from labs.slitaz.org to bugs.slitaz.org; convert html to HTML5 UTF-8.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 03 17:08:28 2015 +0300 (2015-04-03)
parents 7e312dd1f5f9
children 2ce82952af61
line source
1 <!DOCTYPE html>
2 <html lang="fr">
3 <head>
4 <title>SliTaz GNU/Linux - CD</title>
5 <meta charset="UTF-8" />
6 <meta name="author" content="Christophe Lincoln"/>
7 <link rel="stylesheet" type="text/css" href="style.css" />
8 </head>
9 <body>
11 <!-- Header -->
12 <div id="header">
13 <div id="logo"></div>
14 <div id="network">
15 <a href="http://www.slitaz.org/">Website</a>
16 <a href="http://scn.slitaz.org/">Community</a>
17 <a href="http://doc.slitaz.org/">Doc</a>
18 <a href="http://forum.slitaz.org/">Forum</a>
19 <a href="http://bugs.slitaz.org/">Bugs</a>
20 <a href="http://hg.slitaz.org/">Hg</a>
21 </div>
22 <h1>SliTaz Live</h1>
23 </div>
25 <!-- Block -->
26 <div id="block"></div>
28 <!-- Content -->
29 <div id="content">
30 <h2>LiveCD information</h2>
32 <h3>English</h3>
33 <p>
34 Welcome to the SliTaz GNU/Linux cdrom. To boot SliTaz from a cdrom
35 just burn the ISO image onto a blank disc. Then reboot your computer
36 with the disc in your cdrom drive.
37 </p>
38 <p>
39 SliTaz is a micro GNU/Linux distro using BusyBox, a Linux kernel,
40 and GNU free software. SliTaz also uses goodies from the Debian
41 project. The goal of SliTaz is to have a GNU/Linux distro working
42 entirely in memory (RAM) and fully installable to a HD for desktop or
43 server usage.
44 </p>
45 <p>
46 On the system you will find documentation in /usr/share/doc and the
47 full <a href="README">GPL license</a> in /usr/share/licenses.
48 </p>
50 <h3>Français</h3>
51 <p>
52 Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux.
53 Vous devez démarrez votre ordinateur avec le cdrom dans le lecteur
54 CD ou DVD, pour lancer SliTaz en RAM et sans risques pour la
55 machine hôte.
56 </p>
57 <p>
58 SliTaz peut fonctionner des mois entiers sans redémarrer, le système
59 peut fonctionner dans 144 Mb de mémoire vive et sur des machines
60 sans disque dur. Mais SliTaz est aussi pleinement installable sur
61 un disque dur et largement extensible via le gestionnaire de
62 paquets et la compilation de nouvelles applications depuis les
63 sources.
64 </p>
66 <!-- End content -->
67 </div>
69 <!-- Footer -->
70 <div id="footer">
71 Copyright © 2015 <a href="http://www.slitaz.org/">SliTaz</a>
72 <p>
73 SliTaz @
74 <a href="http://twitter.com/slitaz">Twitter</a>
75 <a href="http://www.facebook.com/slitaz">Facebook</a>
76 <a href="http://distrowatch.com/slitaz">Distrowatch</a>
77 <a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
78 <a href="http://flattr.com/profile/slitaz">Flattr</a>
79 </p>
80 </div>
82 </body>
83 </html>