bit-report

This package builds bit-report only. The CGI-script which handles the
incoming data is not packaged as it should be installed with some care
and attention.

The br-submit.cgi script expects a configuration file in '../bit-report/'
called 'database.pl'. The format of this file should be:

    $VAR1 = {
        'dsn' => 'DBI:mysql:database=DBNAME;host=DBHOST',
        'dbu' => 'DBUSER',
        'dbp' => 'DBPASS'
    };

Refer to the bottom part of br-submit.cgi for the database SQL-schema.
