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