File: control

package info (click to toggle)
libhtml-scrubber-perl 0.08-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 132 kB
  • ctags: 23
  • sloc: perl: 325; makefile: 43
file content (18 lines) | stat: -rw-r--r-- 687 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: libhtml-scrubber-perl
Section: perl
Priority: optional
Maintainer: Stephen Quinney <sjq@debian.org>
Build-Depends: debhelper (>= 4)
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".