Changeset 1057

Show
Ignore:
Timestamp:
07/06/06 21:39:00
Author:
miyagawa
Message:

Planet: doc update. use body accessor

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/refactoring-planet/plagger/lib/Plagger/Plugin/Publish/Planet.pm

    r1051 r1057  
    5959    foreach my $entry ($feed->entries) { 
    6060        if (defined $entry->body && $scrubber) { 
    61             $entry->body( $scrubber->scrub($entry->{body}) ); 
     61            $entry->body( $scrubber->scrub($entry->body) ); 
    6262        } 
    6363    } 
     
    161161=head1 DESCRIPTION 
    162162 
    163 This plugin generates XHTML out of aggregated feeds suitable to put on the web as "Blog aggregator" like Python Planet does. 
     163This plugin generates XHTML out of aggregated feeds suitable to put on 
     164the web as "Blog aggregator" like Python Planet does. 
    164165 
    165166=head1 CONFIG