This package contains a data modelling GUI for Alzabo implemented with
HTML::Mason.
This interface was designed by John Skelton (www.afrojet.com).
To install the interface, run the following commands:
perl Build.PL
./Build install
The installation process is interactive.
To actually use this GUI you will need to set up your web server to
use Mason. See the Mason documentation for details.
You'll want to make sure that JPEG files are not served by Mason in
whatever directory you install the data modelling tool. For Apache,
you can use a configure something like this:
SetHandler perl-script
PerlHandler HTML::Mason::ApacheHandler
SetHandler default
COPYRIGHT
Copyright (c) 2000-2003 David Rolsky. All rights reserved. This
program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included
with this distribution.