website diff en/get/index.php @ rev 916
en/get/index goes PHP and set release info from config file
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Mar 09 04:38:38 2012 +0100 (2012-03-09) |
parents | |
children | f2f7758d9a72 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/en/get/index.php Fri Mar 09 04:38:38 2012 +0100 1.3 @@ -0,0 +1,261 @@ 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="en" lang="en"> 1.7 +<head> 1.8 + <title>SliTaz - Downloads</title> 1.9 + <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> 1.10 + <meta name="description" content="SliTaz GNU/Linux LiveCD free download" /> 1.11 + <meta name="keywords" lang="en" content="source, iso, livecd, get, free" /> 1.12 + <meta name="robots" content="index, follow, all" /> 1.13 + <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" /> 1.14 + <meta name="author" content="Christophe Lincoln, Paul Issot"/> 1.15 + <link rel="shortcut icon" href="../../favicon.ico" /> 1.16 + <link rel="stylesheet" type="text/css" href="../../slitaz.css" /> 1.17 +</head> 1.18 +<body> 1.19 + 1.20 +<?php 1.21 +include("../../config.php"); 1.22 +include("../../lib/html/header.html"); 1.23 +?> 1.24 + 1.25 +<!-- Block --> 1.26 +<div id="block"> 1.27 + <!-- Navigation --> 1.28 + <div id="block_nav"> 1.29 + <h4>Navigation</h4> 1.30 + <div class="right_box"> 1.31 + <ul> 1.32 + <li><a href="../../webchat.php">Web Chat</a></li> 1.33 + <li><a href="../mailing-list.html">Mailing List</a></li> 1.34 + <li><a href="../devel/">Development</a></li> 1.35 + <li><a href="../packages/">Packages</a></li> 1.36 + <li><a href="../artwork/">Artwork</a></li> 1.37 + <li><a href="../search.html">Search</a></li> 1.38 + </ul> 1.39 + </div> 1.40 + <div class="left_box"> 1.41 + <ul> 1.42 + <li><a href="../">Headlines</a></li> 1.43 + <li><a href="../about/">About</a></li> 1.44 + <li><a href="../get/">Download</a></li> 1.45 + <li><a href="../doc/">Documentation</a></li> 1.46 + <li><a href="../asso/">Association</a></li> 1.47 + <li><a href="../asso/sponsor.html">Sponsor</a></li> 1.48 + </ul> 1.49 + </div> 1.50 + </div> 1.51 + <!-- Information/image --> 1.52 + <div id="block_info"> 1.53 + <h4>Download</h4> 1.54 + <p> 1.55 + Download the latest stable version for production purposes 1.56 + or a solid desktop environment. Use the Cooking version to 1.57 + test and help us improve the distribution. 1.58 + </p> 1.59 + <div class="button"> 1.60 + Quick Download: 1.61 + <?php echo "<a href='$stable_iso'>SliTaz $stable_ver</a> 1.62 + <a href='$cooking_iso'>SliTaz $cooking</a>"; ?> 1.63 + </div> 1.64 + </div> 1.65 +</div> 1.66 + 1.67 +<!-- Languages --> 1.68 +<div id="lang"> 1.69 + <a href="../i18n.php"> 1.70 + <img src="../../images/locale.png" alt="locale.png" /></a> 1.71 + <a href="../../da/get/">Dansk</a> 1.72 + <a href="../../de/get/">Deutsch</a> 1.73 + <a href="../../en/get/">English</a> 1.74 + <a href="../../es/get/">Español</a> 1.75 + <a href="../../fr/get/">Français</a> 1.76 + <a href="../../it/get/">Italiano</a> 1.77 + <a href="../../pt/get/">Português</a> 1.78 + <a href="../../cn/get/">Chinese</a> 1.79 +</div> 1.80 + 1.81 +<!-- Content --> 1.82 +<div id="content"> 1.83 + 1.84 +<h2>Get SliTaz</h2> 1.85 + 1.86 +<ul> 1.87 + <li><a href="index.html#stable">LiveCD Stable version</a> - 1.88 + Bootable ISO image of the current stable version.</li> 1.89 + <li><a href="index.html#cooking">LiveCD Cooking version</a> - 1.90 + Bootable ISO image of the cooking version.</li> 1.91 + <li><a href="index.html#floppy">Floppy disk</a> - Bootable 1.92 + startup disk to launch the LiveCD, a USB stick, etc.</li> 1.93 + <li><a href="flavors.html">LiveCD to taste</a> - Flavors and loram.</li> 1.94 +</ul> 1.95 + 1.96 +<p> 1.97 + Help the project via a small donation or become an official 1.98 + <a href="../asso/sponsor.html">sponsor</a>. 1.99 +</p> 1.100 +<!-- PayPal boutton --> 1.101 +<form action="https://www.paypal.com/cgi-bin/webscr" method="post" 1.102 + style="display: inline;"> 1.103 + <input type="hidden" name="cmd" value="_s-xclick" /> 1.104 + <input type="hidden" name="hosted_button_id" value="4885025" /> 1.105 + <input type="image" src="../../images/paypal.png" name="submit" 1.106 + alt="PayPal - The safer, easier way to pay online!" /> 1.107 +</form> 1.108 +<!-- Flattr boutton --> 1.109 +<script type="text/javascript"> 1.110 +/* <![CDATA[ */ 1.111 + (function() { 1.112 + var s = document.createElement('script'), t = document.getElementsByTagName('script')[0]; 1.113 + s.type = 'text/javascript'; 1.114 + s.async = true; 1.115 + s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto'; 1.116 + t.parentNode.insertBefore(s, t); 1.117 + })(); 1.118 +/* ]]> */ 1.119 +</script> 1.120 +<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" 1.121 + href="http://www.slitaz.org/"></a> 1.122 + 1.123 +<h3>General information</h3> 1.124 +<p> 1.125 + This part of the site allows you to download a free copy of the SliTaz 1.126 + GNU/Linux LiveCD or to get utilities and tools source code. To start 1.127 + using the LiveCD ISO image you can refer to the English online 1.128 + <a href="../doc/">documentation</a>. You can also find help and support 1.129 + on SliTaz's <a href="http://forum.slitaz.org/">English Forum</a>. 1.130 +</p> 1.131 + 1.132 +<h3>Mirrors</h3> 1.133 +<p> 1.134 + SliTaz is mirrored actually in France by <a href="http://www.ads-lu.com/">ADS</a>, 1.135 + and <a href="http://www.tuxfamily.org/">TuxFamily</a>. In Switzerland by 1.136 + <a href="http://mirror.switch.ch/">SWITCHmirror</a>, in China by LupaWorld, 1.137 + in the USA by <a href="http://distro.ibiblio.org/pub/linux/distributions/">Ibiblio</a> 1.138 + and in Brazil by <a href="http://www.c3sl.ufpr.br/en/index.html">UFPR</a>. Huge thanks. 1.139 +</p> 1.140 + 1.141 +<ul> 1.142 + <li>Switzerland - Mirror hosted by SWITCHmirror (10 Gbit/s) 1.143 + <a href="http://mirror.switch.ch/ftp/mirror/slitaz/">HTTP</a> or 1.144 + <a href="ftp://mirror.switch.ch/mirror/slitaz/">FTP</a></li> 1.145 + 1.146 + <li>France - Mirror hosted by TuxFamily via 1.147 + <a href="http://download.tuxfamily.org/slitaz/">HTTP</a> or 1.148 + <a href="ftp://download.tuxfamily.org/slitaz/">FTP</a></li> 1.149 + 1.150 + <li>China - Mirror hosted by LupaWorld 1.151 + <a href="http://mirror.lupaworld.com/slitaz/">HTTP</a></li> 1.152 + 1.153 + <li>USA - Mirror hosted by Ibiblio via 1.154 + <a href="http://distro.ibiblio.org/pub/linux/distributions/slitaz/">HTTP</a> or 1.155 + <a href="ftp://distro.ibiblio.org/pub/linux/distributions/slitaz/">FTP</a></li> 1.156 + 1.157 + <li>Brazil - Mirror hosted by UFPR via 1.158 + <a href="http://slitaz.c3sl.ufpr.br/">HTTP</a> or 1.159 + <a href="ftp://slitaz.c3sl.ufpr.br/slitaz/">FTP</a></li> 1.160 +</ul> 1.161 + 1.162 +<a name="sources"></a> 1.163 +<h3>Sources</h3> 1.164 +<p> 1.165 + Tazpkg (Package manager), Tazlito (SliTaz Live Tool), Tazwok (Source 1.166 + builder), Tazusb (LiveUSB Tool) and the SliTaz Tools tarballs can all 1.167 + be downloaded from the <a href="http://www.tuxfamily.org/">TuxFamily</a> 1.168 + mirror. Note that all the utilities are installed by default on SliTaz 1.169 + and source code is commented in English. Download sources by 1.170 + <a href="http://mirror.slitaz.org/sources/">HTTP</a> or 1.171 + <a href="http://mirror.slitaz.org/sources/">FTP</a> 1.172 +</p> 1.173 + 1.174 +<a name="stable"></a> 1.175 +<h2>LiveCD - Stable version</h2> 1.176 +<p> 1.177 + SliTaz stable version provides a mature operating system, widely 1.178 + tested by an active community. The core LiveCD offers you a large 1.179 + selection of multi-use packages carefully integrated into the 1.180 + distribution, thus resulting in a coherent and robust system. 1.181 + <?php echo "Current $stable_ver stable version was released on $stable_rel."; ?> 1.182 +</p> 1.183 + 1.184 +<p class="box"> 1.185 + <?php echo "SliTaz GNU/Linux $stable_ver ($stable_size) - 1.186 + <a href='$stable_iso'>slitaz-$stable_ver.iso</a> 1.187 + [ <a href='$mirror/$stable_ver/slitaz-$stable_ver.md5'>md5</a> ]"; ?> 1.188 +</p> 1.189 + 1.190 +<p> 1.191 + A bootable CDROM image of all available packages for the stable version 1.192 + is generated every day. It also contains a copy of the website and can 1.193 + be used without an internet connection via the install.sh script. 1.194 +</p> 1.195 + 1.196 +<p class="box"> 1.197 + <?php echo "Collection of SliTaz GNU/Linux $stable_ver packages ($stable_pkgs) 1.198 + - <a href='$pkgs_mirror/$stable_ver/packages-$stable_ver.iso'>packages-$stable_ver.iso</a> 1.199 + [ <a href='$pkgs_mirror/$stable_ver/packages-$stable_ver.md5'>md5</a> ]"; ?> 1.200 +</p> 1.201 + 1.202 +<a name="cooking"></a> 1.203 +<h2>LiveCD - Cooking version</h2> 1.204 +<p> 1.205 + SliTaz "Cooking" LiveCD is a constantly evolving version, fully usable, 1.206 + it allows you to test the latest improvements and packages, ask for new 1.207 + features or report bugs to help us to prepare for the stable version. 1.208 +</p> 1.209 + 1.210 +<p class="box"> 1.211 + <?php echo "SliTaz GNU/Linux Cooking $cooking_ver ($cooking_size) - 1.212 + <a href='$cooking_iso'>slitaz-$cooking.iso</a> 1.213 + [ <a href='$mirror/cooking/slitaz-$cooking.md5'>md5</a> ]"; ?> 1.214 +</p> 1.215 + 1.216 +<p> 1.217 + A bootable DVD image of all available packages for the Cooking version 1.218 + is generated every day. It also contains a copy of the website and can 1.219 + be used without an internet connection via the install.sh script. 1.220 + Note: This image can also be 1.221 + <a href="http://syslinux.zytor.com/wiki/index.php/Doc/isolinux#HYBRID_CD-ROM.2FHARD_DISK_MODE"> 1.222 + installed on an USB key</a>, but it will overwrite all data. 1.223 +</p> 1.224 + 1.225 +<p class="box"> 1.226 + <?php echo "Collection of SliTaz GNU/Linux Cooking packages ($cooking_pkgs) 1.227 + - <a href='$pkgs_mirror/cooking/packages-cooking.iso'>packages-cooking.iso</a> 1.228 + [ <a href='$pkgs_mirror/cooking/packages-cooking.md5'>md5</a> ]"; ?> 1.229 +</p> 1.230 + 1.231 +<a name="floppy"></a> 1.232 +<h2>Floppy boot disk</h2> 1.233 +<p> 1.234 + This floppy diskette can start SliTaz on old PCs with or without a 1.235 + CD-ROM. It can boot SliTaz from an usb flash drive, a SliTaz CD/DVD, 1.236 + a hard drive, the LAN by PXE and even the 1.237 + <a href="http://boot.slitaz.org/">Internet with gPXE</a>. 1.238 +</p> 1.239 + 1.240 +<p class="box"> 1.241 + Floppy disk (1,44 MB) - 1.242 + <a href="http://mirror.slitaz.org/boot/floppy-grub4dos">image</a> 1.243 + [ <a href="http://mirror.slitaz.org/boot/floppy-grub4dos.md5">md5</a> ] 1.244 +</p> 1.245 + 1.246 +<p> 1.247 + You can write this floppy image with SliTaz bootfloppybox, 1.248 + <a href="http://en.wikipedia.org/wiki/RaWrite">Windows rawrite</a> 1.249 + or simply dd (dd if=floppy-grub4dos of=/dev/fd0). 1.250 +</p> 1.251 + 1.252 +<p> 1.253 + A <a href="http://mirror.slitaz.org/floppies/">floppy image set</a> 1.254 + is also available for people who can't use a CD-ROM, USB key or Ethernet 1.255 + card. 1.256 +</p> 1.257 + 1.258 +<!-- End of content --> 1.259 +</div> 1.260 + 1.261 +<?php include("../../lib/html/footer.html"); ?> 1.262 + 1.263 +</body> 1.264 +</html>