Skip Menu |

This queue is for tickets about the HTML-Scrubber CPAN distribution.

Report information
The Basics
Id: 25432
Status: new
Priority: 0/
Queue: HTML-Scrubber

People
Owner: Nobody in particular
Requestors: HUNT_STEVE [...] smc.edu
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Need better documentation
Date: Wed, 14 Mar 2007 09:18:53 -0700
To: <bug-HTML-Scrubber [...] rt.cpan.org>
From: "HUNT_STEVE" <HUNT_STEVE [...] smc.edu>
HTML-Scrubber is great! But I think it needs better documentation, at least more examples. At least include this one: # dont strip the URLs my @rules = ( a => { href => 1, # hrefs allowed '*' => 1, # allow all other attributes }, ); $scrubber->rules( @rules );