2007-02-28: webgen 0.4.2 released! Bugs fixed and some feature added! More...
2007-01-12: webgen 0.4.1 released! Bug fix for running webgen on Windows and other small updates! More...
2007-01-05: webgen 0.4.0 released! Major update to the core and plugins and many new features added! 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.