summaryrefslogtreecommitdiffstats
path: root/site/download/index.php
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-11-14 02:37:52 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-11-14 02:37:52 (EST)
commit6e860130be6c436a13a8e2dd80cf256395dc5bdc (patch)
treeee285d543dc3fd53642dba227a08415ed4e17895 /site/download/index.php
parent812f1d5acf33605fac16b6837d1f9d262b38f2a4 (diff)
downloadlibreboot.org-6e860130be6c436a13a8e2dd80cf256395dc5bdc.zip
libreboot.org-6e860130be6c436a13a8e2dd80cf256395dc5bdc.tar.gz
libreboot.org-6e860130be6c436a13a8e2dd80cf256395dc5bdc.tar.bz2
download page: add note about unstable releases
Diffstat (limited to 'site/download/index.php')
-rw-r--r--site/download/index.php25
1 files changed, 24 insertions, 1 deletions
diff --git a/site/download/index.php b/site/download/index.php
index 4706124..94e8404 100644
--- a/site/download/index.php
+++ b/site/download/index.php
@@ -34,7 +34,7 @@
<div>
- <h1><?php echo gettext("Download libreboot"); ?></h1>
+ <h1><?php echo gettext("Download libreboot (stable releases)"); ?></h1>
<p>
<b>
@@ -56,6 +56,29 @@
</div>
+ <div>
+ <h1>Download libreboot (unstable/beta releases)</h1>
+ <p>
+ <b>
+ <?php echo gettext("The latest UNSTABLE, BETA, NOT READY FOR PRODUCTION USE release is:"); ?> <?php echo $lbBetaRelease[0][0][0]; ?>.
+ <?php echo gettext("Release date:"); ?> <?php echo $lbBetaRelease[0][0][1]; ?>.
+ </p>
+ <p style="font-size:120%">
+ <b><u>WARNING: the probability that these releases will brick your machine is above 70%</u>. You may also be attacked by sharks.
+ Proceed with caution.</b>
+ </p>
+ <p>
+ Over time, stable libreboot release cycles have become much slower, due to more boards being supported
+ and more work being done, which means a lot more testing/fixing needs to be done before each release.
+ Therefore, we now offer unstable releases in between stable releases.
+ These releases are updated fairly regularly, built from the latest version of libreboot
+ from the <a href="../git/">git repository</a>.
+ </p>
+ <p>
+ You can download these releases in the <b><i>beta</i></b> directory, from the available libreboot mirror sites.
+ </p>
+ </div>
+
<?php
include "../common/ccs.php";
include "../common/footer.php";