NAME

App::Syndicator - Curses interface for reading RSS / ATOM feeds.

VERSION

version 0.005

USAGE

# first run
$ syndicator --init

# add your own feeds
$ vim ~/.syndicator/config.json 

# run
$ syndicator 2> errors.log

$ syndicator --config=config.any --db=sqlite.db

EXAMPLE CONFIG

{
   "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"
   ]
}

SEE ALSO

XML::Feed::Aggregator

CONTRIBUTE

http://github.com/robinedwards/App-Syndicator

AUTHOR

Rob Edwards, <robin.ge@gmail.com>

Tweeter: @thefeatheryone

COPYRIGHT AND LICENSE

Copyright (C) 2010 by Rob Edwards

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.12.1 or, at your option, any later version of Perl 5 you may have available.