website view en/get/index.php @ rev 1138

Fix download page
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 16 17:23:54 2012 +0200 (2012-10-16)
parents bfd760e0dbe1
children 2b715a13d650
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="en" lang="en">
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 <title>SliTaz - Downloads</title>
7 <meta name="description" content="SliTaz GNU/Linux LiveCD free download" />
8 <meta name="keywords" lang="en" content="source, iso, livecd, get, free" />
9 <meta name="author" content="Christophe Lincoln, Paul Issot"/>
10 <?php include("../../lib/html/meta-link.html"); ?>
11 </head>
12 <body>
14 <?php
15 include("../../config.php");
16 include("../../lib/html/header.html");
17 ?>
19 <!-- Block -->
20 <div id="block">
21 <?php include("../../lib/html/nav.en.html"); ?>
22 <!-- Information/image -->
23 <div id="block_info">
24 <h4>Download</h4>
25 <p>
26 Download the latest stable version for production purposes
27 or a solid desktop environment. Use the Cooking version to
28 test and help us improve the distribution.
29 </p>
30 <div class="button">
31 Quick Download:
32 <?php echo "<a href='$stable_iso'>SliTaz $stable_ver</a>
33 <a href='$cooking_iso'>SliTaz $cooking</a>"; ?>
34 </div>
35 </div>
36 </div>
38 <?php include("../../lib/lang.php"); ?>
40 <!-- Content -->
41 <div id="content">
43 <h2>Get SliTaz</h2>
45 <ul>
46 <li><a href="#stable">LiveCD Stable version</a> -
47 Bootable ISO image of the current stable version.</li>
48 <li><a href="#cooking">LiveCD Cooking version</a> -
49 Bootable ISO image of the cooking version.</li>
50 <li><a href="#floppy">Floppy disk</a> - Bootable
51 startup disk to launch the LiveCD, a USB stick, etc.</li>
52 <li><a href="flavors.php">LiveCD to taste</a> - Flavors and loram.</li>
53 </ul>
55 <div class="box">
56 <p>
57 Help the project via a small donation or become an official
58 <a href="../sponsor/">sponsor</a>.
59 </p>
60 <?php include("../../lib/html/donate.html"); ?>
61 </div>
63 <h3>General information</h3>
65 <p>
66 This part of the site allows you to download a free copy of the SliTaz
67 GNU/Linux LiveCD or to get utilities and tools source code. To start
68 using the LiveCD ISO image you can refer to the English online
69 <a href="../doc/">documentation</a>. You can also find help and support
70 on SliTaz's <a href="http://forum.slitaz.org/">English Forum</a>.
71 </p>
73 <h3>Mirrors</h3>
75 <p>
76 SliTaz is mirrored actually in France by <a href="http://www.ads-lu.com/">ADS</a>,
77 and <a href="http://www.tuxfamily.org/">TuxFamily</a>. In Switzerland by
78 <a href="http://mirror.switch.ch/">SWITCHmirror</a>, in China by LupaWorld,
79 in the USA by <a href="http://distro.ibiblio.org/pub/linux/distributions/">Ibiblio</a>
80 and in Brazil by <a href="http://www.c3sl.ufpr.br/en/index.html">UFPR</a>. Huge thanks.
81 </p>
83 <ul>
84 <li>Switzerland - Mirror hosted by SWITCHmirror (10 Gbit/s)
85 <a href="http://mirror.switch.ch/ftp/mirror/slitaz/">HTTP</a> or
86 <a href="ftp://mirror.switch.ch/mirror/slitaz/">FTP</a></li>
88 <li>France - Mirror hosted by TuxFamily via
89 <a href="http://download.tuxfamily.org/slitaz/">HTTP</a> or
90 <a href="ftp://download.tuxfamily.org/slitaz/">FTP</a></li>
92 <li>China - Mirror hosted by LupaWorld
93 <a href="http://mirror.lupaworld.com/slitaz/">HTTP</a></li>
95 <li>USA - Mirror hosted by Ibiblio via
96 <a href="http://distro.ibiblio.org/pub/linux/distributions/slitaz/">HTTP</a> or
97 <a href="ftp://distro.ibiblio.org/pub/linux/distributions/slitaz/">FTP</a></li>
99 <li>Brazil - Mirror hosted by UFPR via
100 <a href="http://slitaz.c3sl.ufpr.br/">HTTP</a> or
101 <a href="ftp://slitaz.c3sl.ufpr.br/slitaz/">FTP</a></li>
102 </ul>
104 <h3 id="sources">Sources</h3>
106 <p>
107 Tazpkg (Package manager), Tazlito (SliTaz Live Tool), Tazwok (Source
108 builder), Tazusb (LiveUSB Tool) and the SliTaz Tools tarballs can all
109 be downloaded from the <a href="http://www.tuxfamily.org/">TuxFamily</a>
110 mirror. Note that all the utilities are installed by default on SliTaz
111 and source code is commented in English. Download sources by
112 <a href="http://mirror.slitaz.org/sources/">HTTP</a> or
113 <a href="http://mirror.slitaz.org/sources/">FTP</a>
114 </p>
116 <h2 id="stable">LiveCD - Stable version</h2>
118 <p>
119 SliTaz stable version provides a mature operating system, widely
120 tested by an active community. The core LiveCD offers you a large
121 selection of multi-use packages carefully integrated into the
122 distribution, thus resulting in a coherent and robust system.
123 <?php echo "Current $stable_ver stable version was released on $stable_rel."; ?>
124 </p>
126 <div class="box-dl"><p>
127 <?php echo "SliTaz GNU/Linux $stable_ver ($stable_size) -
128 <a href='$stable_iso'>slitaz-$stable_ver.iso</a>
129 [ <a href='$mirror/$stable_ver/slitaz-$stable_ver.md5'>md5</a> ]"; ?>
130 </p></div>
132 <p>
133 A bootable CDROM image of all available packages for the stable version
134 is generated every day. It also contains a copy of the website and can
135 be used without an internet connection via the install.sh script.
136 </p>
138 <div class="box-dl"><p>
139 <?php echo "Collection of SliTaz GNU/Linux $stable_ver packages ($stable_pkgs)
140 - <a href='$pkgs_mirror/$stable_ver/packages-$stable_ver.iso'>packages-$stable_ver.iso</a>
141 [ <a href='$pkgs_mirror/$stable_ver/packages-$stable_ver.md5'>md5</a> ]"; ?>
142 </p></div>
144 <h2 id="cooking">LiveCD - Cooking version</h2>
146 <p>
147 SliTaz "Cooking" LiveCD is a constantly evolving version, fully usable,
148 it allows you to test the latest improvements and packages, ask for new
149 features or report bugs to help us to prepare for the stable version.
150 </p>
152 <div class="box-dl"><p>
153 <?php echo "SliTaz GNU/Linux Cooking $cooking_ver ($cooking_size) -
154 <a href='$cooking_iso'>slitaz-$cooking.iso</a>
155 [ <a href='$mirror/$cooking/slitaz-$cooking.md5'>md5</a> ]"; ?>
156 </p></div>
158 <p>
159 A bootable DVD image of all available packages for the Cooking version
160 is generated every day. It also contains a copy of the website and can
161 be used without an internet connection via the install.sh script.
162 Note: This image can also be
163 <a href="http://syslinux.zytor.com/wiki/index.php/Doc/isolinux#HYBRID_CD-ROM.2FHARD_DISK_MODE">
164 installed on an USB key</a>, but it will overwrite all data.
165 </p>
167 <div class="box-dl"><p>
168 <?php echo "Collection of SliTaz GNU/Linux Cooking packages ($cooking_pkgs)
169 - <a href='$pkgs_mirror/cooking/packages-cooking.iso'>packages-cooking.iso</a>
170 [ <a href='$pkgs_mirror/cooking/packages-cooking.md5'>md5</a> ]"; ?>
171 </p></div>
173 <h2 id="floppy">Floppy boot disk</h2>
175 <p>
176 This floppy diskette can start SliTaz on old PCs with or without a
177 CD-ROM. It can boot SliTaz from an usb flash drive, a SliTaz CD/DVD,
178 a hard drive, the LAN by PXE and even the
179 <a href="http://boot.slitaz.org/">Internet with gPXE</a>.
180 </p>
182 <div class="box-dl"><p>
183 Floppy disk (1,44 MB) -
184 <a href="http://mirror.slitaz.org/boot/floppy-grub4dos">image</a>
185 [ <a href="http://mirror.slitaz.org/boot/floppy-grub4dos.md5">md5</a> ]
186 </p></div>
188 <p>
189 You can write this floppy image with SliTaz bootfloppybox,
190 <a href="http://en.wikipedia.org/wiki/RaWrite">Windows rawrite</a>
191 or simply dd (dd if=floppy-grub4dos of=/dev/fd0).
192 </p>
194 <p>
195 A <a href="http://mirror.slitaz.org/floppies/">floppy image set</a>
196 is also available for people who can't use a CD-ROM, USB key or Ethernet
197 card.
198 </p>
200 <!-- End of content -->
201 </div>
203 <?php include("../../lib/html/footer.html"); ?>
205 </body>
206 </html>