mass rename/edit
[grml.org.git] / download / index.html.tt2
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>grml.org - Download</title>
5 <meta name="Title" content="grml.org - Download" />
6 <meta name="Author" content="the grml team [www.grml.org/team/]" />
7 <meta name="Keywords" content="grml.org, grml" />
8 <meta name="Description" content="Download of grml.org" />
9 <meta name="Abstract" content="grml, just another linux-distribution" />
10 <meta name="fdse-index-as" content="http://www.grml.org/download/" />
11 <meta name="Robots" content="index,follow" />
12 <meta name="Language" content="english" />
13 <meta name="identifier-url" content="http://www.grml.org/" />
14 <meta name="MSSmartTagsPreventParsing" content="true" />
15 <meta http-equiv="imagetoolbar" content="no" />
16 <link rel="home" href="/" title="grml.org" />
17 <link rel="help" href="/features/" title="About" />
18 <link rel="author" href="/team/" title="Team" />
19 <link rel="icon" href="/favicon.png" type="image/png" />
20 <link rel="stylesheet" href="/style.css" type="text/css" />
21 <style type="text/css">
22 #contentbox {
23     padding-left: 20px;
24     padding-right: 20px;
25 }
26 .download_panel {
27     float: left;
28     width: 288px;
29     margin-bottom: 2em;
30     margin-top: 1em;
31     font-size: 10pt;
32 }
33 .download_panel>div {
34     margin-right: 20px;
35 }
36 #download_panel4 {
37     width: auto;
38 }
39 .largebutton {
40     width: 100%;
41     background: #FFDA62;
42     height: 90px;
43     border: 1px solid gray;
44     -moz-border-radius:3px;
45     -webkit-border-radius:3px;
46     -o-border-radius:3px;
47     border-radius:3px;
48     margin-bottom: 0.5em;
49     font-size: 15pt;
50     font-weight: bold;
51     display: block;
52     text-align: center;
53     color: black;
54     text-decoration: none;
55     padding: auto;
56     }
57 .largebutton:hover {
58     background: #FFA862;
59 }
60 .download_relinfo {
61     font-size: 10pt;
62     margin-top: 0.8em;
63     }
64 .download_group {
65     border-bottom: 1px dotted gray;
66     overflow: auto;
67 }
68 .hide {
69     display: none;
70 }
71 </style>
72
73 </head>
74
75 <body>
76 [% INCLUDE static.inc %]
77
78 <div class="content">
79
80     <h1>Download Grml 2011.12</h1>
81
82     <p>Get the current stable release here.<br />
83 <!--    <a href="prerelease/">Looking for the current pre-release version instead?</a></p> -->
84
85     <p>Download Grml and then write it to a CD-R or an empty USB key.</p>
86
87
88
89     <p><a href="http://grml.org/changelogs/README-grml-2011.12">Release Notes</a></p>
90
91     <div class="download_group" id="download_group1_noscript">
92     <div class="download_panel" id="download_panel1_noscript"><div>
93         <a href="http://grml.org/download/mirrors/">Download from a specific mirror</a><br/>
94         <br/>
95         Direct download links:<br/>
96         <a href="http://download.grml.org/grml96_2011.12.iso">Grml96 ISO</a> [<a href="http://download.grml.org/grml96_2011.12.iso.sha1.asc">Signature</a>]<br/>
97         <a href="http://download.grml.org/grml64_2011.12.iso">Grml64 ISO</a> [<a href="http://download.grml.org/grml64_2011.12.iso.sha1.asc">Signature</a>]<br/>
98         <a href="http://download.grml.org/grml32_2011.12.iso">Grml32 ISO</a> [<a href="http://download.grml.org/grml32_2011.12.iso.sha1.asc">Signature</a>]<br/>
99         <br/>
100         </div></div>
101     </div>
102
103     <div class="download_group" id="download_group1" style="display:none;">
104     <form method="get" action="/download/bounce/">
105     <input type="hidden" name="version" value="2011.12"/>
106     <div class="download_panel" id="download_panel1"><div>
107
108     <h2>Architecture</h2>
109
110     <select name="arch" id="download_arch" style="width:100%;">
111     <option value="amd64" selected="selected">64-bit PC (amd64)</option>
112     <option value="i386">32-bit PC (i586+)</option>
113     <option value="both">One for both (700MB)</option>
114     </select>
115     <br />
116     <br />
117     <br />
118     <br />
119     <br />
120     <!--
121     <a href="/download/prerelease/" class="button" style="padding: 12px; font-weight: bold;"><span>Get 2011.12-rc1 instead!</span></a>
122     <br />
123      -->
124     </div></div>
125
126     <div class="download_panel" id="download_panel2"><div>
127     <!-- fallback cgi buttons -->
128     <div id="formbuttons">
129     <button name="filetype" value="iso" id="download_button_mirror" class="largebutton" style="width:100%;" type="submit">Download Now </button><br />
130     <button name="filetype" value="bt" id="download_button_bt" type="submit">Download using BitTorrent</button><br />
131     <button name="filetype" value="signature" id="download_button_signature" type="submit">Get Checksum/Signature</button><br />
132     </div>
133     <!-- JS links -->
134     <div id="linkbuttons" style="display:none;">
135     <a id="download_link_mirror" class="largebutton">Download Now</a><br />
136     <a id="download_link_bt">BitTorrent Download</a><br />
137     <a id="download_link_signature">Get Checksum/Signature</a><br />
138     </div>
139     </div></div>
140
141     </form>
142     <script type="text/javascript">
143     function update_links() {
144         var current_version = "2011.12";
145         var product = 'grml32';
146         var arch = document.getElementById('download_arch').value;
147         if (arch == 'amd64') product = 'grml64';
148         if (arch == 'both') product = 'grml96';
149         var iso = product + '_' + current_version + '.iso';
150         var mirror_url = "http://download.grml.org/";
151         document.getElementById('download_link_mirror').href = mirror_url + iso;
152         document.getElementById('download_link_mirror').innerHTML = '<br />Download Now<div class="download_relinfo">' + product + ' ' + current_version + '</div>';
153         document.getElementById('download_link_bt').href = mirror_url + iso + '.torrent';
154         document.getElementById('download_link_signature').href = mirror_url + iso + '.sha1.asc';
155     }
156     // hook update function
157     document.getElementById('download_arch').onchange = update_links;
158     // force initial link href set
159     update_links();
160     // only show our link "buttons"
161     document.getElementById('formbuttons').style.display = 'none';
162     document.getElementById('linkbuttons').style.display = '';
163     document.getElementById('download_group1').style.display = '';
164     document.getElementById('download_group1_noscript').style.display = 'none';
165     </script>
166     </div>
167
168     <div class="download_group" id="download_group2">
169
170     <div class="download_panel" id="download_panel3"><div>
171     <b>Alternate downloads</b><br /><br />
172     <a href="http://daily.grml.org/">Daily images</a><br />
173     <a href="http://download.grml.org/">Older releases</a><br />
174     <a href="http://download.grml.org/grml_sources-2011.12.tar.gz">Source code</a> (both archs)<br />
175     <br/>
176     Netboot packages:<br/>
177     <a href="http://download.grml.org/grml_netboot_package_grml64_2011.12.tar.bz2">64-bit</a>
178     <a href="http://download.grml.org/grml_netboot_package_grml64_2011.12.tar.bz2.sha1.asc">(sig)</a>
179     <a href="http://download.grml.org/grml_netboot_package_grml32_2011.12.tar.bz2">32-bit</a>
180     <a href="http://download.grml.org/grml_netboot_package_grml32_2011.12.tar.bz2.sha1.asc">(sig)</a>
181     <br />
182     <br />
183     <a href="http://debian.netcologne.de/grml/gnupg-michael-prokop.txt">Signing Key</a><br />
184     <br />
185     Please verify all downloads using GnuPG!
186     </div></div>
187
188     <div class="download_panel" id="download_panel4"><div>
189     <b>Boot from USB key</b><br />
190     <br />
191     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 key!<br /><br />
192     <code>dd if=grml64_2011.12.iso of=/dev/USB_KEY</code>
193     <br /><br />
194
195     <b>Troubleshooting</b><br /><br />
196     <a href="http://git.grml.org/?p=grml-live.git;a=blob_plain;f=templates/GRML/grml-cheatcodes.txt;hb=HEAD">Boot option guide</a>
197     <br /><br />
198
199     </div></div>
200
201     </div>
202
203     <h2>Git repositories</h2>
204
205     <p>The Grml team uses <a href="http://git-scm.com/">git</a> for
206     managing software and packages. The repositories are available
207     online at <a href="https://github.com/grml/">Github</a>.</p>
208
209     <div style="clear: both;"></div>
210
211 </div>
212
213 [% INCLUDE static_bottom.inc %]