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