ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

Liquid

Liquid is a small templating language which allows to create dynamic wiki pages depending on various conditions. It has if ... then ... else constructs, loops, an improved include mechanism and various methods to access, process and display Chiliproject internal data.

Liquid markup was introduced in ChiliProject 3.0.0. It replaces and heavily extends the old macro concept.

For Editors

For a thorough documention of how to use the Liquid templating language, please refer to Liquid for Editors. Additional documentation is provided on the official Liquid pages

For Developers

Although the shipped functionality provides a vast functionality for end users, sometimes it is necessary to provide additional features to be embedded into the language. Please refer to Liquid for Developers on how to extend the templating language from ChiliProject Plugins.