NAME
    CGI::Bus - CGI user interface for DBI applications

DESCRIPTION
    A web database with record versioning, access control at the record
    level, and file attachments was needed for me, see examples and
    CGI::Bus::tmsql... Modular structure and some codes implemented due to
    infrastructural needs. Architecture of this library sometimes may be
    bad. This is very young software and its development is dependent on
    conceptual changes or useful applications.

AUTHOR
    Andrew V Makarow <makarow at mail.com>

COPYRIGHT	
    This program is free software; you can redistribute it and/or modify 
    it under the same terms as Perl itself.
	
PREREQUISITES
    Currently implemented and tested on Win32 Active Perl 5.6, Apache, IIS.

HOW TO BUILD AND INSTALL

    Type:
	
	perl Makefile.PL
	make
	make install
    Or:
	copy ./lib/CGI/* into perl/site/lib/CGI

    See examples, which should be configured and installed manually:
     - Edit and run 'install-db.pl' to create/upgrade applications database.
     - Place '*.cgi' and 'config.pl' to something like 'cgi-bin/cgi-bus'.
     - Edit 'config.pl' in accordance with comments and documentation.