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

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