| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-04-15 | replace-table: Add support for custom functions | Tomas Bzatek | 1 | -0/+11 | |
| This adds a support for custom (registered) functions that can be called from templates with specified arguments. The syntax is as follows: <!-- $(function_name(arg1, "arg2", 'arg3')) --> Arguments are separated by a comma and can be quoted (recommended). Quoted arguments are allowed to contain a comma as well as another quote when escaped with a backslash. To call a function with no arguments just do "function_name()". Functions are supposed to be registered before actual data are parsed and are called back from within the parser cycle. | |||||
| 2011-06-04 | replace-table: Add forgotten file | Tomas Bzatek | 1 | -7/+14 | |
| And also bring back glib/gprintf.h include for g_vasprintf(). | |||||
| 2011-06-04 | Introduce conditional system | Tomas Bzatek | 1 | -0/+6 | |
| This is very basic scripting support - simple value retrieval and block conditionals. Defines could be either static from theme setup or programatically added during page generation. | |||||
| 2010-12-12 | Fix indentation | Tomas Bzatek | 1 | -1/+1 | |
| 2010-12-12 | Cleanup header defines | Tomas Bzatek | 1 | -2/+9 | |
| 2009-05-10 | Consolidate data types | Tomas Bzatek | 1 | -3/+3 | |
| 2009-04-04 | Speed up replace table by using token parser | Tomas Bzatek | 1 | -0/+11 | |
| 2009-04-04 | New block parser | Tomas Bzatek | 1 | -0/+58 | |
