Templeet
|
Templeet is a web centric programing framework aimed to easily create powerful websites. Written in PHP, Templeet is interpreted, but coded in a quite optimized way. Featuring 2 levels of caching strategies:
- every template (ortherwise explicitly exluded) is byte compiled in a sequence of calling routines, with passed parameters.
- every include use to be cached
- it can generate .html files in a page cache where apache's serveroot sentence can point.
Templeet used to be called by 404 error redirections. With a bit of regexps, it can handle missed urls to point to the specific template file to execute. This way it creates .html files to serve even quicker.
External link
- Templeet homesite (http://www.templeet.org)