Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed bug in relative template path construction. | Kevin Chabowski | 2011-09-24 |
| | | | | | Template "b" was not found, if "a" <ste:load>-ed it and both were in the same, non-root directory. Now fixed. | ||
* | Added short syntag for comparison. | Kevin Chabowski | 2011-09-23 |
| | | | | | | ~{a|op|b} Also updated the documentation and made unescape_text() a alias of PHP's stripcslashes(). | ||
* | Newlines are now treated more XML/HTML-alike. | Kevin Chabowski | 2011-09-22 |
| | | | | | Newlines and following whitespaces at the beginning of a TextNode will be ignored now. | ||
* | Added license and readme file. | Kevin Chabowski | 2011-09-21 |
| | |||
* | Added documentation, an example program and fixed some bugs... | Kevin Chabowski | 2011-09-21 |
| | |||
* | Renamed transform.php to stupid_template_engine.php | Kevin Chabowski | 2011-09-18 |