File: control

package info (click to toggle)
libhtml-scrubber-perl 0.08-4
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 132 kB
  • ctags: 23
  • sloc: perl: 325; makefile: 43
file content (19 lines) | stat: -rw-r--r-- 755 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.8.0), libhtml-parser-perl
Standards-Version: 3.7.2

Package: libhtml-scrubber-perl
Architecture: all
Depends: perl (>= 5.6.0-16), 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 says: "I was not satisfied with HTML::Sanitizer because it
 is based on HTML::TreeBuilder, so I thought I would write something
 similar that works directly with HTML::Parser".