website 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 0d0e852f2585
children 568df6772eeb
files config.php en/get/index.html en/get/index.php
line diff
     1.1 --- a/config.php	Fri Mar 09 02:33:16 2012 +0100
     1.2 +++ b/config.php	Fri Mar 09 04:38:38 2012 +0100
     1.3 @@ -2,20 +2,24 @@
     1.4  
     1.5  // Slitaz Website configuration
     1.6  $mirror       = "http://mirror.slitaz.org/iso";
     1.7 +$pkgs_mirror  = "http://mirror.switch.ch/ftp/mirror/slitaz/iso";
     1.8  
     1.9  // Stable release
    1.10 +$stable_rel   = "28 March 2010";
    1.11  $stable_ver   = "3.0";
    1.12  $stable_size  = "30 Mb";
    1.13 +$stable_pkgs  = "1,5 Gb";
    1.14  $stable_iso   = "$mirror/$stable_ver/slitaz-$stable_ver.iso";
    1.15  
    1.16  // Cooking and RC release 
    1.17 -//$cooking      = "Cooking";
    1.18 +//$cooking      = "cooking";
    1.19  //$cooking_ver  = "20120520";
    1.20  //$cooking_size = "35 Mb";
    1.21  //$cooking_iso  = "$mirror/cooking/slitaz-cooking.iso";
    1.22  $cooking      = "4.0-RC2";
    1.23  $cooking_ver  = "4.0-RC2";
    1.24  $cooking_size = "35 Mb";
    1.25 +$cooking_pkgs = "3 Gb";
    1.26  $cooking_iso  = "$mirror/cooking/slitaz-$cooking_ver.iso";
    1.27  
    1.28  ?>
     2.1 --- a/en/get/index.html	Fri Mar 09 02:33:16 2012 +0100
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,295 +0,0 @@
     2.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     2.5 -    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     2.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     2.7 -<head>
     2.8 -    <title>SliTaz - Downloads</title>
     2.9 -    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    2.10 -    <meta name="description" content="SliTaz GNU/Linux LiveCD free download" />
    2.11 -    <meta name="keywords" lang="en" content="source, iso, livecd, get, free" />
    2.12 -    <meta name="robots" content="index, follow, all" />
    2.13 -    <meta name="modified" content="2011-03-25 18:00:00" />
    2.14 -    <meta name="author" content="Christophe Lincoln, Paul Issot"/>
    2.15 -    <link rel="shortcut icon" href="../../favicon.ico" />
    2.16 -    <link rel="stylesheet" type="text/css" href="../../slitaz.css" />
    2.17 -    <script type="text/javascript">
    2.18 -	/* <![CDATA[ */
    2.19 -	    (function() {
    2.20 -	        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
    2.21 -	        s.type = 'text/javascript';
    2.22 -	        s.async = true;
    2.23 -	        s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
    2.24 -	        t.parentNode.insertBefore(s, t);
    2.25 -	    })();
    2.26 -	/* ]]> */
    2.27 -	</script>
    2.28 -</head>
    2.29 -<body>
    2.30 -
    2.31 -<!-- Header -->
    2.32 -<div id="header">
    2.33 -	<div id="logo"></div>
    2.34 -	<div id="network">
    2.35 -		<a href="http://www.slitaz.org/netmap.php">
    2.36 -			<img src="../../images/network.png" alt="network.png" /></a>
    2.37 -		<a href="http://scn.slitaz.org/">Community</a>
    2.38 -		<a href="http://doc.slitaz.org/">Doc</a>
    2.39 -		<a href="http://forum.slitaz.org/">Forum</a>
    2.40 -		<a href="http://bugs.slitaz.org">Bugs</a>
    2.41 -		<a href="http://hg.slitaz.org/">Hg</a>
    2.42 -	</div>
    2.43 -	<h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
    2.44 -</div>
    2.45 -
    2.46 -<!-- Block -->
    2.47 -<div id="block">
    2.48 -	<!-- Navigation -->
    2.49 -	<div id="block_nav">
    2.50 -		<h4>Navigation</h4>
    2.51 -		<div class="right_box">
    2.52 -			<ul>
    2.53 -				<li><a href="../../webchat.php">Web Chat</a></li>
    2.54 -				<li><a href="../mailing-list.html">Mailing List</a></li>
    2.55 -				<li><a href="../devel/">Development</a></li>
    2.56 -				<li><a href="../packages/">Packages</a></li>
    2.57 -				<li><a href="../artwork/">Artwork</a></li>
    2.58 -				<li><a href="../search.html">Search</a></li>
    2.59 -			</ul>
    2.60 -		</div>
    2.61 -		<div class="left_box">
    2.62 -			<ul>
    2.63 -				<li><a href="../">Headlines</a></li>
    2.64 -				<li><a href="../about/">About</a></li>
    2.65 -				<li><a href="../get/">Download</a></li>
    2.66 -				<li><a href="../doc/">Documentation</a></li>
    2.67 -				<li><a href="../asso/">Association</a></li>
    2.68 -				<li><a href="../asso/sponsor.html">Sponsor</a></li>
    2.69 -			</ul>
    2.70 -		</div>
    2.71 -	</div>
    2.72 -	<!-- Information/image -->
    2.73 -	<div id="block_info">
    2.74 -		<h4>Download</h4>
    2.75 -		<p>
    2.76 -			Download the latest stable version for production purposes
    2.77 -			or a solid desktop environment. Use the Cooking version to
    2.78 -			test and help us improve the distribution.
    2.79 -		</p>
    2.80 -		<div class="button">
    2.81 -			Quick Download:
    2.82 -			<a href="http://mirror.slitaz.org/iso/3.0/slitaz-3.0.iso">SliTaz 3.0</a>
    2.83 -			<a href="http://mirror.slitaz.org/iso/cooking/slitaz-4.0-RC2.iso">SliTaz 4.0-RC2</a>
    2.84 -		</div>
    2.85 -	</div>
    2.86 -</div>
    2.87 -
    2.88 -<!-- Languages -->
    2.89 -<div id="lang">
    2.90 -	<a href="../i18n.php">
    2.91 -		<img src="../../images/locale.png" alt="locale.png" /></a>
    2.92 -	<a href="../../da/get/">Dansk</a>
    2.93 -	<a href="../../de/get/">Deutsch</a>
    2.94 -	<a href="../../en/get/">English</a>
    2.95 -	<a href="../../es/get/">Español</a>
    2.96 -	<a href="../../fr/get/">Français</a>
    2.97 -	<a href="../../it/get/">Italiano</a>
    2.98 -	<a href="../../pt/get/">Português</a>
    2.99 -	<a href="../../cn/get/">Chinese</a>
   2.100 -</div>
   2.101 -
   2.102 -<!-- Content -->
   2.103 -<div id="content">
   2.104 -
   2.105 -<h2>Get SliTaz</h2>
   2.106 -	
   2.107 -<ul>
   2.108 -	<li><a href="index.html#stable">LiveCD Stable version</a> - 
   2.109 -	Bootable ISO image of the current stable version.</li>
   2.110 -	<li><a href="index.html#cooking">LiveCD Cooking version</a> - 
   2.111 -	Bootable ISO image of the cooking version.</li>
   2.112 -	<li><a href="index.html#floppy">Floppy disk</a> - Bootable 
   2.113 -	startup disk to launch the LiveCD, a USB stick, etc.</li>
   2.114 -	<li><a href="flavors.html">LiveCD to taste</a> - Flavors and loram.</li>
   2.115 -</ul>
   2.116 -
   2.117 -<p>
   2.118 -	Help the project via a small donation or become an official
   2.119 -	<a href="../asso/sponsor.html">sponsor</a>.
   2.120 -</p>
   2.121 -<!-- PayPal boutton -->
   2.122 -<form action="https://www.paypal.com/cgi-bin/webscr" method="post"
   2.123 -	style="display: inline;">
   2.124 -		<input type="hidden" name="cmd" value="_s-xclick" />
   2.125 -		<input type="hidden" name="hosted_button_id" value="4885025" />
   2.126 -		<input type="image" src="../../images/paypal.png" name="submit" 
   2.127 -			alt="PayPal - The safer, easier way to pay online!" />
   2.128 -</form>
   2.129 -<!-- Flattr boutton -->
   2.130 -<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;"
   2.131 -	href="http://www.slitaz.org/"></a>
   2.132 -
   2.133 -<h3>General information</h3>
   2.134 -<p>
   2.135 -This part of the site allows you to download a free copy of the SliTaz
   2.136 -GNU/Linux LiveCD or to get utilities and tools source code. To start using
   2.137 -the LiveCD ISO image you can refer to the English online
   2.138 -<a href="../doc/">documentation</a>. You can also find help and support
   2.139 -on SliTaz's <a href="http://forum.slitaz.org/">English Forum</a>.
   2.140 -</p>
   2.141 -
   2.142 -<h3>Mirrors</h3>
   2.143 -<p>
   2.144 -SliTaz is mirrored actually in France by <a href="http://www.ads-lu.com/" target="_blank">ADS</a>, Mésobius and
   2.145 -<a href="http://www.tuxfamily.org/">TuxFamily</a>. In Switzerland by
   2.146 -<a href="http://mirror.switch.ch/">SWITCHmirror</a>,
   2.147 -in China by LupaWorld, in the USA by
   2.148 -<a href="http://distro.ibiblio.org/pub/linux/distributions/">Ibiblio</a>
   2.149 -and in Brazil by <a href="http://www.c3sl.ufpr.br/en/index.html">UFPR</a>. Huge thanks.
   2.150 -</p>
   2.151 -
   2.152 -<ul>
   2.153 -	<li>Switzerland - Mirror hosted by SWITCHmirror (10 Gbit/s)
   2.154 -	<a href="http://mirror.switch.ch/ftp/mirror/slitaz/">HTTP</a> or
   2.155 -	<a href="ftp://mirror.switch.ch/mirror/slitaz/">FTP</a></li>
   2.156 -
   2.157 -	<li>France - Mirror hosted by Mésobius (100 Mps)
   2.158 -	<a href="http://slitazmirror.linuxembarque.com">HTTP</a></li>
   2.159 -
   2.160 -	<li>France - Mirror hosted by TuxFamily via
   2.161 -	<a href="http://download.tuxfamily.org/slitaz/">HTTP</a> or
   2.162 -	<a href="ftp://download.tuxfamily.org/slitaz/">FTP</a></li>
   2.163 -
   2.164 -	<li>China - Mirror hosted by LupaWorld
   2.165 -	<a href="http://mirror.lupaworld.com/slitaz/">HTTP</a></li>
   2.166 -
   2.167 -	<li>USA - Mirror hosted by Ibiblio via
   2.168 -	<a href="http://distro.ibiblio.org/pub/linux/distributions/slitaz/">HTTP</a> or
   2.169 -	<a href="ftp://distro.ibiblio.org/pub/linux/distributions/slitaz/">FTP</a></li>
   2.170 -
   2.171 -	<li>Brazil - Mirror hosted by UFPR via
   2.172 -	<a href="http://slitaz.c3sl.ufpr.br/">HTTP</a> or
   2.173 -	<a href="ftp://slitaz.c3sl.ufpr.br/slitaz/">FTP</a></li>
   2.174 -</ul>
   2.175 -
   2.176 -<a name="sources"></a>
   2.177 -<h3>Sources</h3>
   2.178 -<p>
   2.179 -Tazpkg (Package manager), Tazlito (SliTaz Live Tool), Tazwok (Source builder),
   2.180 -Tazusb (LiveUSB Tool) and the SliTaz Tools tarballs can all be downloaded from the
   2.181 -<a href="http://www.tuxfamily.org/">TuxFamily</a> mirror. Note that all the
   2.182 -utilities are installed by default on SliTaz and source code is commented
   2.183 -in English. Download sources by
   2.184 -<a href="http://mirror.slitaz.org/sources/">HTTP</a> or
   2.185 -<a href="http://mirror.slitaz.org/sources/">FTP</a>
   2.186 -</p>
   2.187 -
   2.188 -<a name="stable"></a>
   2.189 -<h2>LiveCD - Stable version</h2>
   2.190 -<p>
   2.191 -SliTaz stable version provides a mature operating system, widely tested by an
   2.192 -active community. The core LiveCD offers you a large selection of multi-use
   2.193 -packages carefully integrated into the distribution, thus resulting in a coherent
   2.194 -and robust system. Current 3.0 stable version was released on 28 March 2010.
   2.195 -</p>
   2.196 -
   2.197 -<p class="box">
   2.198 -SliTaz GNU/Linux 3.0 (30 MB) -
   2.199 -<a href="http://mirror.slitaz.org/iso/3.0/slitaz-3.0.iso"
   2.200 ->slitaz-3.0.iso</a>
   2.201 -[ <a href="http://mirror.slitaz.org/iso/3.0/slitaz-3.0.md5"
   2.202 ->md5</a> ]
   2.203 -</p>
   2.204 -
   2.205 -<p>
   2.206 -A bootable CDROM image of all available packages for version 3.0 is
   2.207 -generated every day. It also contains a copy of the website and can
   2.208 -be used without an internet connection via the install.sh script.
   2.209 -</p>
   2.210 -
   2.211 -<p class="box">
   2.212 -Collection of SliTaz GNU/Linux 3.0 packages (&lt; 2GB) -
   2.213 -<a href="http://mirror.switch.ch/ftp/mirror/slitaz/iso/3.0/packages-3.0.iso">packages-3.0.iso</a>
   2.214 -[ <a href="http://mirror.switch.ch/ftp/mirror/slitaz/iso/3.0/packages-3.0.md5">md5</a> ]
   2.215 -</p>
   2.216 -
   2.217 -<a name="cooking"></a>
   2.218 -<h2>LiveCD - Cooking version</h2>
   2.219 -<p>
   2.220 -SliTaz "Cooking" LiveCD is a constantly evolving version, fully usable, it allows
   2.221 -you to test the latest improvements and packages, ask for new features or report
   2.222 -bugs to help us to prepare for the stable version.
   2.223 -</p>
   2.224 -
   2.225 -<p class="box">
   2.226 -SliTaz GNU/Linux cooking-20110531 (30 MB) -
   2.227 -<a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.iso"
   2.228 ->slitaz-cooking.iso</a>
   2.229 -[ <a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.md5"
   2.230 ->md5</a> ]
   2.231 -</p>
   2.232 -
   2.233 -<p>
   2.234 -A bootable DVD image of all available packages for the Cooking version is
   2.235 -generated every day. It also contains a copy of the website and can
   2.236 -be used without an internet connection via the install.sh script.
   2.237 -Note: This image can also be
   2.238 -<a href="http://syslinux.zytor.com/wiki/index.php/Doc/isolinux#HYBRID_CD-ROM.2FHARD_DISK_MODE">installed on an USB key</a>,
   2.239 -but it will overwrite all data.
   2.240 -</p>
   2.241 -
   2.242 -<p class="box">
   2.243 -Collection of SliTaz GNU/Linux cooking packages (&lt; 4GB) -
   2.244 -<a href="http://mirror.slitaz.org/iso/cooking/packages-cooking.iso">packages-cooking.iso</a>
   2.245 -[ <a href="http://mirror.slitaz.org/iso/cooking/packages-cooking.md5">md5</a> ]
   2.246 -</p>
   2.247 -
   2.248 -<a name="floppy"></a>
   2.249 -<h2>Floppy boot disk</h2>
   2.250 -<p>
   2.251 -This floppy diskette can start SliTaz on old PCs with or without a CD-ROM. It can boot
   2.252 -SliTaz from an usb flash drive, a SliTaz CD/DVD, a hard drive, the LAN by PXE and even
   2.253 -the <a href="http://boot.slitaz.org/">Internet with gPXE</a>.
   2.254 -</p>
   2.255 -
   2.256 -<p class="box">
   2.257 -Floppy disk (1,44 MB) -
   2.258 -<a href="http://mirror.slitaz.org/boot/floppy-grub4dos">image</a>
   2.259 -[ <a href="http://mirror.slitaz.org/boot/floppy-grub4dos.md5">md5</a> ]
   2.260 -</p>
   2.261 -
   2.262 -<p>
   2.263 -You can write this floppy image with SliTaz bootfloppybox,
   2.264 -<a href="http://en.wikipedia.org/wiki/RaWrite">Windows rawrite</a>
   2.265 -or simply dd (dd if=floppy-grub4dos of=/dev/fd0).
   2.266 -</p>
   2.267 -
   2.268 -<p>
   2.269 -A <a href="http://mirror.slitaz.org/floppies/">floppy image set</a>
   2.270 -is also available for people who can't use a CD-ROM, USB key or Ethernet
   2.271 -card.
   2.272 -</p>
   2.273 -
   2.274 -<!-- End of content -->
   2.275 -</div>
   2.276 -
   2.277 -<!-- Footer -->
   2.278 -<div id="footer">
   2.279 -	Copyright &copy; <span class="year"></span>
   2.280 -	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
   2.281 -	<a href="http://scn.slitaz.org/">Community</a>
   2.282 -	<a href="http://doc.slitaz.org/">Doc</a>
   2.283 -	<a href="http://forum.slitaz.org/">Forum</a>
   2.284 -	<a href="http://pkgs.slitaz.org/">Packages</a>
   2.285 -	<a href="http://bugs.slitaz.org">Bugs</a>
   2.286 -	<a href="http://hg.slitaz.org/">Hg</a>
   2.287 -	<p>
   2.288 -		SliTaz @
   2.289 -		<a href="http://twitter.com/slitaz">Twitter</a>
   2.290 -		<a href="http://www.facebook.com/slitaz">Facebook</a>
   2.291 -		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
   2.292 -		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
   2.293 -		<a href="http://flattr.com/profile/slitaz">Flattr</a>
   2.294 -	</p>
   2.295 -</div>
   2.296 -
   2.297 -</body>
   2.298 -</html>
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/en/get/index.php	Fri Mar 09 04:38:38 2012 +0100
     3.3 @@ -0,0 +1,261 @@
     3.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     3.5 +    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     3.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     3.7 +<head>
     3.8 +    <title>SliTaz - Downloads</title>
     3.9 +    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    3.10 +    <meta name="description" content="SliTaz GNU/Linux LiveCD free download" />
    3.11 +    <meta name="keywords" lang="en" content="source, iso, livecd, get, free" />
    3.12 +    <meta name="robots" content="index, follow, all" />
    3.13 +    <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
    3.14 +    <meta name="author" content="Christophe Lincoln, Paul Issot"/>
    3.15 +    <link rel="shortcut icon" href="../../favicon.ico" />
    3.16 +    <link rel="stylesheet" type="text/css" href="../../slitaz.css" />
    3.17 +</head>
    3.18 +<body>
    3.19 +
    3.20 +<?php
    3.21 +include("../../config.php");
    3.22 +include("../../lib/html/header.html");
    3.23 +?>
    3.24 +
    3.25 +<!-- Block -->
    3.26 +<div id="block">
    3.27 +	<!-- Navigation -->
    3.28 +	<div id="block_nav">
    3.29 +		<h4>Navigation</h4>
    3.30 +		<div class="right_box">
    3.31 +			<ul>
    3.32 +				<li><a href="../../webchat.php">Web Chat</a></li>
    3.33 +				<li><a href="../mailing-list.html">Mailing List</a></li>
    3.34 +				<li><a href="../devel/">Development</a></li>
    3.35 +				<li><a href="../packages/">Packages</a></li>
    3.36 +				<li><a href="../artwork/">Artwork</a></li>
    3.37 +				<li><a href="../search.html">Search</a></li>
    3.38 +			</ul>
    3.39 +		</div>
    3.40 +		<div class="left_box">
    3.41 +			<ul>
    3.42 +				<li><a href="../">Headlines</a></li>
    3.43 +				<li><a href="../about/">About</a></li>
    3.44 +				<li><a href="../get/">Download</a></li>
    3.45 +				<li><a href="../doc/">Documentation</a></li>
    3.46 +				<li><a href="../asso/">Association</a></li>
    3.47 +				<li><a href="../asso/sponsor.html">Sponsor</a></li>
    3.48 +			</ul>
    3.49 +		</div>
    3.50 +	</div>
    3.51 +	<!-- Information/image -->
    3.52 +	<div id="block_info">
    3.53 +		<h4>Download</h4>
    3.54 +		<p>
    3.55 +			Download the latest stable version for production purposes
    3.56 +			or a solid desktop environment. Use the Cooking version to
    3.57 +			test and help us improve the distribution.
    3.58 +		</p>
    3.59 +		<div class="button">
    3.60 +			Quick Download:
    3.61 +			<?php echo "<a href='$stable_iso'>SliTaz $stable_ver</a>
    3.62 +				<a href='$cooking_iso'>SliTaz $cooking</a>"; ?>
    3.63 +		</div>
    3.64 +	</div>
    3.65 +</div>
    3.66 +
    3.67 +<!-- Languages -->
    3.68 +<div id="lang">
    3.69 +	<a href="../i18n.php">
    3.70 +		<img src="../../images/locale.png" alt="locale.png" /></a>
    3.71 +	<a href="../../da/get/">Dansk</a>
    3.72 +	<a href="../../de/get/">Deutsch</a>
    3.73 +	<a href="../../en/get/">English</a>
    3.74 +	<a href="../../es/get/">Español</a>
    3.75 +	<a href="../../fr/get/">Français</a>
    3.76 +	<a href="../../it/get/">Italiano</a>
    3.77 +	<a href="../../pt/get/">Português</a>
    3.78 +	<a href="../../cn/get/">Chinese</a>
    3.79 +</div>
    3.80 +
    3.81 +<!-- Content -->
    3.82 +<div id="content">
    3.83 +
    3.84 +<h2>Get SliTaz</h2>
    3.85 +	
    3.86 +<ul>
    3.87 +	<li><a href="index.html#stable">LiveCD Stable version</a> - 
    3.88 +	Bootable ISO image of the current stable version.</li>
    3.89 +	<li><a href="index.html#cooking">LiveCD Cooking version</a> - 
    3.90 +	Bootable ISO image of the cooking version.</li>
    3.91 +	<li><a href="index.html#floppy">Floppy disk</a> - Bootable 
    3.92 +	startup disk to launch the LiveCD, a USB stick, etc.</li>
    3.93 +	<li><a href="flavors.html">LiveCD to taste</a> - Flavors and loram.</li>
    3.94 +</ul>
    3.95 +
    3.96 +<p>
    3.97 +	Help the project via a small donation or become an official
    3.98 +	<a href="../asso/sponsor.html">sponsor</a>.
    3.99 +</p>
   3.100 +<!-- PayPal boutton -->
   3.101 +<form action="https://www.paypal.com/cgi-bin/webscr" method="post"
   3.102 +	style="display: inline;">
   3.103 +		<input type="hidden" name="cmd" value="_s-xclick" />
   3.104 +		<input type="hidden" name="hosted_button_id" value="4885025" />
   3.105 +		<input type="image" src="../../images/paypal.png" name="submit" 
   3.106 +			alt="PayPal - The safer, easier way to pay online!" />
   3.107 +</form>
   3.108 +<!-- Flattr boutton -->
   3.109 +<script type="text/javascript">
   3.110 +/* <![CDATA[ */
   3.111 +    (function() {
   3.112 +        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
   3.113 +        s.type = 'text/javascript';
   3.114 +        s.async = true;
   3.115 +        s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
   3.116 +        t.parentNode.insertBefore(s, t);
   3.117 +    })();
   3.118 +/* ]]> */
   3.119 +</script>
   3.120 +<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;"
   3.121 +	href="http://www.slitaz.org/"></a>
   3.122 +
   3.123 +<h3>General information</h3>
   3.124 +<p>
   3.125 +	This part of the site allows you to download a free copy of the SliTaz
   3.126 +	GNU/Linux LiveCD or to get utilities and tools source code. To start
   3.127 +	using the LiveCD ISO image you can refer to the English online
   3.128 +	<a href="../doc/">documentation</a>. You can also find help and support
   3.129 +	on SliTaz's <a href="http://forum.slitaz.org/">English Forum</a>.
   3.130 +</p>
   3.131 +
   3.132 +<h3>Mirrors</h3>
   3.133 +<p>
   3.134 +	SliTaz is mirrored actually in France by <a href="http://www.ads-lu.com/">ADS</a>,
   3.135 +	and <a href="http://www.tuxfamily.org/">TuxFamily</a>. In Switzerland by
   3.136 +	<a href="http://mirror.switch.ch/">SWITCHmirror</a>, in China by LupaWorld,
   3.137 +	in the USA by <a href="http://distro.ibiblio.org/pub/linux/distributions/">Ibiblio</a>
   3.138 +	and in Brazil by <a href="http://www.c3sl.ufpr.br/en/index.html">UFPR</a>. Huge thanks.
   3.139 +</p>
   3.140 +
   3.141 +<ul>
   3.142 +	<li>Switzerland - Mirror hosted by SWITCHmirror (10 Gbit/s)
   3.143 +	<a href="http://mirror.switch.ch/ftp/mirror/slitaz/">HTTP</a> or
   3.144 +	<a href="ftp://mirror.switch.ch/mirror/slitaz/">FTP</a></li>
   3.145 +
   3.146 +	<li>France - Mirror hosted by TuxFamily via
   3.147 +	<a href="http://download.tuxfamily.org/slitaz/">HTTP</a> or
   3.148 +	<a href="ftp://download.tuxfamily.org/slitaz/">FTP</a></li>
   3.149 +
   3.150 +	<li>China - Mirror hosted by LupaWorld
   3.151 +	<a href="http://mirror.lupaworld.com/slitaz/">HTTP</a></li>
   3.152 +
   3.153 +	<li>USA - Mirror hosted by Ibiblio via
   3.154 +	<a href="http://distro.ibiblio.org/pub/linux/distributions/slitaz/">HTTP</a> or
   3.155 +	<a href="ftp://distro.ibiblio.org/pub/linux/distributions/slitaz/">FTP</a></li>
   3.156 +
   3.157 +	<li>Brazil - Mirror hosted by UFPR via
   3.158 +	<a href="http://slitaz.c3sl.ufpr.br/">HTTP</a> or
   3.159 +	<a href="ftp://slitaz.c3sl.ufpr.br/slitaz/">FTP</a></li>
   3.160 +</ul>
   3.161 +
   3.162 +<a name="sources"></a>
   3.163 +<h3>Sources</h3>
   3.164 +<p>
   3.165 +	Tazpkg (Package manager), Tazlito (SliTaz Live Tool), Tazwok (Source
   3.166 +	builder), Tazusb (LiveUSB Tool) and the SliTaz Tools tarballs can all
   3.167 +	be downloaded from the <a href="http://www.tuxfamily.org/">TuxFamily</a>
   3.168 +	mirror. Note that all the utilities are installed by default on SliTaz
   3.169 +	and source code is commented in English. Download sources by
   3.170 +	<a href="http://mirror.slitaz.org/sources/">HTTP</a> or
   3.171 +	<a href="http://mirror.slitaz.org/sources/">FTP</a>
   3.172 +</p>
   3.173 +
   3.174 +<a name="stable"></a>
   3.175 +<h2>LiveCD - Stable version</h2>
   3.176 +<p>
   3.177 +	SliTaz stable version provides a mature operating system, widely 
   3.178 +	tested by an active community. The core LiveCD offers you a large 
   3.179 +	selection of multi-use packages carefully integrated into the 
   3.180 +	distribution, thus resulting in a coherent and robust system.
   3.181 +	<?php echo "Current $stable_ver stable version was released on $stable_rel."; ?>
   3.182 +</p>
   3.183 +
   3.184 +<p class="box">
   3.185 +	<?php echo "SliTaz GNU/Linux $stable_ver ($stable_size) - 
   3.186 +	<a href='$stable_iso'>slitaz-$stable_ver.iso</a>
   3.187 +	[ <a href='$mirror/$stable_ver/slitaz-$stable_ver.md5'>md5</a> ]"; ?>
   3.188 +</p>
   3.189 +
   3.190 +<p>
   3.191 +	A bootable CDROM image of all available packages for the stable version
   3.192 +	is generated every day. It also contains a copy of the website and can
   3.193 +	be used without an internet connection via the install.sh script.
   3.194 +</p>
   3.195 +
   3.196 +<p class="box">
   3.197 +	<?php echo "Collection of SliTaz GNU/Linux $stable_ver packages ($stable_pkgs)
   3.198 +	- <a href='$pkgs_mirror/$stable_ver/packages-$stable_ver.iso'>packages-$stable_ver.iso</a>
   3.199 +	[ <a href='$pkgs_mirror/$stable_ver/packages-$stable_ver.md5'>md5</a> ]"; ?>
   3.200 +</p>
   3.201 +
   3.202 +<a name="cooking"></a>
   3.203 +<h2>LiveCD - Cooking version</h2>
   3.204 +<p>
   3.205 +	SliTaz "Cooking" LiveCD is a constantly evolving version, fully usable,
   3.206 +	it allows you to test the latest improvements and packages, ask for new
   3.207 +	features or report bugs to help us to prepare for the stable version.
   3.208 +</p>
   3.209 +
   3.210 +<p class="box">
   3.211 +	<?php echo "SliTaz GNU/Linux Cooking $cooking_ver ($cooking_size) - 
   3.212 +	<a href='$cooking_iso'>slitaz-$cooking.iso</a>
   3.213 +	[ <a href='$mirror/cooking/slitaz-$cooking.md5'>md5</a> ]"; ?>
   3.214 +</p>
   3.215 +
   3.216 +<p>
   3.217 +	A bootable DVD image of all available packages for the Cooking version
   3.218 +	is generated every day. It also contains a copy of the website and can
   3.219 +	be used without an internet connection via the install.sh script.
   3.220 +	Note: This image can also be
   3.221 +	<a href="http://syslinux.zytor.com/wiki/index.php/Doc/isolinux#HYBRID_CD-ROM.2FHARD_DISK_MODE">
   3.222 +		installed on an USB key</a>, but it will overwrite all data.
   3.223 +</p>
   3.224 +
   3.225 +<p class="box">
   3.226 +	<?php echo "Collection of SliTaz GNU/Linux Cooking packages ($cooking_pkgs)
   3.227 +	- <a href='$pkgs_mirror/cooking/packages-cooking.iso'>packages-cooking.iso</a>
   3.228 +	[ <a href='$pkgs_mirror/cooking/packages-cooking.md5'>md5</a> ]"; ?>
   3.229 +</p>
   3.230 +
   3.231 +<a name="floppy"></a>
   3.232 +<h2>Floppy boot disk</h2>
   3.233 +<p>
   3.234 +	This floppy diskette can start SliTaz on old PCs with or without a 
   3.235 +	CD-ROM. It can boot SliTaz from an usb flash drive, a SliTaz CD/DVD,
   3.236 +	a hard drive, the LAN by PXE and even the 
   3.237 +	<a href="http://boot.slitaz.org/">Internet with gPXE</a>.
   3.238 +</p>
   3.239 +
   3.240 +<p class="box">
   3.241 +	Floppy disk (1,44 MB) -
   3.242 +	<a href="http://mirror.slitaz.org/boot/floppy-grub4dos">image</a>
   3.243 +	[ <a href="http://mirror.slitaz.org/boot/floppy-grub4dos.md5">md5</a> ]
   3.244 +</p>
   3.245 +
   3.246 +<p>
   3.247 +	You can write this floppy image with SliTaz bootfloppybox,
   3.248 +	<a href="http://en.wikipedia.org/wiki/RaWrite">Windows rawrite</a>
   3.249 +	or simply dd (dd if=floppy-grub4dos of=/dev/fd0).
   3.250 +</p>
   3.251 +
   3.252 +<p>
   3.253 +	A <a href="http://mirror.slitaz.org/floppies/">floppy image set</a>
   3.254 +	is also available for people who can't use a CD-ROM, USB key or Ethernet
   3.255 +	card.
   3.256 +</p>
   3.257 +
   3.258 +<!-- End of content -->
   3.259 +</div>
   3.260 +
   3.261 +<?php include("../../lib/html/footer.html"); ?>
   3.262 +
   3.263 +</body>
   3.264 +</html>