Fix data loss info on download page
[grml.org.git] / download / prerelease / index.php
index c5bf3fc..1619c52 100644 (file)
@@ -1,3 +1,8 @@
+<?php
+// while there is no prerelease, redirect to stable page
+header("Location: /download/");
+exit;
+?>
 <!DOCTYPE html>
 <html>
 <head>
 
     <h1>Download Grml 2011.12-rc1</h1>
 
-    <!--
-    <p><strong>NOTE:</strong> There is no current pre-release.</p>
-    -->
-
     <p><strong>NOTE: This is a PRE-RELEASE, not a stable release yet.<br />
     You have been warned.</strong><br />
+
     <a href="../">Looking for the stable release version instead?</a></p>
 
     <p>Download the Grml flavour you need, then write it to a CD-R or an empty USB stick.</p>
 
     <div class="download_group" id="download_group1">
-    <form method="post" action="/cgi-bin/download.cgi">
+    <form method="get" action="/download/bounce/">
     <input type="hidden" name="version" value="2011.12-rc1"/>
     <div class="download_panel" id="download_panel1"><div>
 
     <br />
     <br />
     <br />
-    <a href="/changelogs/README-2011.12-rc1/">Release Notes</a>
+    <a href="/changelogs/README-grml-2011.12-rc1/">Release Notes</a>
     </div></div>
 
     <div class="download_panel" id="download_panel2"><div>
     <b>Alternate downloads</b><br /><br />
     <a href="http://daily.grml.org/">Daily images</a><br />
     <a href="http://download.grml.org/">Older releases</a><br />
-    <a href="http://debian.netcologne.de/grml/release-chroots/">chroots for remastering</a><br />
+    <a href="http://download.grml.org/devel/">chroots for remastering</a> (prerelease)<br />
+    <a href="http://download.grml.org/devel/grml_sources-2011.12-rc1.tgz">Source code</a> (one tgz for both architectures)<br />
     <br />
     <a href="http://debian.netcologne.de/grml/gnupg-michael-prokop.txt">Signing Key</a><br />
     <br />
     <div class="download_panel" id="download_panel4"><div>
     <b>Boot from USB stick</b><br />
     <br />
-    Just <tt>dd(1)</tt> the downloaded ISO to an <abbr title="Any existing data will be overriden by the dd command!">empty</abbr> USB stick!<br /><br />
+    Just <tt>dd(1)</tt> the downloaded ISO to an <abbr title="Any existing data will be overwritten by the dd command!">empty</abbr> USB stick!<br /><br />
     <code>dd if=grml_2011.12-rc1.iso of=/dev/USB_STICK</code>
     <br /><br />