[project @ 2002-07-08 21:11:15 by unknown_lamer]
[clinton/bobotpp.git] / bobot++.texinfo
index e0711e2..b407f5b 100644 (file)
@@ -48,9 +48,62 @@ Bobot++
 
 @menu
 * Introduction::                
+* Configuration::               
+* Scripting::                   
+* Concept Index::               
+* Function Index::              
+* Variable Index::              
 @end menu
 
-@node Introduction,  , Top, Top
+@node Introduction, Configuration, Top, Top
 @chapter Introduction
 
-This manual contains nothing. Stay tuned.
+This manual feels abused and neglected because it has almost no
+content.
+
+@node Configuration, Scripting, Introduction, Top
+@chapter Configuration
+
+Bobot++ is easy to configure. The configuration file format may be
+changing in the 2.1 series, so it is not documented for now. See the
+@file{examples} directory for an example configuration. 
+
+@menu
+* Configuration File Syntax::   
+* Configure File Placement::    
+@end menu
+
+@node Configuration File Syntax, Configure File Placement, Configuration, Configuration
+@section Configuration File Syntax
+
+Not here yet.
+
+@node Configure File Placement,  , Configuration File Syntax, Configuration
+@section Configure File Placement
+
+Bobot++ will look in @file{/etc/bobotpp/default/} for its default
+config if none is specified on the command line. Put the configuration
+files you want to be loaded by default in this directory. FIXME: add
+bobot++ config in user home dir. 
+
+@node Scripting, Concept Index, Configuration, Top
+@chapter Scripting
+
+Bobot++'s most powerful feature is its scripting system. You write
+scripts using Guile Scheme. This manual does not cover how to use
+Guile or how to learn Scheme. @xref{Top, Guile Reference Manual,
+guile}, for the Guile reference manual and
+@url{http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme.html} for
+a good tutorial on Scheme. 
+
+@node Concept Index, Function Index, Scripting, Top
+@unnumbered Concept Index
+@printindex cp
+
+@node Function Index, Variable Index, Concept Index, Top
+@unnumbered Function Index
+@printindex fn
+
+@node Variable Index,  , Function Index, Top
+@unnumbered Variable Index
+@printindex vr