flavors diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/core64/rootcd/index.html	Thu Dec 19 08:25:31 2013 +0000
     1.3 @@ -0,0 +1,84 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     1.5 +    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
     1.7 +<head>
     1.8 +	<title>SliTaz GNU/Linux - CD</title>
     1.9 +	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    1.10 +	<meta name="author" content="Christophe Lincoln"/>
    1.11 +	<link rel="stylesheet" type="text/css" href="style.css" />
    1.12 +</head>
    1.13 +<body>
    1.14 +
    1.15 +<!-- Header -->
    1.16 +<div id="header">
    1.17 +	<div id="logo"></div>
    1.18 +	<div id="network">
    1.19 +		<a href="http://www.slitaz.org/">Website</a>
    1.20 +		<a href="http://scn.slitaz.org/">Community</a>
    1.21 +		<a href="http://doc.slitaz.org/">Doc</a>
    1.22 +		<a href="http://forum.slitaz.org/">Forum</a>
    1.23 +		<a href="http://labs.slitaz.org/issues">Bugs</a>
    1.24 +		<a href="http://hg.slitaz.org/">Hg</a>
    1.25 +	</div>
    1.26 +	<h1>SliTaz Live</h1>
    1.27 +</div>
    1.28 +
    1.29 +<!-- Block -->
    1.30 +<div id="block"></div>
    1.31 +
    1.32 +<!-- Content -->
    1.33 +<div id="content">
    1.34 +<h2>LiveCD information</h2>
    1.35 +
    1.36 +<h3>English</h3>
    1.37 +<p>
    1.38 +	Welcome to the SliTaz GNU/Linux cdrom. To boot SliTaz from a cdrom
    1.39 +	just burn the ISO image onto a blank disc. Then reboot your computer
    1.40 +	with the disc in your cdrom drive.
    1.41 +</p>
    1.42 +<p>
    1.43 +	SliTaz is a micro GNU/Linux distro using BusyBox, a Linux kernel,
    1.44 +	and GNU free software. SliTaz also uses goodies from the Debian
    1.45 +	project. The goal of SliTaz is to have a GNU/Linux distro working
    1.46 +	entirely in memory (RAM) and fully installable to a HD for desktop or
    1.47 +	server usage.
    1.48 +</p>
    1.49 +<p>
    1.50 +	On the system you will find documentation in /usr/share/doc and the
    1.51 +	full <a href="README">GPL license</a> in /usr/share/licenses.
    1.52 +</p>
    1.53 +
    1.54 +<h3>Français</h3>
    1.55 +<p>
    1.56 +	Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. 
    1.57 +	Vous devez démarrez votre ordinateur avec le cdrom dans le lecteur
    1.58 +	CD ou DVD, pour lancer SliTaz en RAM et sans risques pour la
    1.59 +	machine hôte.
    1.60 +</p>
    1.61 +<p>
    1.62 +	SliTaz peut fonctionner des mois entiers sans redémarrer, le système
    1.63 +	peut fonctionner dans 144 Mb de mémoire vive et sur des machines 
    1.64 +	sans disque dur. Mais SliTaz est aussi pleinement installable sur
    1.65 +	un disque dur et largement extensible via le gestionnaire de 
    1.66 +	paquets et la compilation de nouvelles applications depuis les
    1.67 +	sources.
    1.68 +</p>
    1.69 +
    1.70 +<!-- End content -->
    1.71 +</div>
    1.72 +
    1.73 +<!-- Footer -->
    1.74 +<div id="footer">
    1.75 +    Copyright &copy; 2012 <a href="http://www.slitaz.org/">SliTaz</a>
    1.76 +    <p>
    1.77 +    SliTaz @
    1.78 +		<a href="http://twitter.com/slitaz">Twitter</a>
    1.79 +		<a href="http://www.facebook.com/slitaz">Facebook</a>
    1.80 +		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
    1.81 +		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
    1.82 +		<a href="http://flattr.com/profile/slitaz">Flattr</a>
    1.83 +	    </p>
    1.84 +</div>
    1.85 +
    1.86 +</body>
    1.87 +</html>