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/TagProcessor |
---|---|
Author: | Thomas Leitner <t_leitner@gmx.at> |
Summary: | Plugin for processing tags |
The TagProcessor plugin, apart from the Core/FileHandler, is the main workhorse. It is responsible for parsing HTML content and replacing special constructs, so called tags, with dynamic content. For more information on how these tags look like, how they are used and why they are useful, have a look at the page file format description!
Each tag has a unique name and an associated handler plugin. Therefore it is very easy to define new tags. webgen already comes with many tag plugins that handle simple things, like including a file, to advanced things, like generating a menu (the menus used on this homepage are generated dynamically with webgen). These tag plugins reside in the Tag namespace.