flavors view firefox/rootcd/index.html @ rev 240

Include style.css into index.html; base: update receipt sizes based on current build
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 28 18:04:10 2016 +0200 (2016-01-28)
parents 678123ddc1ea
children 5c53ad0c22ed
line source
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <title>SliTaz GNU/Linux - CD</title>
6 <meta name="author" content="Christophe Lincoln">
7 <style>
8 body{min-width:460px;margin:0;background:#CCC;color:#222;font-family:sans-serif;}
9 a{text-decoration:none;}a:hover{text-decoration:underline;}
11 header{top:0;height:40px;background:#351A0A;border-bottom:8px solid #D66018;z-index:2;}
12 h1{margin:0;padding:5px 0 0 8px;white-space:nowrap;color:#FFF;font-size:26px;font-style:italic;}
13 nav{display:inline-block;float:right;padding:12px 5px 0;font-size:smaller;}
14 nav a{padding:6px;color:#FFF;}
16 main{display:block;position:relative;margin:48px 0 0;padding:1ex;background:#EEE;margin-bottom:120px;z-index:1;}
17 header,main{box-shadow:0 4px 8px #888;}
18 h2{color:#444;font-size:160%;}
19 section{background:#FFF;border:1px solid #BBB;border-radius:0.5ex;padding:1ex;}
20 h2,section{max-width:640px;margin:1ex auto;}
21 h3{color:#666;font-size:140%;margin:0;}
22 p{margin:1ex 0 0;text-align:justify;}
24 footer{bottom:0;z-index:0;padding:30px;text-align:center;}
25 footer a{color:inherit;padding:0 2px;}
27 header,footer,main{display:block;left:0;right:0;}
28 header,footer{position:fixed;}
29 </style>
30 </head>
31 <body>
33 <header>
34 <nav>
35 <a href="http://www.slitaz.org/">Website</a>
36 <a href="http://scn.slitaz.org/?blog">Blog</a>
37 <a href="http://doc.slitaz.org/">Doc</a>
38 <a href="http://forum.slitaz.org/">Forum</a>
39 <a href="http://bugs.slitaz.org/">Bugs</a>
40 <a href="http://hg.slitaz.org/">Hg</a>
41 </nav>
42 <h1>SliTaz Live</h1>
43 </header>
45 <main>
46 <h2>Live CD information</h2>
48 <section>
49 <h3>English</h3>
50 <p>
51 Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM
52 just burn the ISO image onto a blank disc. Then reboot your computer
53 with the disc in your CD‑ROM drive.
54 </p>
55 <p>
56 SliTaz is a micro GNU/Linux distro using BusyBox, a Linux kernel,
57 and GNU free software. The goal of SliTaz is to have a GNU/Linux
58 distro working entirely in memory (RAM) and fully installable to a
59 HD for desktop or server usage.
60 </p>
61 <p>
62 On the system you will find documentation in /usr/share/doc and the
63 full <a href="README">GPL license</a> in /usr/share/licenses.
64 </p>
65 </section>
67 <section>
68 <h3>Français</h3>
69 <p>
70 Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux.
71 Vous devez démarrez votre ordinateur avec le cdrom dans le lecteur
72 CD ou DVD, pour lancer SliTaz en RAM et sans risques pour la
73 machine hôte.
74 </p>
75 <p>
76 SliTaz peut fonctionner des mois entiers sans redémarrer, le système
77 peut fonctionner dans 144 Mb de mémoire vive et sur des machines
78 sans disque dur. Mais SliTaz est aussi pleinement installable sur
79 un disque dur et largement extensible via le gestionnaire de
80 paquets et la compilation de nouvelles applications depuis les
81 sources.
82 </p>
83 </section>
85 <section>
86 <h3>По-русски</h3>
87 <p>
88 Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux.
89 Для того, чтобы запустить SliTaz с CD‑ROM, запишите образ ISO на пустой диск.
90 Затем перезагрузите компьютер, оставив диск в приводе CD‑ROM.
91 </p>
92 <p>
93 SliTaz — это микро-дистрибутив GNU/Linux, который состоит из BusyBox, ядра
94 Linux и свободного программного обеспечения GNU. Цель SliTaz — работа
95 дистрибутива GNU/Linux в памяти (RAM), возможность установки на жесткий диск
96 и работа на сервере.
97 </p>
98 <p>
99 Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст
100 <a href="README">лицензии GPL</a> в /usr/share/licenses.
101 </p>
102 </section>
104 </main>
106 <footer>
107 Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a><br><br>
108 SliTaz @
109 <a href="https://twitter.com/slitaz">Twitter</a> ·
110 <a href="https://www.facebook.com/slitaz">Facebook</a> ·
111 <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> ·
112 <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a>·
113 <a href="https://flattr.com/profile/slitaz">Flattr</a>
114 </footer>
116 </body>
117 </html>