diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2013-11-15 00:41:51 +0000 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2013-11-15 00:41:51 +0000 |
commit | cb7f45eba2862e9e21603579ee967028c59790ef (patch) | |
tree | 339a1a694e83bbcb59ea31d8a431927b73dc2df7 /en/4 | |
parent | ba248ba18c8520c943f7d72cbc3db95e66fd73e0 (diff) | |
download | www-cb7f45eba2862e9e21603579ee967028c59790ef.tar www-cb7f45eba2862e9e21603579ee967028c59790ef.tar.gz www-cb7f45eba2862e9e21603579ee967028c59790ef.tar.bz2 www-cb7f45eba2862e9e21603579ee967028c59790ef.tar.xz www-cb7f45eba2862e9e21603579ee967028c59790ef.zip |
Mageia 4 beta1 (no torrent available yet)
Diffstat (limited to 'en/4')
-rwxr-xr-x | en/4/download_index.php | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/en/4/download_index.php b/en/4/download_index.php index a8a6ade70..29af5bf0a 100755 --- a/en/4/download_index.php +++ b/en/4/download_index.php @@ -2,7 +2,7 @@ $name = 'Mageia'; $version = '4'; -$release = 'alpha3'; +$release = 'beta1'; define('HLANG', true); @@ -18,7 +18,7 @@ function get_mageia_image_file_name($name, $version, $release, $variant = null, return implode('-', array($name, $version, $re, $medium)) . $ext; } -function dl_link($name, $version, $release, $variant = null, $arch = 'i586', $medium, $torrent = false, $unavailabletorrent = false) +function dl_link($name, $version, $release, $variant = null, $arch = 'i586', $medium, $torrent = false, $unavailabletorrent = true) { switch ($arch) { case "i586": @@ -35,7 +35,7 @@ function dl_link($name, $version, $release, $variant = null, $arch = 'i586', $me break; } - echo $torrent && $unavailabletorrent ? sprintf(_t('forthcoming')) : sprintf('<a rel="nofollow" href="../downloads/get/?q=%s%s" title="%s">%s</a>', + echo $torrent && $unavailabletorrent || $arch=='dual' ? sprintf(_t('forthcoming')) : sprintf('<a rel="nofollow" href="../downloads/get/?q=%s%s" title="%s">%s</a>', get_mageia_image_file_name($name, $version, $release, $variant, $arch, $medium, '.iso'), $torrent ? '&torrent=1' : '', implode(' ', array($name, $version, $release, $variant, $arch, $medium)), @@ -72,7 +72,6 @@ function dl_link($name, $version, $release, $variant = null, $arch = 'i586', $me <?php include '../'.$version.'/nav.php'; ?> <p class="unstable-release-warning"><?php _e('Be careful! This is an alpha, unstable release.'); _e('It is only intended for developer use. <strong>DO NOT USE THIS IN PRODUCTION OR FOR OFFICIAL REVIEW.</strong>');?></p> - <p style="color:#3494d3">Beta 1 is a bit delayed as it still doesn't satisfy QA tests. Thanks for your patience.</p> <div id="doc4" class="yui-t7"> <div id="bd" role="main"> @@ -219,7 +218,7 @@ function dl_link($name, $version, $release, $variant = null, $arch = 'i586', $me <tbody> <tr> <th><?php _e('Network installer, Free Software CD')?></th> - <td class="size">~35MB<br>~20MB</td> + <td class="size">~27MB<br>~36MB</td> <td><?php dl_link($name,$version,$release,'Boot','i586','CD',false); echo '<br>'; dl_link($name,$version,$release,'Boot','x86_64','CD',false);?> @@ -228,7 +227,7 @@ function dl_link($name, $version, $release, $variant = null, $arch = 'i586', $me <tr> <th><?php _e('Network installer + nonfree firmware CD')?><br> <span class="dlinfo"><?php _e('needed for some disc controllers, some network cards, etc.')?></span></th> - <td class="size">~55MB<br>~30MB</td> + <td class="size">~27MB<br>~36MB</td> <td><?php dl_link($name,$version,$release,'Boot-nonfree','i586','CD',false); echo '<br>'; dl_link($name,$version,$release,'Boot-nonfree','x86_64','CD',false);?> |