My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Wiki pages
Links

FFTempl allows you to have (almost) absolute freedom in mixing dynamic and static content using various templates and scripts, without need for any database or libraries. You only need Lua 5.1 installed (available as package in Ubuntu and Debian) and a sensible webserver that allows for CGI execution and URL rewriting. FFTempl was tested using Apache 2 on Linux, I have no idea if and how it works under different servers / OSes (it probably won't without some tweaking because it uses the command os.getenv('QUERY_STRING') to get the URL parameters from Apache).

Click the "Wiki" tab for documentation.

P.S: I am in the process of re-writing the code from the original old version. Some routines still look rather ugly. But the functionality and API won't change.

Powered by Google Project Hosting