Merge remote-tracking branch 'origin/github/pr/45'
[grml.org.git] / screenshots / index.html.tt2
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>grml.org - Screenshots</title>
5 <meta name="Title" content="grml.org - Screenshots" />
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="Screenshots of grml.org" />
9 <meta name="Abstract" content="grml, just another linux-distribution" />
10 <meta name="fdse-index-as" content="http://www.grml.org/screenshots/" />
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/mycomputer.png" alt="*" /></p>
29
30         <h1>Screenshots</h1>
31
32         <h2><a name="bootsplash"></a>Bootsplash</h2>
33
34         <a href="vesamenu.png"><img style="border: 0" src="vesamenu.jpg" alt="Screenshot" /></a><br />
35
36         <p>This screenshot shows the bootsplash.</p>
37
38         <h2><a name="booting"></a>Booting</h2>
39
40         <a href="booting.png"><img style="border: 0" src="booting.jpg" alt="Screenshot" /></a><br />
41
42         <p>This screenshot shows the bootup sequence right after the bootsplash.</p>
43
44         <h2><a name="console"></a>Console</h2>
45
46         <a href="console.png"><img style="border: 0" src="console.jpg" alt="Screenshot" /></a><br />
47
48         <p>This screenshot shows w3m with image support on a framebuffer device. That's what
49         you'll see when running 'grml-info' on the console.</p>
50
51         <h2><a name="zsh"></a>zsh</h2>
52
53         <a href="cdrec.png"><img style="border: 0" src="cdrec.jpg" alt="Screenshot" /></a><br />
54
55         <p>This screenshot shows GNU screen running on console using framebuffer
56         device with zsh and the completion mechanism of zsh running cdrecord.</p>
57
58         <h2><a name="grml"></a>X Window System - fluxbox</h2>
59
60         <a href="grml_2018.12.png"><img style="border: 0" src="grml_2018.12.jpg" alt="Screenshot" /></a><br />
61
62         <p>This screenshot shows Grml 2018.12 running the X Window system with the <a
63         href="http://fluxbox.sourceforge.net/">fluxbox</a> window manager.</p>
64
65       </div>
66
67 [% INCLUDE static_bottom.inc %]