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

Update rootcd/index.html
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 12 15:34:32 2015 +0200 (2015-04-12)
parents 0b94ea65cee9
children 678123ddc1ea
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. The goal of SliTaz is to have a GNU/Linux
41 distro working entirely in memory (RAM) and fully installable to a
42 HD for desktop or server usage.
43 </p>
44 <p>
45 On the system you will find documentation in /usr/share/doc and the
46 full <a href="README">GPL license</a> in /usr/share/licenses.
47 </p>
49 <h3>Français</h3>
50 <p>
51 Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux.
52 Vous devez démarrez votre ordinateur avec le cdrom dans le lecteur
53 CD ou DVD, pour lancer SliTaz en RAM et sans risques pour la
54 machine hôte.
55 </p>
56 <p>
57 SliTaz peut fonctionner des mois entiers sans redémarrer, le système
58 peut fonctionner dans 144 Mb de mémoire vive et sur des machines
59 sans disque dur. Mais SliTaz est aussi pleinement installable sur
60 un disque dur et largement extensible via le gestionnaire de
61 paquets et la compilation de nouvelles applications depuis les
62 sources.
63 </p>
65 <!-- End content -->
66 </div>
68 <!-- Footer -->
69 <div id="footer">
70 Copyright © 2015 <a href="http://www.slitaz.org/">SliTaz</a>
71 <p>
72 SliTaz @
73 <a href="http://twitter.com/slitaz">Twitter</a>
74 <a href="http://www.facebook.com/slitaz">Facebook</a>
75 <a href="http://distrowatch.com/slitaz">Distrowatch</a>
76 <a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
77 <a href="http://flattr.com/profile/slitaz">Flattr</a>
78 </p>
79 </div>
81 </body>
82 </html>