Update for new stable release 2021.07
[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="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/mycomputer.png" alt="*" /></p>
28
29         <h1>Screenshots</h1>
30
31         <h2><a name="bootsplash"></a>Bootsplash / BIOS</h2>
32
33         <a href="vesamenu.png"><img style="border: 0" src="vesamenu.jpg" alt="Screenshot" /></a><br />
34
35         <p>This screenshot shows the bootsplash in BIOS mode.</p>
36
37         <h2><a name="bootsplash"></a>Bootsplash / EFI</h2>
38
39         <a href="bootsplash_efi.png"><img style="border: 0" src="bootsplash_efi.jpg" alt="Screenshot" /></a><br />
40
41         <p>This screenshot shows the bootsplash in EFI mode.</p>
42
43         <h2><a name="booting"></a>Booting</h2>
44
45         <a href="booting.png"><img style="border: 0" src="booting.jpg" alt="Screenshot" /></a><br />
46
47         <p>This screenshot shows the bootup sequence right after the bootsplash.</p>
48
49         <h2><a name="console"></a>Console</h2>
50
51         <a href="console.png"><img style="border: 0" src="console.jpg" alt="Screenshot" /></a><br />
52
53         <p>This screenshot shows w3m with image support on a framebuffer device. That's what
54         you'll see when running 'grml-info' on the console.</p>
55
56         <h2><a name="zsh"></a>zsh</h2>
57
58         <a href="cdrec.png"><img style="border: 0" src="cdrec.jpg" alt="Screenshot" /></a><br />
59
60         <p>This screenshot shows GNU screen running on console using framebuffer
61         device with zsh and the completion mechanism of zsh running cdrecord.</p>
62
63         <h2><a name="grml"></a>X Window System - fluxbox</h2>
64
65         <a href="grml_2021.07.png"><img style="border: 0" src="grml_2021.07.jpg" alt="Screenshot" /></a><br />
66
67         <p>This screenshot shows Grml 2021.07 running the X Window system with the <a
68         href="http://fluxbox.sourceforge.net/">fluxbox</a> window manager.</p>
69
70       </div>
71
72 [% INCLUDE static_bottom.inc %]