grml-cheatcodes.txt: don't mention "gmt" boot option, "utc" should be used
[grml-live.git] / templates / GRML / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <title>Grml Live Linux</title>
5 <link rel="home" href="http://grml.org/" title="grml.org" />
6 <link rel="icon" href="images/favicon.png" type="image/png" />
7 <style type="text/css">
8 @media all {
9   html {background-color: #FFDA62;}
10   a {color:#C70036; text-decoration: underline}
11   a.current {color:#999999}
12   a:hover {text-decoration: underline}
13   a.plain {text-decoration: none}
14   a.plain:hover {text-decoration: underline}
15   body {font-family: verdana, tahoma, helvetica, arial, sans-serif; font-size: 100%; background-color:#FFDA62; margin: 1em}
16   cite {font-size: 80%}
17   div.container {width: 90%; height: auto; text-align: left; background-color:#FFFFFF; border-style:solid; border-width:1px; border-color:#CFB8B8; margin: 0px auto 0px auto}
18   div.content {background-color:#FFFFFF; padding: 0.5em 0.5em 0.5em 0.5em; border-style:solid; border-width:1px; border-color:#F0F0F0; margin: 0.5em 0.5em 0.5em 0.5em}
19   div.content h3 a {color:#996666}
20   div.copyright {line-height: 3em; text-align:center; font-size:50%; background-color: #F8F8F8; color: #999999}
21   h1 {color:#9C6562 ; font-size:110%; font-weight:bold}
22   h2 {color:#00309C; font-size:100%; font-weight:bold}
23   h3 {color:#996666; font-size:90%; font-weight:bold; padding-bottom:0.3em; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#CFB8B8;
24         margin-bottom:0em}
25   p {text-align:justify; color:#666666; font-size: 90%; line-height: 1.5em}
26 }
27 </style>
28 </head>
29
30 <body>
31 <div class="container">
32       <div class="content">
33             <a class="plain" href="http://grml.org/"><img style="border: 0" alt="grml.org" src="images/logo.png" align="right"></a>
34
35             <h1>Grml Live Linux</h1>
36             <a href="http://grml.org/news/">News</a> |
37             <a href="http://grml.org/download/">Download</a> |
38             <a href="http://grml.org/docs/">Documentation</a>
39
40
41             <h2>This CD</h2>
42             <p>This CD is bootable! To use this Grml CD, boot your computer from
43             it!</p>
44
45             <h2>What is Grml?</h2>
46
47             <p>Grml is a bootable CD (Live-CD) based on <a
48             href="http://www.debian.org/">Debian</a>. Grml includes
49             a collection of GNU/Linux software especially for system
50             administrators. Grml provides automatic
51             hardware detection. You can use Grml (for example) as a rescue
52             system, or to install new machines.</p>
53
54             <img style="float: right" src="images/linux.jpg" alt="*" />
55
56             <h3>Notice</h3>
57
58             <p>If you want to download and/or use 'Grml' you have to accept the
59             following agreement:</p>
60
61             <p>Use this software at your own risk. Authors of Grml can not
62             under any circumstances be held liable for damage to hard- or
63             software, lost data or other direct or indirect damage resulting
64             from the use of this software. In some countries the contained
65             cryptographic software or other components on the CD are governed
66             by export regulations or restrictions and thus may not be freely
67             used or copied as otherwise normal for software licensed under the
68             GPL. If you do not agree with these conditions, you are not
69             permitted to use or further distribute this software. If you plan
70             to commercially use or sell the software, you have to acquire the
71             necessary licenses and permissions from the software copyright
72             holders of the non-free software components, or remove them from
73             your distribution.</p>
74
75             <p>Information regarding the sources of this ISO can be found at <a
76             href="http://grml.org/sources/">grml.org/sources/</a>.</p>
77
78             <p>Please verify the proper download of the image with the supplied
79             SHA1-hash and check your CD with readcd! Check out <a
80             href="http://wiki.grml.org/doku.php?id=problems">the
81             problems webpage in the grml-wiki</a> for further
82             information.</p>
83
84       </div>
85
86
87
88 <div class="copyright">&copy; Copyright 2003++ <a
89 href="http://grml.org/"><img style="border: 0"
90 src="images/button.png" alt="grml.org" /></a></div>
91
92 </div>
93 </body>
94 </html>