2012-03-22 11:46:49 +00:00
|
|
|
Introduction {#mainpage}
|
|
|
|
============
|
|
|
|
|
|
|
|
This is a library of perl modules intended to simplify the process of creating
|
|
|
|
perl-based web applications. It should be noted that this is neither the most
|
|
|
|
comprehensive, advanced, or even efficient framework for developing perl web
|
|
|
|
applications - many other disparate modules exist and can be used together for
|
2012-03-23 14:33:21 +00:00
|
|
|
the same ends. However, the modules provided here emphasise simplicity of use,
|
2012-03-22 11:46:49 +00:00
|
|
|
flexibility, and clarity, and allow the construction of fairly powerful
|
|
|
|
applications for relatively little effort.
|
|
|
|
|
2012-03-23 21:44:12 +00:00
|
|
|
Issue tracking is done via the Flyspray installation at
|
|
|
|
|
|
|
|
<http://flyspray.starforge.co.uk/index.php?project=8&do=index>
|
|
|
|
|
2012-03-22 11:46:49 +00:00
|
|
|
Documentation
|
|
|
|
-------------
|
|
|
|
|
|
|
|
Full documentation for this library can be generated using Doxygen v1.8 or
|
|
|
|
later (v1.7 will not handle the Markdown content correctly). In order to
|
|
|
|
process the perl files correctly, you must install the Doxygen Perl Filter,
|
|
|
|
see:
|
|
|
|
|
2012-03-23 14:33:21 +00:00
|
|
|
* <http://sourceforge.net/projects/perldoxygen/files/>
|
|
|
|
* <http://www.bigsister.ch/doxygenfilter/documentation.html>
|
2012-03-22 11:46:49 +00:00
|
|
|
|
|
|
|
Once you have Doxygen and Doxygen Perl Filter installed, run the 'makedocs.sh'
|
|
|
|
script in the main directory to generate the documentation.
|