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

Fix link
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 12 01:28:37 2012 +0100 (2012-03-12)
parents 9dcaf58d0ca4
children f675136340cd
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 <title>SliTaz - Downloads</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
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="robots" content="index, follow, all" />
10 <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
11 <meta name="author" content="Christophe Lincoln, Paul Issot"/>
12 <link rel="shortcut icon" href="../../favicon.ico" />
13 <link rel="stylesheet" type="text/css" href="../../slitaz.css" />
14 </head>
15 <body>
17 <?php
18 include("../../config.php");
19 include("../../lib/html/header.html");
20 ?>
22 <!-- Block -->
23 <div id="block">
24 <?php include("../../lib/html/nav.en.html"); ?>
25 <!-- Information/image -->
26 <div id="block_info">
27 <h4>Download</h4>
28 <p>
29 Download the latest stable version for production purposes
30 or a solid desktop environment. Use the Cooking version to
31 test and help us improve the distribution.
32 </p>
33 <div class="button">
34 Quick Download:
35 <?php echo "<a href='$stable_iso'>SliTaz $stable_ver</a>
36 <a href='$cooking_iso'>SliTaz $cooking</a>"; ?>
37 </div>
38 </div>
39 </div>
41 <!-- Languages -->
42 <div id="lang">
43 <a href="../i18n.php">
44 <img src="../../images/locale.png" alt="[ Locale ]" /></a>
45 <a href="../../da/get/">Dansk</a>
46 <a href="../../de/get/">Deutsch</a>
47 <a href="../../en/get/">English</a>
48 <a href="../../es/get/">Español</a>
49 <a href="../../fr/get/">Français</a>
50 <a href="../../it/get/">Italiano</a>
51 <a href="../../pt/get/">Português</a>
52 <a href="../../cn/get/">Chinese</a>
53 </div>
55 <!-- Content -->
56 <div id="content">
58 <h2>Get SliTaz</h2>
60 <ul>
61 <li><a href="index.html#stable">LiveCD Stable version</a> -
62 Bootable ISO image of the current stable version.</li>
63 <li><a href="index.html#cooking">LiveCD Cooking version</a> -
64 Bootable ISO image of the cooking version.</li>
65 <li><a href="index.html#floppy">Floppy disk</a> - Bootable
66 startup disk to launch the LiveCD, a USB stick, etc.</li>
67 <li><a href="flavors.php">LiveCD to taste</a> - Flavors and loram.</li>
68 </ul>
70 <div class="box">
71 <p>
72 Help the project via a small donation or become an official
73 <a href="../asso/sponsor.php">sponsor</a>.
74 </p>
75 <?php include("../../lib/html/donate.html"); ?>
76 </div>
78 <h3>General information</h3>
79 <p>
80 This part of the site allows you to download a free copy of the SliTaz
81 GNU/Linux LiveCD or to get utilities and tools source code. To start
82 using the LiveCD ISO image you can refer to the English online
83 <a href="../doc/">documentation</a>. You can also find help and support
84 on SliTaz's <a href="http://forum.slitaz.org/">English Forum</a>.
85 </p>
87 <h3>Mirrors</h3>
88 <p>
89 SliTaz is mirrored actually in France by <a href="http://www.ads-lu.com/">ADS</a>,
90 and <a href="http://www.tuxfamily.org/">TuxFamily</a>. In Switzerland by
91 <a href="http://mirror.switch.ch/">SWITCHmirror</a>, in China by LupaWorld,
92 in the USA by <a href="http://distro.ibiblio.org/pub/linux/distributions/">Ibiblio</a>
93 and in Brazil by <a href="http://www.c3sl.ufpr.br/en/index.html">UFPR</a>. Huge thanks.
94 </p>
96 <ul>
97 <li>Switzerland - Mirror hosted by SWITCHmirror (10 Gbit/s)
98 <a href="http://mirror.switch.ch/ftp/mirror/slitaz/">HTTP</a> or
99 <a href="ftp://mirror.switch.ch/mirror/slitaz/">FTP</a></li>
101 <li>France - Mirror hosted by TuxFamily via
102 <a href="http://download.tuxfamily.org/slitaz/">HTTP</a> or
103 <a href="ftp://download.tuxfamily.org/slitaz/">FTP</a></li>
105 <li>China - Mirror hosted by LupaWorld
106 <a href="http://mirror.lupaworld.com/slitaz/">HTTP</a></li>
108 <li>USA - Mirror hosted by Ibiblio via
109 <a href="http://distro.ibiblio.org/pub/linux/distributions/slitaz/">HTTP</a> or
110 <a href="ftp://distro.ibiblio.org/pub/linux/distributions/slitaz/">FTP</a></li>
112 <li>Brazil - Mirror hosted by UFPR via
113 <a href="http://slitaz.c3sl.ufpr.br/">HTTP</a> or
114 <a href="ftp://slitaz.c3sl.ufpr.br/slitaz/">FTP</a></li>
115 </ul>
117 <a name="sources"></a>
118 <h3>Sources</h3>
119 <p>
120 Tazpkg (Package manager), Tazlito (SliTaz Live Tool), Tazwok (Source
121 builder), Tazusb (LiveUSB Tool) and the SliTaz Tools tarballs can all
122 be downloaded from the <a href="http://www.tuxfamily.org/">TuxFamily</a>
123 mirror. Note that all the utilities are installed by default on SliTaz
124 and source code is commented in English. Download sources by
125 <a href="http://mirror.slitaz.org/sources/">HTTP</a> or
126 <a href="http://mirror.slitaz.org/sources/">FTP</a>
127 </p>
129 <a name="stable"></a>
130 <h2>LiveCD - Stable version</h2>
131 <p>
132 SliTaz stable version provides a mature operating system, widely
133 tested by an active community. The core LiveCD offers you a large
134 selection of multi-use packages carefully integrated into the
135 distribution, thus resulting in a coherent and robust system.
136 <?php echo "Current $stable_ver stable version was released on $stable_rel."; ?>
137 </p>
139 <p class="box">
140 <?php echo "SliTaz GNU/Linux $stable_ver ($stable_size) -
141 <a href='$stable_iso'>slitaz-$stable_ver.iso</a>
142 [ <a href='$mirror/$stable_ver/slitaz-$stable_ver.md5'>md5</a> ]"; ?>
143 </p>
145 <p>
146 A bootable CDROM image of all available packages for the stable version
147 is generated every day. It also contains a copy of the website and can
148 be used without an internet connection via the install.sh script.
149 </p>
151 <p class="box">
152 <?php echo "Collection of SliTaz GNU/Linux $stable_ver packages ($stable_pkgs)
153 - <a href='$pkgs_mirror/$stable_ver/packages-$stable_ver.iso'>packages-$stable_ver.iso</a>
154 [ <a href='$pkgs_mirror/$stable_ver/packages-$stable_ver.md5'>md5</a> ]"; ?>
155 </p>
157 <a name="cooking"></a>
158 <h2>LiveCD - Cooking version</h2>
159 <p>
160 SliTaz "Cooking" LiveCD is a constantly evolving version, fully usable,
161 it allows you to test the latest improvements and packages, ask for new
162 features or report bugs to help us to prepare for the stable version.
163 </p>
165 <p class="box">
166 <?php echo "SliTaz GNU/Linux Cooking $cooking_ver ($cooking_size) -
167 <a href='$cooking_iso'>slitaz-$cooking.iso</a>
168 [ <a href='$mirror/cooking/slitaz-$cooking.md5'>md5</a> ]"; ?>
169 </p>
171 <p>
172 A bootable DVD image of all available packages for the Cooking version
173 is generated every day. It also contains a copy of the website and can
174 be used without an internet connection via the install.sh script.
175 Note: This image can also be
176 <a href="http://syslinux.zytor.com/wiki/index.php/Doc/isolinux#HYBRID_CD-ROM.2FHARD_DISK_MODE">
177 installed on an USB key</a>, but it will overwrite all data.
178 </p>
180 <p class="box">
181 <?php echo "Collection of SliTaz GNU/Linux Cooking packages ($cooking_pkgs)
182 - <a href='$pkgs_mirror/cooking/packages-cooking.iso'>packages-cooking.iso</a>
183 [ <a href='$pkgs_mirror/cooking/packages-cooking.md5'>md5</a> ]"; ?>
184 </p>
186 <a name="floppy"></a>
187 <h2>Floppy boot disk</h2>
188 <p>
189 This floppy diskette can start SliTaz on old PCs with or without a
190 CD-ROM. It can boot SliTaz from an usb flash drive, a SliTaz CD/DVD,
191 a hard drive, the LAN by PXE and even the
192 <a href="http://boot.slitaz.org/">Internet with gPXE</a>.
193 </p>
195 <p class="box">
196 Floppy disk (1,44 MB) -
197 <a href="http://mirror.slitaz.org/boot/floppy-grub4dos">image</a>
198 [ <a href="http://mirror.slitaz.org/boot/floppy-grub4dos.md5">md5</a> ]
199 </p>
201 <p>
202 You can write this floppy image with SliTaz bootfloppybox,
203 <a href="http://en.wikipedia.org/wiki/RaWrite">Windows rawrite</a>
204 or simply dd (dd if=floppy-grub4dos of=/dev/fd0).
205 </p>
207 <p>
208 A <a href="http://mirror.slitaz.org/floppies/">floppy image set</a>
209 is also available for people who can't use a CD-ROM, USB key or Ethernet
210 card.
211 </p>
213 <!-- End of content -->
214 </div>
216 <?php include("../../lib/html/footer.html"); ?>
218 </body>
219 </html>