Changeset 655
- Timestamp:
- 04/28/06 16:46:38
- Files:
-
- trunk/plagger/Changes (modified) (1 diff)
- trunk/plagger/MANIFEST (modified) (10 diffs)
- trunk/plagger/lib/Plagger.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/Changes
r620 r655 1 1 The latest, HTML version of this document is always available at http://plagger.org/trac.cgi/wiki/PlaggerChangeLog 2 2 3 == 0.6.5 (2006/04/28) == 4 5 === Core === 6 7 * Aggregator::Simple: Allow bad content-type feeds like text/plain (miyagawa) 8 * Aggregator::Simple: Hack nasty Unicode unflagness in Atom feed with XML::Feed (miyagawa, reported by otsune) 9 10 === New Plugins === 11 12 * Subscription::LivedoorReader: Fetch subscription via LDR (miyagawa) 13 * Filter::CompositeFeed: pack all the feeds into entries of single feed (miyagawa) 14 * Filter::AtomLinkRelated: Use link rel="related" as a link in Atom feeds (miyagawa) 15 16 === Plugins Updates === 17 18 * Filter::TruePermalink: minor updates in refrss (otsune) updated Yahoo! blog redirector (miyagawa) 19 * Filter::ResolveRelativeLink: don't die even if there's no link found 20 * Subscription::OPML: broken OPML feed support with XML::Liberal (miyagawa) 21 * Filter::EntryFullText: Lots of feed upgrade files (manabou, woremacx, kazeburo) 22 * Filter::StripRSSAd: support branded feed domain in FeedBurner (miyagawa) 23 * Widget::HatenaBookmarkUsersCount: Autoload Filter::HBUC (reported by otsune) 24 * CustomFeed::Frepa: defaults to all feed types 25 * Publish::Delicious: Fixed interval bug 26 3 27 == 0.6.4 (2006/04/19) == 4 28 trunk/plagger/MANIFEST
r620 r655 3 3 assets/plugins/Filter-EntryFullText/akibablog.yaml 4 4 assets/plugins/Filter-EntryFullText/ameblo_jp.yaml 5 assets/plugins/Filter-EntryFullText/arstechnica.yaml 5 6 assets/plugins/Filter-EntryFullText/asahi_com.yaml 7 assets/plugins/Filter-EntryFullText/ascii24_com.yaml 6 8 assets/plugins/Filter-EntryFullText/atmarkit.yaml 7 9 assets/plugins/Filter-EntryFullText/bbc.yaml 10 assets/plugins/Filter-EntryFullText/blog_goo_ne_jp.yaml 8 11 assets/plugins/Filter-EntryFullText/blog_tech.rikunabi_next.yaml 9 12 assets/plugins/Filter-EntryFullText/chugoku-np.yaml … … 11 14 assets/plugins/Filter-EntryFullText/cnet_japan.yaml 12 15 assets/plugins/Filter-EntryFullText/cnn.yaml 16 assets/plugins/Filter-EntryFullText/coreblog.pl 13 17 assets/plugins/Filter-EntryFullText/daily_sports.yaml 14 18 assets/plugins/Filter-EntryFullText/debian_administration_org.yaml … … 17 21 assets/plugins/Filter-EntryFullText/eweek.yaml 18 22 assets/plugins/Filter-EntryFullText/extremetech.yaml 23 assets/plugins/Filter-EntryFullText/forbes.yaml 24 assets/plugins/Filter-EntryFullText/gyao_content.pl 19 25 assets/plugins/Filter-EntryFullText/hatena_diary.pl 26 assets/plugins/Filter-EntryFullText/impress.yaml 20 27 assets/plugins/Filter-EntryFullText/indiesmusic_com.yaml 21 28 assets/plugins/Filter-EntryFullText/itmedia.yaml … … 36 43 assets/plugins/Filter-EntryFullText/plaza_rakuten.yaml 37 44 assets/plugins/Filter-EntryFullText/qwik.yaml 45 assets/plugins/Filter-EntryFullText/rbbtoday_com.yaml 38 46 assets/plugins/Filter-EntryFullText/reuters.yaml 39 47 assets/plugins/Filter-EntryFullText/sanspo.yaml 40 48 assets/plugins/Filter-EntryFullText/sciam.yaml 49 assets/plugins/Filter-EntryFullText/searchenginejournal.yaml 41 50 assets/plugins/Filter-EntryFullText/sixapart.pl 42 51 assets/plugins/Filter-EntryFullText/slashdot_jp.yaml … … 45 54 assets/plugins/Filter-EntryFullText/tencount.yaml 46 55 assets/plugins/Filter-EntryFullText/theinquirer.yaml 56 assets/plugins/Filter-EntryFullText/theregister.yaml 57 assets/plugins/Filter-EntryFullText/usatoday.yaml 47 58 assets/plugins/Filter-EntryFullText/wired_com.yaml 48 59 assets/plugins/Filter-EntryFullText/www_nikkeibp.yaml 60 assets/plugins/Filter-EntryFullText/yakult.yaml 49 61 assets/plugins/Filter-EntryFullText/yomiuri.yaml 50 62 assets/plugins/Filter-EntryFullText/zakzak.yaml … … 63 75 assets/plugins/Filter-TruePermalink/tech_souken.yaml 64 76 assets/plugins/Filter-TruePermalink/yahoo_blog_search.yaml 77 assets/plugins/Filter-TruePermalink/yahoo_blog_search2.yaml 78 assets/plugins/Filter-TruePermalink/yahoo_us_rd.yaml 65 79 assets/plugins/Notify-IRC/irc_notify.tt 66 80 assets/plugins/Publish-CHTML/chtml_entry.tt … … 90 104 examples/bloglines2gmail.yaml 91 105 examples/irc.yaml 106 examples/livedoorreader2gmail.yaml 92 107 examples/planet.yaml 93 108 inc/Module/AutoInstall.pm … … 135 150 lib/Plagger/Plugin/Filter/2chNewsokuTitle.pm 136 151 lib/Plagger/Plugin/Filter/2chRSSPermalink.pm 152 lib/Plagger/Plugin/Filter/AtomLinkRelated.pm 137 153 lib/Plagger/Plugin/Filter/Base.pm 138 154 lib/Plagger/Plugin/Filter/BloglinesContentNormalize.pm … … 140 156 lib/Plagger/Plugin/Filter/BreakEntriesToFeeds.pm 141 157 lib/Plagger/Plugin/Filter/BulkfeedsTerms.pm 158 lib/Plagger/Plugin/Filter/CompositeFeed.pm 142 159 lib/Plagger/Plugin/Filter/Delicious.pm 143 160 lib/Plagger/Plugin/Filter/DeliciousFeedTags.pm … … 214 231 lib/Plagger/Plugin/Subscription/HatenaGroup.pm 215 232 lib/Plagger/Plugin/Subscription/HatenaRSS.pm 233 lib/Plagger/Plugin/Subscription/LivedoorReader.pm 216 234 lib/Plagger/Plugin/Subscription/Odeo.pm 217 235 lib/Plagger/Plugin/Subscription/OPML.pm trunk/plagger/lib/Plagger.pm
r620 r655 1 1 package Plagger; 2 2 use strict; 3 our $VERSION = '0.6. 4';3 our $VERSION = '0.6.5'; 4 4 5 5 use 5.8.1;
