HTML::FormFu::Filter::HTMLScrubber.3pm

Langue: en

Autres versions - même langue

Version: 2010-09-02 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

HTML::FormFu::Filter::HTMLScrubber - filter removing HTML markup

DESCRIPTION

Remove HTML markup using HTML::Scrubber.

All the functionality of HTML::Scrubber can be accessed using this module, other than the "process" directive (which has a name clash with the HTML::FormFu::Filter framework).

For details of the filtering functionality see ``allow'' in HTML::Scrubber, ``comment'' in HTML::Scrubber, ``default'' in HTML::Scrubber, ``rules'' in HTML::Scrubber and ``script'' in HTML::Scrubber

AUTHOR

Carl Franks, "cfranks@cpan.org"

Extended by Nigel Metheringham, "nigelm@cpan.org"

Based on the original source code of HTML::Widget::Filter::HTMLStrip, by Lyo Kato, "lyo.kato@gmail.com"

LICENSE

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.