summaryrefslogtreecommitdiff
path: root/src/replace-table.c
AgeCommit message (Collapse)AuthorFilesLines
2011-06-04replace-table: Add forgotten fileTomas Bzatek1-0/+1
And also bring back glib/gprintf.h include for g_vasprintf().
2011-06-04replace-table: Link to defines table instead of copying on creationTomas Bzatek1-24/+65
This allows actual defines to be used without explicit update. Also brings the benefit of placing empty string when define is not defined.
2011-06-04Introduce conditional systemTomas Bzatek1-6/+40
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.
2009-05-10Consolidate data typesTomas Bzatek1-12/+12
2009-04-04Speed up replace table by using token parserTomas Bzatek1-39/+104
2009-04-04New block parserTomas Bzatek1-0/+163