ApacheHttpdConfEexample Configure_Lighttpd_for_phormiga Installation Requirements
Phormiga web application framework
Phormiga is a lightweight framework for web applications written in perl for use with fast-cgi, mod_perl2 and cgi
Introduction
The phormiga web application framework is based on the idea to easily reuse code you wrote before. In my life as a web application developer I used a lot of frameworks which more or less didn't satisfy me as I always ended up not being able to reuse what I've done. This was mainly based in the fact that all frameworks forced me to use their "widgets" or "components" which really affected my efficiency in writing code because documentation was a big issue of all frameworks and in this case it's really essentially. Phormiga is not going to present the best documentation on earth but as in phormiga the components are written by YOU it's just about how to write them.
Phormiga is developed for the fast-common-gateway-interface (fcgi) but can also be used with mod_perl2 and cgi.
Documents
Downloads
The latest version is 0.1.2-final
Changelog for 0.1.2 final
- I included the ability to group "components" and "sets" into "clusters".
- support for widgets has been removed, use components and sets instead
- fixed a bug that caused the process of the fcgi to be killed
- content-type was included twice in the http response, fixed in this release
- content-type defaults to text/html and utf-8
- minimized the configuration variables inside the config file