1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: libhtml-scrubber-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@iki.fi>, Nicholas Bamber <nicholas@periapt.co.uk>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libhtml-parser-perl,
perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/HTML-Scrubber/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-scrubber-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-scrubber-perl/
Package: libhtml-scrubber-perl
Architecture: all
Depends: ${misc:Depends}, perl, libhtml-parser-perl
Description: Perl extension for scrubbing/sanitizing html
If you want to "scrub" or "sanitize" html input in a reliable and
flexible fashion, then this module is for you.
The author was not satisfied with HTML::Sanitizer because it
is based on HTML::TreeBuilder, so he write something similar that works
directly with HTML::Parser.
|