From 7dbe4a28668ebc601d1f468bd97063bd27c70083 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 31 Oct 2010 03:40:08 +0100 Subject: Documented thanks --- doc/Makefile.am | 1 + doc/cheat.texi | 2 +- doc/geiser.texi | 11 ++--------- doc/index.texi | 2 +- doc/web.texi | 2 ++ 5 files changed, 7 insertions(+), 11 deletions(-) (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index 26d2a3f..247b03d 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -21,6 +21,7 @@ geiser_TEXINFOS = \ repl.texi \ fun.texi \ cheat.texi \ + thanks.texi \ index.texi output_dir=$(top_builddir)/doc/html diff --git a/doc/cheat.texi b/doc/cheat.texi index 92e9136..6087949 100644 --- a/doc/cheat.texi +++ b/doc/cheat.texi @@ -1,4 +1,4 @@ -@node Cheat sheet, Index, Fun between the parens, Top +@node Cheat sheet, No hacker is an island, Fun between the parens, Top @chapter Cheat sheet @menu diff --git a/doc/geiser.texi b/doc/geiser.texi index d958a01..2e7ef93 100644 --- a/doc/geiser.texi +++ b/doc/geiser.texi @@ -52,20 +52,12 @@ The document was typeset with * The REPL:: * Fun between the parens:: * Cheat sheet:: +* No hacker is an island:: * Index:: @detailmenu --- The Detailed Node Listing --- -Geiser - -* Introduction:: -* Installation:: -* The REPL:: -* Fun between the parens:: -* Index:: - - Introduction * Modus operandi:: @@ -116,6 +108,7 @@ Cheat sheet @include repl.texi @include fun.texi @include cheat.texi +@include thanks.texi @include index.texi @bye diff --git a/doc/index.texi b/doc/index.texi index 68a3040..d1bf9eb 100644 --- a/doc/index.texi +++ b/doc/index.texi @@ -1,4 +1,4 @@ -@c This is part of Geiser's user manual., , Cheat sheet, Top +@c This is part of Geiser's user manual., , No hacker is an island, Top @c Copyright (C) 2010 Jose Antonio Ortega Ruiz @c See the file geiser.texi for copying conditions. diff --git a/doc/web.texi b/doc/web.texi index b921347..99f5165 100644 --- a/doc/web.texi +++ b/doc/web.texi @@ -14,6 +14,7 @@ * The REPL:: * Fun between the parens:: * Cheat sheet:: +* No hacker is an island:: * Index:: @end menu @@ -35,6 +36,7 @@ list  @include repl.texi @include fun.texi @include cheat.texi +@include thanks.texi @include index.texi @bye -- cgit v1.2.3 From 5d8a2feb0bc211945518f761c7fffcbb2dd3ff32 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 31 Oct 2010 03:48:53 +0100 Subject: Missing, if thankful, texi file --- doc/thanks.texi | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 doc/thanks.texi (limited to 'doc') diff --git a/doc/thanks.texi b/doc/thanks.texi new file mode 100644 index 0000000..e6f0203 --- /dev/null +++ b/doc/thanks.texi @@ -0,0 +1,35 @@ +@node No hacker is an island, Index, Cheat sheet, Top +@chapter No hacker is an island + +Andy Wingo, Geiser's first user, has been a continuous source of +encouragement and suggestions, and keeps improving Guile and heeding +my feature requests. + +The nice thing about collaborating with Andreas Rottmann over all +these years is that he will not only make your project better with +insightful comments and prodding: he'll send you patches galore too. + +Ludovic Courtès, #geiser's citizen no. 1, joined the fun after a +while, and has since then been a continuous source of encouragement, +ideas and bug reports. + +Eduardo Cavazos' contagious enthusiasm has helped in many ways to keep +Geiser alive, and he's become its best evangelist in R6RS circles. + +Eli Barzilay took the time to play with an early alpha and made many +valuable suggestions, besides answering all my 'how do you in PLT' +questions. + +Matthew Flatt, Robby Findler and the rest of the PLT team did not only +answer my inquiries, but provided almost instant fixes to the few +issues i found. + +Thanks also to the PLT and Guile communities, for showing me that +Geiser was not only possible, but a pleasure to hack on. And to the +Slime hackers, who led the way. + + +@c Local Variables: +@c mode: texinfo +@c TeX-master: "geiser" +@c End: -- cgit v1.2.3