make urls clickable
[grml.org.git] / files / index.html.tt2
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>grml.org - Files</title>
5 <meta name="Title" content="grml.org - Files" />
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="Files of grml.org" />
9 <meta name="Abstract" content="grml, just another linux-distribution" />
10 <meta name="fdse-index-as" content="http://www.grml.org/files/" />
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 </head>
22
23 <body>
24 [% INCLUDE static.inc %]
25
26       <div class="content">
27
28         <p><img style="float: right" src="/img/clanbomber.png" alt="*" /></p>
29
30         <h1>Files</h1>
31
32         <h2><a name="grmlrepos"></a>Package Repository</h2>
33
34         <p>Packages provided by the Grml team are
35         available from the <a
36         href="http://deb.grml.org/">Grml repository</a>.</p>
37
38         <p>Note that using the Grml repository on standard Debian systems is <b>not recommended</b>. If you just want our console configuration, read <a href="http://grml.org/console/">"Make console work comfortable"</a>.</p>
39
40         <pre class="rahmen">
41 # Signing key is available in grml-archive-keyring
42 #  deb     http://deb.grml.org/ grml-stable main
43 #  deb-src http://deb.grml.org/ grml-stable main
44 #  deb     http://deb.grml.org/ grml-testing main
45 #  deb-src http://deb.grml.org/ grml-testing main</pre>
46
47         <h2><a name="wallpapers"></a>Wallpapers and other media files provided by Grml</h2>
48
49         <p>Wallpapers, CD covers and similar media files are available in the
50         <a href="https://github.com/grml/mediakit/">mediakit repository</a>.</p>
51
52         <h2><a name="changelog"></a>Changelogs</h2>
53
54         <p>The changelogs have moved to <a href="/changelogs/">their own webpage</a>.</p>
55
56         <h2><a name="debian"></a>Package lists for the current release</h2>
57
58         <h3>grml32 2011.12</h3>
59
60         <ul>
61           <li><a href="grml32_2011.12/dpkg.selections">dpkg.selections</a> - software package listing</li>
62           <li><a href="grml32_2011.12/dpkg.list">dpkg.list</a> - more detailed package list including version information</li>
63           <li><a href="http://git.grml.org/?p=grml-live.git;a=blob_plain;f=templates/GRML/grml-cheatcodes.txt;hb=HEAD">grml-cheatcodes.txt</a> - boot options</li>
64         </ul>
65
66         <h3>grml64 2011.12</h3>
67
68         <ul>
69           <li><a href="grml64_2011.12/dpkg.selections">dpkg.selections</a> - software package listing</li>
70           <li><a href="grml64_2011.12/dpkg.list">dpkg.list</a> - more detailed package list including version information</li>
71           <li><a href="http://git.grml.org/?p=grml-live.git;a=blob_plain;f=templates/GRML/grml-cheatcodes.txt;hb=HEAD">grml-cheatcodes.txt</a> - boot options</li>
72         </ul>
73
74       </div>
75
76 [% INCLUDE static_bottom.inc %]