This module contains the necessary files to build an Apache module that
handles Scribe files. It is made of:

   mod_scribe.c     The C file that implements the Apache module. This C code
                    calls the Bigloo Scribe driver (file driver.scm).

   scribe.conf.tpl  The template Apache configuration file (once processed
                    in a scribe.conf file, on Mandrake Linux, it 
                    should be installed in /etc/httpd/conf/scribe.conf and you
                    must add a line such as:
                     Include conf/scribe.conf
                    At the end of /etc/httpd/httpd.conf).

   driver.scm       The Bigloo driver that dynamically translates Scribe files
                    into HTML strings.
