Installation of WashNGo

> ./configure --help

inspect the options 
* if you want to use a special package configuration file
* if you want to turn on the database connection module (requires
  Haskell package c2hs and PostgreSQL installed)

> ./configure
> make depend
> make all
> su
# make install
# exit

and you are done!

To compile the example code use

> make examples

To install the examples, move the executables to your web server's CGI
directory. There are some suitable targets in Examples/Makefile, but
they need to be customized to your setup.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
This procedure installs the following executables:
* wash2hs, the WASH preprocessor
* GenPKG,  a simple package configuration generator

and the following Haskell packages:
* Utility	various stuff
* WASHHTML	XHTML generation
* WASHMail	interfaces for sending and parsing mail
* WASH-CGI	the scripting library
* WASH		scripting library with preprocessing turned on
* DBCONNECT	database connection library (if configured)

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

A draft user manual is available from the WASH web site
http://www.informatik.uni-freiburg.de/~thiemann/haskell/WASH
