Changeset 181

Show
Ignore:
Timestamp:
02/27/06 02:12:19
Author:
miyagawa
Message:

Added DOC to FeedBurner? permalink filter

Files:

Legend:

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

    r79 r181  
    2121 
    22221; 
     23 
     24__END__ 
     25 
     26=head1 NAME 
     27 
     28Plagger::Plugin::Filter::FeedBurnerPermalink - Fix FeedBurner's permalink 
     29 
     30=head1 SYNOPSIS 
     31 
     32  - module: Filter::FeedBurnerPermalink 
     33 
     34=head1 DESCRIPTION 
     35 
     36Entries in FeedBurner feeds contain links to feedburner's URL 
     37redirector and that breaks some plugins like social bookmarks 
     38integration. 
     39 
     40This plugin updates the C<< $entry->permalink >> with I<guid> value in 
     41FeedBurner's feed, so it actually points to the permalink, rather than 
     42redirector. 
     43 
     44Note that C<< $entry->link >> will still point to the redirector. 
     45 
     46=head1 AUTHOR 
     47 
     48Masahiro Nagano 
     49 
     50Tatsuhiko Miyagawa 
     51 
     52=head1 SEE ALSO 
     53 
     54L<Plagger>, L<http://www.feedburner.com/> 
     55 
     56=cut