Helix Framework, version 0.01 ============================= The Helix Framework is intended to turn a headache of web user interface development into something easy and full of fun. The main goal of the project is to ease the creation of various web-based backends and systems such as project management systems, customer relationship management systems, online payment services and so on. You can use this framework for web site creation too, but it isn't recommended - try to use another powerful tools, that are intended for this task (for example, Typo3 CMF, Moveable Type or, say, Wordpress). INSTALLATION To install the framework type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires these other modules and libraries: Cwd DBI Exporter Fcntl FindBin Getopt::Long List::Util POSIX All required modules are core modules, except DBI. You need DBI to be installed only if you plan to use database in your application. LICENCE This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. AUTHOR Anton Belousov, COPYRIGHT Copyright (c) 2009, Atma 7, http://www.atma7.com