global: assets_path: /usr/src/perl/dbix-class/bast/ironman/plagger/assets # Make plagger more verbose than default log: level: debug plugins: # Subscribe to a couple of "My Feeds" on the web # They could be either Feeds URL or Blog URL (with Auto-Discovery support) - module: Subscription::DBI config: schema_class: 'IronMan::Schema' connect_info: ['dbi:SQLite:/home/castaway/plagger/subscriptions.db'] # Deduplicate entries using URL + datetime as a key - module: Filter::Rule rule: module: Deduped path: /home/castaway/plagger/ironman.db - module: Filter::HTMLScrubber config: rules: style: 1 script: 1 deny: - link # - module: Filter::Rule # rule: # module: Fresh # mtime: # path: /home/castaway/plagger/ironman.mtime # autoupdate: 1 ## done in bundle! # - module: SmartFeed::All # config: # expression: grep $args->{entry}->body_text =~ /\b$_\b/i || $args->{entry}->has_tag($_), qw/perl cpan/ # title: Planet Iron Man - module: Publish::CSV config: dir: /home/castaway/plagger/csv encoding: utf-8 filename: my_%t.csv mode: append column: - author - title - permalink - date - summary ## MyPlanet, is not the default Planet bundle ## has full_content => 0 for both outgoing feeds # Load 'Bundle' planet plugins - module: Bundle::PagedPlanet # - module: Bundle::Planet config: extra_rule: expression: grep $args->{entry}->body_text =~ /\b$_\b/i || $args->{entry}->has_tag($_), qw/perl cpan/ duration: 3 days title: Planet Perl Iron Man description: Perl Iron Man Competition dir: /home/castaway/public_html/ironman/ url: http://desert-island.me.uk/~castaway/ironman/ theme: default stylesheet: http://bulknews.typepad.com/blog/styles.css pagesize: 20