Merge remote-tracking branch 'origin/github/pr/45'
[grml.org.git] / beta / index.html.tt2
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>grml.org - Beta Versions</title>
5 <meta name="Author" content="the grml team [www.grml.org/team/]" />
6 <meta name="Keywords" content="grml.org, grml" />
7 <meta name="Description" content="Beta-tester(s) at grml.org" />
8 <meta name="Abstract" content="grml, just another linux-distribution" />
9 <meta name="fdse-index-as" content="http://www.grml.org/beta/" />
10 <meta name="Robots" content="index,follow" />
11 <meta name="Language" content="english" />
12 <meta name="identifier-url" content="http://www.grml.org/" />
13 <meta name="MSSmartTagsPreventParsing" content="true" />
14 <meta http-equiv="imagetoolbar" content="no" />
15 <link rel="home" href="/" title="grml.org" />
16 <link rel="help" href="/features/" title="About" />
17 <link rel="author" href="/team/" title="Team" />
18 <link rel="icon" href="/favicon.png" type="image/png" />
19 <link rel="stylesheet" href="/style.css" type="text/css" />
20 </head>
21
22 <body>
23 [% INCLUDE static.inc %]
24
25 <div class="content">
26
27         <h1>Beta Versions</h1>
28
29         <p>All these versions are highly experimental. As always:<br>
30             Use them at your own risk.<br>
31             <b>Provide <a href="/bugs/">bug reports</a> if you find problems.</b>
32         </p>
33
34         <h2>Daily Build</h2>
35
36         <p><a href="http://daily.grml.org/">Daily builds</a> mostly reflect
37         development of the next Grml release. These builds are not tested.</p>
38
39         <!--
40         <h2>Continuous Integration Build</h2>
41
42         <p>Our CI system builds a special version of the Grml amd64
43         flavour after every Grml git code change. This build is usually not
44         tested and includes experimental code that may not have been tested
45         either and that may never be released.
46         <a href="http://jenkins.grml.org/job/grml-full-amd64/">See here.</a></p>
47         -->
48
49         <h2>Release Candidates</h2>
50
51         <p>Shortly before we publish a new release a release candidate version
52         is made available to the public.
53         <!--
54         Currently there's no release candidate
55         version available.</p>
56         -->
57
58         The CURRENT RELEASE CANDIDATE is available for
59         <a href="/download/prerelease/">download NOW</a>.</p>
60
61       </div>
62
63 [% INCLUDE static_bottom.inc %]