Skip to content

Instantly share code, notes, and snippets.

@phillipadsmith
Created August 11, 2010 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phillipadsmith/519063 to your computer and use it in GitHub Desktop.
Save phillipadsmith/519063 to your computer and use it in GitHub Desktop.
Example Plagger configuration for mailing lists
global:
# Make plagger more verbose than default
log:
level: debug
assets_path: /Users/username/Development/plagger/assets
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: CustomFeed::Mailman
- module: Subscription::Config
config:
feed:
- http://mail.pm.org/pipermail/toronto-pm/
- http://groups.google.com/group/comp.lang.perl.misc/feed/rss_v2_0_msgs.xml?num=50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment