simple HTML Templating library (simpleht.sourceforge.net) ================= CHANGE LOG = legend: + new, * change, ! fix ============================== 2007-12-25 - project officially discontinued. ------------------------------ 2004-03-19 - simpleHT 0.2.1 ! variable name used in condition couldn't have contained numbers ------------------------------ 2004-03-06 - simpleHT 0.2 * changed names of functions and object in API to more PHP-like style changed to lowercase and multi-word names splited (ea. LoopSet => loop_set) + condition blocks (if/else function) + global variables + automatic magic variables in loops + internal counter of passes in loops + default loop name for simple loops + detailed comments of the code ------------------------------ 2003-08-17 - simpleHT 0.1 + first release