Changeset 244

Show
Ignore:
Timestamp:
03/02/06 19:00:38
Author:
miyagawa
Message:

Added Filter::Regexp. Rename html_paranoia to text_only

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plagger/lib/Plagger/Plugin/Filter/TTP.pm

    r222 r244  
    1818 
    1919    my $count; 
    20     if ($self->conf->{html_paranoia}) { 
     20    if ($self->conf->{text_only}) { 
    2121        ($count, $body) = $self->paranoia_rewrite($body); 
    2222    } else { 
     
    9292=over 4 
    9393 
    94 =item html_paranoia 
     94=item text_only 
    9595 
    9696When set to 1, uses HTML::Parser to avoid replacing C<ttp://> inside 
    97 HTML elements. Defaults to 0. 
     97HTML attributes. Defaults to 0. 
    9898 
    9999=back