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