
App::Syndicator

version 0.0061

App::Syndicator - Curses interface for reading feeds.

# first run $ syndicator --init # add your own feeds $ vim ~/.syndicator/config.json # run $ syndicator 2> errors.log $ syndicator --config=config.any --db=sqlite.db
{
"sources": [
"http://blogs.perl.org/atom.xml",
"http://www.perl.org/pub/atom.xml",
"http://planet.perl.org/rss20.xml",
"http://ironman.enlightenedperl.org/atom.xml",
"http://rss.slashdot.org/Slashdot/slashdot",
"http://www.theregister.co.uk/software/headlines.atom"
]
}


Robin Edwards <robin.ge@gmail.com>

This software is copyright (c) 2011 by Robin Edwards.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.