website view config.php @ rev 1136

Let's see if this fixes the little mess with the download page
author Brenton Scott <admin@trixarian.net>
date Mon Oct 15 17:09:10 2012 +0200 (2012-10-15)
parents 5c0243d9be26
children bfd760e0dbe1
line source
1 <?php
3 // Slitaz Website configuration
4 $mirror = "http://mirror.slitaz.org/iso";
5 $pkgs_mirror = "http://mirror.switch.ch/ftp/mirror/slitaz/iso";
7 // Stable release
8 $stable_rel = "10 April 2012";
9 $stable_ver = "4.0";
10 $stable_size = "35 Mb";
11 $stable_pkgs = "2 Gb";
12 $stable_iso = "$mirror/$stable_ver/slitaz-$stable_ver.iso";
14 // Cooking and RC release
15 $cooking = "rolling";
16 $cooking_ver = "20121014";
17 $cooking_size = "42 Mb";
18 $cooking_pkgs = "3.3 Gb";
19 $cooking_iso = "$mirror/rolling/slitaz-rolling.iso";
21 ?>