aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads/prerelease
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2021-09-01 19:53:26 +0200
committerManuel Hiebel <leuhmanu@mageia.org>2021-09-01 19:53:26 +0200
commit998372ab661895e35fa952b97585ddd23ec3fb25 (patch)
treed074cb5d7aae17357ba7e6c7121c955905fce22a /en/downloads/prerelease
parentf22b9bc1d645ef57d7e6cc6f8ef3958d6db68bd7 (diff)
downloadwww-998372ab661895e35fa952b97585ddd23ec3fb25.tar
www-998372ab661895e35fa952b97585ddd23ec3fb25.tar.gz
www-998372ab661895e35fa952b97585ddd23ec3fb25.tar.bz2
www-998372ab661895e35fa952b97585ddd23ec3fb25.tar.xz
www-998372ab661895e35fa952b97585ddd23ec3fb25.zip
Add Mageia Cauldron netinstall and obsolete Mageia 7 iso
Diffstat (limited to 'en/downloads/prerelease')
-rw-r--r--en/downloads/prerelease/download_index.php16
-rw-r--r--en/downloads/prerelease/index.php5
2 files changed, 9 insertions, 12 deletions
diff --git a/en/downloads/prerelease/download_index.php b/en/downloads/prerelease/download_index.php
index 6dc0a709b..fb4a147c6 100644
--- a/en/downloads/prerelease/download_index.php
+++ b/en/downloads/prerelease/download_index.php
@@ -1,11 +1,11 @@
<?php
$name = 'Mageia';
-$version = '8';
-$release = 'rc';
-$torrentavailable=true;
-$classical=true;
-$live=true;
+$version = 'Cauldron';
+$release = '';
+$torrentavailable=false;
+$classical=false;
+$live=false;
define('HLANG', true);
@@ -91,12 +91,12 @@ input[type="radio"], input[type="submit"], .popover-content {
<h1 id="mgnavt"><?php echo sprintf(_g('Download') . ' <strong>%s %s %s</strong>',$name, $version, $release)?></h1>
<?php include './nav.php'; ?>
- <div class="bg-warning">
+ <div class="bg-danger">
<p class="text-white p-3 container"><?php
-// _g('Be careful! This is an alpha, unstable release.');
+ _g('Be careful! This is an alpha, unstable release.');
// _g('Be careful! This is a beta, unstable release.');
// _g('It is only intended for developer use. <strong>DO NOT USE THIS IN PRODUCTION OR FOR OFFICIAL REVIEW.</strong>');
- _g('This is a Release Candidate. Release Candidate software is software that has graduated Beta testing, and should be a release-ready product suitable for advanced users and reviewers. However, beginning users and critical-applications users may wish to wait for the final release planned for %s.', array(_r('february 2021')), ' '); _g('Release Candidate is intended to identify any remaining bugs or missing packages.'); ?></p>
+// _g('This is a Release Candidate. Release Candidate software is software that has graduated Beta testing, and should be a release-ready product suitable for advanced users and reviewers. However, beginning users and critical-applications users may wish to wait for the final release planned for %s.', array(_r('february 2021')), ' '); _g('Release Candidate is intended to identify any remaining bugs or missing packages.'); ?></p>
</div>
diff --git a/en/downloads/prerelease/index.php b/en/downloads/prerelease/index.php
index cb52e38a9..fa20f9ddc 100644
--- a/en/downloads/prerelease/index.php
+++ b/en/downloads/prerelease/index.php
@@ -1,4 +1 @@
-<?php
-
-require_once '../../../langs.inc.php';
-relocate($langs, '8/');
+<?php include './download_index.php';