NAME

AmphetaDesk - Gets our workflow going (with an internal webserver and GUI)

SYNOPSIS

    init();   # you really shouldn't worry about running this.

DESCRIPTION

This the starting point of everything related to AmphetaDesk. The main purpose of this script is to act as a traffic cop between the webserver and the GUI libraries. It implements a pathetic queuing system, as well as sends all the data to the various modules and the web browser.

METHODS

init($wrapper_ver)
This routine accepts the version number of the wrapper file that calls the init() routine. This allows us some bit of backwards compatibility if the wrapper ever changes. We've not come to a point where this is ever needed. This routine never returns (unless it's to END the program).

SEE ALSO

AUTHOR

Morbus Iff, <morbus@disobey.com>

COPYRIGHT AND LICENSE

Copyright 2000-2004 Morbus Iff <morbus@disobey.com>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.