-
Notifications
You must be signed in to change notification settings - Fork 3
/
docu.html
146 lines (116 loc) · 3.74 KB
/
docu.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!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" />
</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>Documentation</h1>
<h1>This page is no longer updated</h1>
The content of this page has been merged with the <a href="about.html">about</a> page.
<table rules="rows" border="8" cellspacing="10" cellpadding="20" frame="hsides" summary="docu">
<tbody>
<tr>
<td width="20%"><a href="leksah_manual.pdf" class='external text' title="http://leksah.org/leksah_manual.pdf">User Manual</a></td>
<td width="15%">PDF </td>
<td>The Manual is the main source of information about Leksah. It has been updated for 0.8. Old manual versions can be <a href="docu">found here</a></td>
</tr>
<tr>
<td><a href="http://groups.google.com/group/leksah/topics" title="Leksah Forum">Leksah forum</a></td>
<td>Google group</td>
<td>This is a Google group dedictaed to Leksah discussions.</td>
</tr>
<tr>
<td><a href="https://github.com/leksah/leksah/wiki">Leksah Wiki</a></td>
<td>Github</td>
<td>Github Wiki</td>
</tr>
<tr>
<td><a href="https://github.com/leksah/leksah/issues">Issue Tracker</a></td>
<td>Github</td>
<td>Bugs and issues</td>
</tr>
<tr>
<td><a href="http://haskell.org/haskellwiki/IRC_channel">#leksah IRC channel</a></td>
<td>Chat</td>
<td>Talk to other users and developers</td>
</tr>
<tr>
<td><a href="mailto:[email protected]">[email protected]</a></td>
<td>Mail</td>
<td>Contact us for further questions</td>
</tr>
<tr>
<td><a href="http://www.twitter.com/Leksah_IDE"><img src="http://twitter-badges.s3.amazonaws.com/follow_bird-c.png" alt="Follow Leksah_IDE on Twitter"/></a></td>
<td>Twitter</td>
<td><script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 6000,
width: 250,
height: 300,
theme: {
shell: {
background: '#333333',
color: '#ffffff'
},
tweets: {
background: '#000000',
color: '#ffffff',
links: '#4aed05'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('Leksah_IDE').start();
</script>
</td>
</tr>
</tbody>
</table>
<p><br/><br/>The use of the <a href="http://projects.haskell.org/cgi-bin/mailman/listinfo/leksah" rel="nofollow">Mailing List</a> is now deprecated. Please use the <a href="http://groups.google.com/group/leksah/topics">forum</a> (Leksah Google group) instead.</p>
</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>