Further fine-tuning for 2021.07-rc1 -> 2021.07 (stable)
[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="https://daily.grml.org/">Daily builds</a> mostly reflect
36         development of the next Grml release. These builds are not tested.</p>
37
38         <h2>Release Candidates</h2>
39
40         <p>Shortly before we publish a new release a release candidate version is made available to the public.
41         Currently there's no release candidate version available.</p>
42
43         <!--
44         The CURRENT RELEASE CANDIDATE is available for
45         <a href="/download/prerelease/">download NOW</a>.</p>
46
47       </div>
48
49 [% INCLUDE static_bottom.inc %]