This directory contains a cgi server written in Haskell by Erik Meijer
and Joost van Dijk.  The home page for this is at

http://tibet.cse.ogi.edu/Personal/cgi.htm

Further modified/hacked by Sven Panne.

To use this server, you need to 
  a) Install the Hugs standalone, runhugs
  b) Find out how cgi scripts are handled on your web server

Since there are a number of different ways to run cgi scripts, you
will have to consult with whoever is in charge of your web server.
Basicly, Haskell cgi scripts are handled in the same manner as perl
scripts - you just invoke haskell instead of perl.

To make the counter, you need to edit the last line of counter.hs to
point to the url where you install these scripts.

