freebsd-ports/www/p5-HTML-Scrubber/pkg-descr
Bill Fenner a5b727886c search.cpan.org redirect reduction canonicalization project, pass 2:
Refer to all modules using their /dist/Foo/ path instead of via
the mishmash of old author path, new author path, module documentation,
etc.

This pass brought to you by loving, painstaking hand editing.
2005-09-21 19:35:50 +00:00

10 lines
488 B
Text

HTML::Scrubber - Perl extension for scrubbing/sanitizing html. If you wanna
"scrub" or "sanitize" html input in a reliable an flexible fashion, then
this module is for you.
When a tag is encountered, HTML::Scrubber allows/denies the tag using the
explicit rule if one exists. If no explicit rule exists, Scrubber applies
the default rule. If an explicit rule exists, but it's a simple rule(1),
the default attribute rule is applied.
WWW: http://search.cpan.org/dist/HTML-Scrubber/