Bunch of grammar fixes and improvements by KORN Andras
[grml.org.git] / beta / index.php.orig
diff --git a/beta/index.php.orig b/beta/index.php.orig
new file mode 100644 (file)
index 0000000..75bec2d
--- /dev/null
@@ -0,0 +1,60 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>grml.org - Beta Versions</title>
+<meta name="Author" content="the grml team [www.grml.org/team/]" />
+<meta name="Keywords" content="grml.org, grml" />
+<meta name="Description" content="Beta-tester(s) at grml.org" />
+<meta name="Abstract" content="grml, just another linux-distribution" />
+<meta name="fdse-index-as" content="http://www.grml.org/beta/" />
+<meta name="Robots" content="index,follow" />
+<meta name="Language" content="english" />
+<meta name="identifier-url" content="http://www.grml.org/" />
+<meta name="MSSmartTagsPreventParsing" content="true" />
+<meta http-equiv="imagetoolbar" content="no" />
+<link rel="home" href="/" title="grml.org" />
+<link rel="help" href="/features/" title="About" />
+<link rel="author" href="/team/" title="Team" />
+<link rel="icon" href="/favicon.png" type="image/png" />
+<link rel="stylesheet" href="/style.css" type="text/css" />
+</head>
+
+<body>
+<?php include '../static.inc'; ?>
+
+<div class="content">
+
+        <h1>Beta Versions</h1>
+
+        <p>All these versions are highly experimental. As always:<br>
+            Use them at your own risk.<br>
+            <b>Provide <a href="/bugs/">bug reports</a> if you find problems.</b>
+        </p>
+
+        <h2>Daily Build</h2>
+
+        <p><a href="http://daily.grml.org/">Daily builds</a> mostly reflect
+        development of the next Grml release. These builds are not tested.</p>
+
+        <h2>Continous Integration Build</h2>
+
+        <p>Our CI system builds a special version of the grml-medium amd64
+        flavour after every Grml git code change. This build is usually not
+        tested and includes experimental code that may not have been tested
+        or may never be released.
+        <a href="http://jenkins.grml.org/job/grml-medium-amd64/">See here.</a></p>
+
+
+        <h2>Release Candidates</h2>
+
+        <p>Shortly before a release will happen, a release candidate will
+        usually be announced on <a href="/irc/">IRC</a>.</p>
+
+        <!--
+        -->
+        <p>The CURRENT RELEASE CANDIDATE is available for
+        <a href="/download/prerelease/">download NOW</a>.</p>
+
+      </div>
+
+<?php include '../static_bottom.inc'; ?>