summaryrefslogtreecommitdiff
path: root/docu/language_definition.html
Commit message (Collapse)AuthorAge
* Added builtin ste:get and fixed a code generation bug.Kevin Chabowski2012-01-15
| | | | | | | | * ste:get allows us to get a variable's content dynamically. * (') was escaped for TextNodes, which resulted to: \' should have been: '
* Yet another documentation fix...Kevin Chabowski2012-01-08
| | | | Copy&Paste is sometimes a very bad idea...
* Replaced the <![CDATA[ ... ]]> in the docu. Didn't work...Kevin Chabowski2012-01-05
|
* Fixed documentation (again -.-)Kevin Chabowski2011-11-16
|
* Fixed documentationKevin Chabowski2011-11-16
|
* ste:date now uses strftimeKevin Chabowski2011-09-29
| | | | | | | Because strftime is more flexible: You can... * ...put arbitrary text inside the format * ...manipulate it by set the locale (i.e. set language-specific month names etc.)
* Added short syntag for comparison.Kevin Chabowski2011-09-23
| | | | | | ~{a|op|b} Also updated the documentation and made unescape_text() a alias of PHP's stripcslashes().
* Added documentation, an example program and fixed some bugs...Kevin Chabowski2011-09-21