2007-09-08: Small bug fix release. More...
2007-06-29: Some bug fixes and one small feature enhancement. More...
2007-05-20: Fixed bug which prevented installation via Rubygems. More...
Plugin name: | Core/Configuration |
---|---|
Author: | Thomas Leitner <t_leitner@gmx.at> |
Summary: | Responsible for storing general parameters |
Parameters: | customVars: {} lang: "en" loggerLevel: 2 outDir: "output" srcDir: "src" websiteDir: nil |
The configuration plugin provides a place for all the parameters which do not belong to a specific plugin, like the default language setting.
It also provides support for “custom variables” through the customVars parameter. This facility can be used to store and access global variables that have been defined in the configuration file through, for example, the Tag/CustomVar plugin.