Add screenshots for Grml 2011.12-rc1
[grml.org.git] / screenshots / index.php
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 <?php 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         <!--<a href="bootscreen.png"><img style="border: 0" src="bootscreen.jpg" alt="Screenshot" /></a><br />-->
36
37         <p>This screenshot shows the bootsplash.</p>
38
39         <h2><a name="booting"></a>Booting</h2>
40
41         <a href="booting.png"><img style="border: 0" src="booting.jpg" alt="Screenshot" /></a><br />
42
43         <p>This screenshot shows the bootup sequence right after the bootsplash.</p>
44
45         <h2><a name="console"></a>Console</h2>
46
47         <a href="console.png"><img style="border: 0" src="console.jpg" alt="Screenshot" /></a><br />
48
49         <p>This screenshot shows w3m with image support on a framebuffer device. That's what
50         you'll see when running 'grml-info' on the console.</p>
51
52         <h2><a name="zsh"></a>zsh</h2>
53
54         <a href="cdrec.png"><img style="border: 0" src="cdrec.jpg" alt="Screenshot" /></a><br />
55
56         <p>This screenshot shows GNU screen running on console using framebuffer
57         device with zsh and the completion mechanism of zsh running cdrecord.</p>
58
59         <h2><a name="grml1105"></a>X Window System - fluxbox</h2>
60
61         <a href="grml_2011.05.png"><img style="border: 0" src="grml_2011.05.jpg" alt="Screenshot" /></a><br />
62
63         <p>This screenshot shows grml 2011.05 running the X Window system with the <a
64         href="http://fluxbox.sourceforge.net/">fluxbox</a> window manager.  The
65         desktop icons are presented by idesk and on the right side gkrellm is
66         running. Get this desktop via running 'grml-x wm-ng'.</p>
67
68         <h2><a name="grml1012"></a>X Window System - fluxbox</h2>
69
70         <a href="grml_2010.12.png"><img style="border: 0" src="grml_2010.12.jpg" alt="Screenshot" /></a><br />
71
72         <p>This screenshot shows grml 2010.12 running the X Window system with the <a
73         href="http://fluxbox.sourceforge.net/">fluxbox</a> window manager.  The
74         desktop icons are presented by idesk and on the right side gkrellm is
75         running. Get this desktop via running 'grml-x wm-ng'.</p>
76
77       </div>
78
79 <?php include '../static_bottom.inc'; ?>