|
NAMEPlagger::Plugin::Filter::HTMLScrubber - Scrub feed content SYNOPSIS - module: Filter::HTMLScrubber
config:
rules:
style: 0
script: 0
DESCRIPTIONThis plugin scrubs feed content using HTML::Scrubber. All config parameters (except 'no_default_configs') are implemented as HTML::Scrubber's method: value. For example, if you write: method: value in the config: section, this plugin will automatically turn the config into the method call: $scrubber->method('value');
See HTML::Scrubber document for details. CONFIG
AUTHORDaisuke Murase <typester@cpan.org> Tatsuhiko Miyagawa SEE ALSOPlagger, HTML::Scrubber
|