-
Notifications
You must be signed in to change notification settings - Fork 3
/
screenshots.html
96 lines (76 loc) · 2.54 KB
/
screenshots.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Leksah - Haskell IDE in Haskell</title>
<link rel="icon" href="/images/leksah.png" type="image/x-icon" />
<link rel="stylesheet" href="leksah.css" type="text/css" />
<link rel="stylesheet" href="lightbox.css" type="text/css" media="screen" />
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
</head>
<body>
<br/>
<div id="header">
<ul>
<li><a href="https://github.com/leksah/leksah">code</a></li>
<li><a href="https://github.com/leksah/leksah/wiki">wiki</a></li>
<li><a href="https://github.com/leksah/leksah/issues">issues</a></li>
<li><a href="https://github.com/leksah/leksah/wiki/download">download</a></li>
<li><a href="http://groups.google.com/group/leksah/topics">forum</a></li>
<li><a href="about.html">about</a></li>
<li><a href="screenshots.html">screenshots</a></li>
<li><a href="index.html">home </a></li>
</ul>
<div class="visual"></div>
</div>
<div id="content">
<div id="text">
<h1>Screenshots</h1>
<p>
The screenshots below show several impressions while running Leksah on Linux, Windows and Mac OS X platforms:
</p>
<table width="100%" style="border: 1px solid #c0c0c0" summary="screenshots">
<tr>
<td class="screenshot" width="450">
<a href="images/Bildschirmfoto-leksah-13-linux.png" rel="lightbox[plants]" title="Leksah013"> <img src="images/Bildschirmfoto-leksah-13-linux.png" width = "400" alt="Leksah08"/></a>
</td>
<td>
Version 0.13 on Ubuntu Linux
</td>
</tr>
<tr>
<td class="screenshot" width="450">
<a href="images/osx-leksah-0.8.png" rel="lightbox[plants]" title="Leksah08"> <img src="images/osx-leksah-0.8.png" width = "400" alt="Leksah08"/></a>
</td>
<td>
Version 0.8 on Mac OS X (completion)
</td>
</tr>
<tr>
<td class="screenshot" width="450">
<a href="images/windows7-leksah-0.8.png" rel="lightbox[plants]" title="Leksah08"> <img src="images/windows7-leksah-0.8.png" width = "400" alt="Leksah06"/></a>
</td>
<td>
Version 0.8 on Windows 7 (debugger)
</td>
</tr>
</table>
</div>
</div>
<!-- end of text -->
<div id="footer">
<div id="pageinfo">
<div class="copyright">
<a name="pagecopyright"></a>
Copyleft 2008-2010, leksah project
</div>
<div class="pagedate">
</div>
</div>
<!-- from about -->
</div>
</body>
</html>