blob: 99f516549f92a323ce9e776fc7c850ad16e1f4ae (
plain)
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
|
@settitle Geiser
@include macros.texi
@contents
@node Top, Introduction, (dir), (dir)
@include top.texi
@menu
* Introduction::
* Installation::
* The REPL::
* Fun between the parens::
* Cheat sheet::
* No hacker is an island::
* Index::
@end menu
@html
<br/>
<div class="navigation" align="right">
<a class="navlink"
href="http://savannah.nongnu.org/news/?group=geiser">News</a> <a class="navlink"
href="http://savannah.nongnu.org/files/?group=geiser">Downloads</a> <a class="navlink"
href="http://savannah.nongnu.org/bugs/?group=geiser">Bugs</a> <a class="navlink"
href="http://git.savannah.gnu.org/cgit/geiser.git">Source</a> <a class="navlink"
href="http://lists.nongnu.org/mailman/listinfo/geiser-users">Mailing
list</a>
</div>
@end html
@include intro.texi
@include install.texi
@include repl.texi
@include fun.texi
@include cheat.texi
@include thanks.texi
@include index.texi
@bye
@c Local Variables:
@c mode: texinfo
@c TeX-master: t
@c End:
|