Changeset 1773
- Timestamp:
- 10/17/06 16:35:28
- Files:
-
- trunk/plagger/Changes (modified) (1 diff)
- trunk/plagger/MANIFEST (modified) (15 diffs)
- trunk/plagger/lib/Plagger.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/Changes
r1729 r1773 1 1 The latest, HTML version of this document is always available at http://plagger.org/trac.cgi/wiki/PlaggerChangeLog 2 3 == 0.7.14 (2006/10/17) == 4 5 === Core === 6 7 * include YAML::Loader in inc 8 * Introduced new spell typo checker Test::Spelling 9 * Merged hackathon-summary for a pluggable summary generation 10 * Added Plagger::Text object for title, author, entry, summary and body 11 * Better html2text function using HTML::TreeBuilder and (optional) HTML::FormatText 12 * Plagger::Date parse* method now doesn't set Timezones by default 13 * Move namespecific parsing logic into Namespace::* plugins 14 15 === New Plugins === 16 17 * Summary::Auto: Auto-extract summaries 18 * Summary::Simple: Default summary extractor using regular expression 19 * Summary::English: Wrapper for Lingua::EN::Summarize 20 * Summary::HatenaBookmark: Extract summary using Hatena Bookmark 21 * Summary::TextOriginal: Wrapper for Text::Original 22 * Summary::TrackbackRDF: Extract summary from Trackback RDF data 23 * Filter::GuessTimeZoneByDomain: guess timezones of entry using URL domains 24 * Filter::ForceTimeZone: force timezone regardless of they're UTC/Olson/Floating 25 * Namespace::HatenaFotolife: Hatena fotolife module handler 26 * Namespace::ApplePhotocast: Apple Photocast module handler 27 * Namespace::MediaRSS: Media RSS module handler 28 * Bundle::Defaults: Default plugins loader 29 * Filter::Kansai: Converts Japanese text body to Kansai Dialect 30 31 === Plugins Updates === 32 33 * Notify::UpdatePing: support weblogUpdates.extendedPing #419 34 * Notify::OpenBrowser: support FreeBSD 35 * Filter::EntryFullText: fixed bad regular expressons in stage6 36 * CustomFeed::Script: load YAML output as Unicode 37 * Publish::iCal: better Timezone handling. requires DateTime::Format::ICal 38 * Filter::FloatingDateTime: use config 'timezone' if set 39 * CustomFeed::Mixi: support my diary and calendar (otsune) 40 * Filter::HatenaBookmarkUsersCount: Iterate links so that it support 50+ URLs 41 * 42 2 43 3 44 == 0.7.13 (2006/10/09) == trunk/plagger/MANIFEST
r1729 r1773 1 1 assets/common/html.tt 2 2 assets/common/mail.tt 3 assets/plugins/CustomFeed-Script/domain-expire.pl 4 assets/plugins/CustomFeed-Script/jsports-football.pl 5 assets/plugins/CustomFeed-Script/wowow-hv-51ch.pl 6 assets/plugins/CustomFeed-Script/wowow-liga-espanola.pl 3 7 assets/plugins/Filter-EntryFullText/2ch.pl 4 8 assets/plugins/Filter-EntryFullText/actiblog_com.yaml … … 214 218 Changes 215 219 deps/Aggregator-Xango.yaml 220 deps/Bundle-Defaults.yaml 216 221 deps/Bundle-Planet.yaml 217 222 deps/CustomFeed-FlickrSearch.yaml … … 232 237 deps/Filter-FindEnclosures.yaml 233 238 deps/Filter-FloatingDateTime.yaml 239 deps/Filter-ForceTimeZone.yaml 234 240 deps/Filter-GuessLanguage.yaml 241 deps/Filter-GuessTimeZoneByDomain.yaml 235 242 deps/Filter-HatenaBookmarkTag.yaml 236 243 deps/Filter-HatenaBookmarkUsersCount.yaml … … 240 247 deps/Filter-HTMLScrubber.yaml 241 248 deps/Filter-ImageInfo.yaml 249 deps/Filter-Kansai.yaml 242 250 deps/Filter-LivedoorClipUsersCount.yaml 243 251 deps/Filter-Markdown.yaml … … 255 263 deps/Filter-UnicodeNormalize.yaml 256 264 deps/Filter-URLBL.yaml 265 deps/Namespace-ApplePhotocast.yaml 266 deps/Namespace-HatenaFotolife.yaml 267 deps/Namespace-MediaRSS.yaml 257 268 deps/Notify-Audio-iTunesWin32.yaml 258 269 deps/Notify-Audio-MSWin32.yaml … … 311 322 deps/Subscription-XOXO.yaml 312 323 deps/Subscription-XPath.yaml 324 deps/Summary-Auto.yaml 325 deps/Summary-English.yaml 326 deps/Summary-HatenaBookmark.yaml 327 deps/Summary-Simple.yaml 328 deps/Summary-TextOriginal.yaml 329 deps/Summary-TrackbackRDF.yaml 313 330 deps/Widget-Simple.yaml 314 331 examples/atode.yaml … … 350 367 inc/YAML/Dumper/Base.pm 351 368 inc/YAML/Error.pm 369 inc/YAML/Loader.pm 352 370 inc/YAML/Node.pm 353 371 inc/YAML/Tag.pm … … 371 389 lib/Plagger/Plugin/Aggregator/Simple.pm 372 390 lib/Plagger/Plugin/Aggregator/Xango.pm 391 lib/Plagger/Plugin/Bundle/Defaults.pm 373 392 lib/Plagger/Plugin/Bundle/Planet.pm 374 393 lib/Plagger/Plugin/CustomFeed/2chSearch.pm … … 416 435 lib/Plagger/Plugin/Filter/FindEnclosures.pm 417 436 lib/Plagger/Plugin/Filter/FloatingDateTime.pm 437 lib/Plagger/Plugin/Filter/ForceTimeZone.pm 418 438 lib/Plagger/Plugin/Filter/GuessLanguage.pm 439 lib/Plagger/Plugin/Filter/GuessTimeZoneByDomain.pm 419 440 lib/Plagger/Plugin/Filter/HatenaBookmarkTag.pm 420 441 lib/Plagger/Plugin/Filter/HatenaBookmarkUsersCount.pm … … 426 447 lib/Plagger/Plugin/Filter/HTMLScrubber.pm 427 448 lib/Plagger/Plugin/Filter/ImageInfo.pm 449 lib/Plagger/Plugin/Filter/Kansai.pm 428 450 lib/Plagger/Plugin/Filter/LivedoorClipUsersCount.pm 429 451 lib/Plagger/Plugin/Filter/LivedoorKeywordUnlink.pm … … 450 472 lib/Plagger/Plugin/Filter/UnicodeNormalize.pm 451 473 lib/Plagger/Plugin/Filter/URLBL.pm 474 lib/Plagger/Plugin/Namespace/ApplePhotocast.pm 475 lib/Plagger/Plugin/Namespace/HatenaFotolife.pm 476 lib/Plagger/Plugin/Namespace/MediaRSS.pm 452 477 lib/Plagger/Plugin/Notify/Audio.pm 453 478 lib/Plagger/Plugin/Notify/Audio/iTunesMac.pm … … 470 495 lib/Plagger/Plugin/Notify/OpenBrowser/darwin.pm 471 496 lib/Plagger/Plugin/Notify/OpenBrowser/FirefoxRemote.pm 497 lib/Plagger/Plugin/Notify/OpenBrowser/freebsd.pm 472 498 lib/Plagger/Plugin/Notify/OpenBrowser/linux.pm 473 499 lib/Plagger/Plugin/Notify/OpenBrowser/mswin32.pm … … 537 563 lib/Plagger/Plugin/Subscription/XOXO.pm 538 564 lib/Plagger/Plugin/Subscription/XPath.pm 565 lib/Plagger/Plugin/Summary/Auto.pm 566 lib/Plagger/Plugin/Summary/English.pm 567 lib/Plagger/Plugin/Summary/HatenaBookmark.pm 568 lib/Plagger/Plugin/Summary/Simple.pm 569 lib/Plagger/Plugin/Summary/TextOriginal.pm 570 lib/Plagger/Plugin/Summary/TrackbackRDF.pm 539 571 lib/Plagger/Plugin/UserAgent/AuthenRequest.pm 540 572 lib/Plagger/Plugin/UserAgent/RequestHeader.pm … … 562 594 lib/Plagger/Tag.pm 563 595 lib/Plagger/Template.pm 596 lib/Plagger/Text.pm 564 597 lib/Plagger/Thing.pm 565 598 lib/Plagger/TT/Plagger/Util.pm … … 577 610 t/samples/atom-category.xml 578 611 t/samples/atom-related.xml 612 t/samples/atom-type.xml 579 613 t/samples/atom10-example.xml 580 614 t/samples/babelfish.xml trunk/plagger/lib/Plagger.pm
r1769 r1773 1 1 package Plagger; 2 2 use strict; 3 our $VERSION = '0.7.1 3';3 our $VERSION = '0.7.14'; 4 4 5 5 use 5.8.1;
