Merge remote-tracking branch 'origin/github/pr/45'
[grml.org.git] / config / index.html.tt2
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>grml.org - Configuration</title>
5 <meta name="Title" content="grml.org - Configuration" />
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="Configuration of grml.org" />
9 <meta name="Abstract" content="grml, just another linux-distribution" />
10 <meta name="Robots" content="index,follow" />
11 <meta name="Language" content="english" />
12 <meta name="identifier-url" content="https://grml.org/" />
13 <meta name="MSSmartTagsPreventParsing" content="true" />
14 <meta http-equiv="imagetoolbar" content="no" />
15 <link rel="home" href="/" title="grml.org" />
16 <link rel="help" href="/features/" title="About" />
17 <link rel="author" href="/team/" title="Team" />
18 <link rel="icon" href="/favicon.png" type="image/png" />
19 <link rel="stylesheet" href="/style.css" type="text/css" />
20 </head>
21
22 <body>
23 [% INCLUDE static.inc %]
24
25       <div class="content">
26
27         <p><img style="float: right" src="/img/floppy.png" alt="*" /></p>
28
29         <h1>Configuration</h1>
30
31         <p>Starting with version 0.5 Grml provides a configuration system.  Please
32         see <a href="grml-autoconfig.1.html">grml-autoconfig.1.html</a> for details.</p>
33
34         <p>In Grml releases up to and including 2009.05 the documentation is available on the
35         grml ISO via 'man save-config' and as <a
36           href="file:///usr/share/doc/grml-saveconfig/grml-config.html">/usr/share/doc/grml-saveconfig/grml-config.html</a>.</p>
37
38         <p>In Grml releases after 2009.05 the documentation is available on the
39         grml-ISO via 'man 1 grml-autoconfig' and as <a
40           href="file:///usr/share/doc/grml-autoconfig/grml-autoconfig.1.html">/usr/share/doc/grml-autoconfig/grml-autoconfig.1.html</a>.</p>
41
42         <p><strong>Tip:</strong> Make sure to also check out the new <a
43           href="http://wiki.grml.org/doku.php?id=persistency">persistency
44           features</a> of Grml.</p>
45
46         <p>Any further wishes, feedback, bug reports? Please <a
47         href="/contact/">contact us</a>!</p>
48
49       </div>
50
51 [% INCLUDE static_bottom.inc %]