make urls clickable
[grml.org.git] / features / index.html.tt2
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>grml.org - Features</title>
5 <meta name="Title" content="grml.org - Homepage" />
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="Features grml.org" />
9 <meta name="Abstract" content="grml, just another linux-distribution" />
10 <meta name="fdse-index-as" content="http://www.grml.org/features/" />
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="Features" />
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><a href="http://www.catb.org/hacker-emblem/"><img style="float: right; border: 0" src="/img/glider.png" alt="*" /></a></p>
29
30           <h1>Features and main goals of Grml</h1>
31
32           <ul>
33               <li>distribution for sysadmins and users of text tools</li>
34               <li>Debian based distribution [use existing infrastructure]</li>
35               <li>usability by the visually impaired right out of the box</li>
36             </ul>
37
38           <p><a href="/zsh/"><img style="border: 0"
39           src="/img/zsh_lover.png" alt="*" /></a> Grml - Linux for zsh
40           lovers</p>
41
42           <p>Grml provides an excellent selection of software packages
43           for installation, deployment and system rescue. You'll
44           get <strong>sysadmin's favourite tools</strong>.
45           Choose between a x86 and an amd64 version
46           depending on your needs or just grab the multiboot ISO grml96,
47           providing 64bit and 32bit ISOs in one single place.</p>
48
49           <p>Grml provides several scripts and utils
50           which <strong>make life easier</strong>. The default
51           interactive shell is <a href="/zsh/">Zsh</a> and is
52           configured with a very powerful setup, including a nifty
53           completion mechanism. grml-x is a wrapper for configuring
54           and using the X window
55           system. <a href="/grml2usb/">grml2usb</a> is a tool for
56           installing Grml ISO(s) on a usb device for
57           booting. grml-crypt is a program that provides an easy
58           wrapper arround cryptsetup, mkfs, losetup and
59           mount. <a href="/grml-live/">grml-live</a> is a build
60           framework based on <a href="http://fai-project.org/">FAI</a>
61           (Fully Automatic Installation) for generating a Grml and
62           Debian based Linux Live system (CD/ISO). grml-tips provides
63           useful tips and tricks for daily life on the command
64           line. </p>
65
66           <p>Visit the <a href="/faq/">FAQ</a> for answers to some
67           Frequently Asked Questions.</p>
68
69           <p>You can browse the list of software (packages) provided
70           by Grml - check out the <a href="/files/#debian">Debian
71           section</a>.</p>
72
73         </div>
74
75 [% INCLUDE static_bottom.inc %]