Templeet

From Free net encyclopedia

(Difference between revisions)
Revision as of 14:08, 8 April 2006
Cynical (Talk | contribs)
clean up using [[Wikipedia:AutoWikiBrowser|AWB]]
Next diff →

Current revision

Template:Importance 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