Back to the extension listing.
Webgen::ContentProcessor::Tidy
Summary
As short name for the content processor (used, for example, in the pipeline option of a block in a
file in Webgen Page Format) one of the following can be
used: tidy.
Description
This content processor uses the tidy program to convert the input into valid (X)HTML. It
supports a vast amount of options for specifying how the input should be processed. These options
can be set throught the configuration option
contentprocessor.tidy.options.
The options -q and -f FILE are always set because they are needed internally and should
therefore not be set through contentprocessor.tidy.options!
Back to the extension listing.