website view config.php @ rev 1328

Add redirectors for links found on DistroWatch SliTaz page, thanks Erkan Yilmaz.
See his blog post: http://people.slitaz.org/~eyilmaz/blog/2018_06_08_redirect_old_urls.txt
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 08 12:56:11 2018 +0300 (2018-06-08)
parents 96e915fec97e
children 08f5d22f654b
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 = "3.0 Gb";
12 $stable_iso = "$mirror/$stable_ver/slitaz-$stable_ver.iso";
14 // Cooking and RC release
15 $cooking = "RC-3";
16 $cooking_ver = "20150520";
17 $cooking_size = "42 Mb";
18 $cooking_pkgs = "4.2 Gb";
19 $cooking_iso = "$mirror/5.0/slitaz-5.0-rc3.iso";
20 $cooking_md5 = "$mirror/5.0/slitaz-5.0-rc3.md5";
22 ?>