From 1be07dd7dd5032cc7b4e90a4e0fc0432ccda67a6 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Tue, 22 Jun 2010 01:06:58 +0200 Subject: Documentation tweaks. --- doc/geiser.css | 17 ++++++++++++++++- doc/geiser.texi | 40 +++++++++++++++++++--------------------- doc/index.texi | 2 +- doc/install.texi | 8 ++++---- doc/intro.texi | 2 +- doc/quick.texi | 10 ---------- doc/site.conf | 7 +++---- 7 files changed, 44 insertions(+), 42 deletions(-) delete mode 100644 doc/quick.texi (limited to 'doc') diff --git a/doc/geiser.css b/doc/geiser.css index bdb2c6a..96f1801 100644 --- a/doc/geiser.css +++ b/doc/geiser.css @@ -62,4 +62,19 @@ ul { div.navigation { background-color: #efebe7; -} \ No newline at end of file + line-height: 100%; + top-margin: 5px; + padding: 3px; + /* background-color: #000000; */ + /* border-top-style: solid; */ + /* border-bottom-style: solid; */ + /* border-width: 0px; */ + /* border-top-width: 4px; */ + /* border-color: rgb(200, 200, 200); */ +} + +.navlink { + text-decoration: none; + /* color: white; */ +} + diff --git a/doc/geiser.texi b/doc/geiser.texi index f327155..8c9cce8 100644 --- a/doc/geiser.texi +++ b/doc/geiser.texi @@ -50,14 +50,15 @@ It draws inspiration (and a bit more) from environments such as Common Lisp's Slime, Factor's FUEL, Squeak or Emacs itself, and does its best to make Scheme hacking inside Emacs (even more) fun. -Or, to be precise, what i consider fun. Geiser is thus my humble -contribution to the dynamic school of expression, and a reaction against -what i perceive as a derailment, in modern times, of standard Scheme -towards the static camp. Because i prefer growing and healing to poking -at corpses, the continuously running Scheme interpreter takes the center -of the stage in Geiser. A bundle of Elisp shims orchestrates the dialog -between the Scheme interpreter, Emacs and, ultimately, the schemer, -giving her access to live metadata. +Or, to be precise, what @uref{http://hacks-galore.org/jao, i} consider +fun. Geiser is thus my humble contribution to the dynamic school of +expression, and a reaction against what i perceive as a derailment, in +modern times, of standard Scheme towards the static camp. Because i +prefer growing and healing to poking at corpses, the continuously +running Scheme interpreter takes the center of the stage in Geiser. A +bundle of Elisp shims orchestrates the dialog between the Scheme +interpreter, Emacs and, ultimately, the schemer, giving her access to +live metadata. Here's how. @ifnothtml @insertcopying @@ -67,7 +68,7 @@ giving her access to live metadata. @menu * Introduction:: * Installation:: -* Quick start:: +* Tutorial:: * Index:: @ifinfo @@ -87,20 +88,17 @@ Installation @end detailmenu @end ifinfo - @end menu - @ifhtml -@macro sLink {WHERE, TEXT} -@uref{http://savannah.nongnu.org/\WHERE\/?group=geiser, \TEXT\}@ @ -@end macro -@html -