public
Description: A micro feed aggregator based on sinatra
Homepage:
Clone URL: git://github.com/pilu/terror.git
pilu (author)
Tue Mar 17 04:10:47 -0700 2009
commit  2d221b0d7457aa778de0016e7ca530de3dd96322
tree    89e61ff5d28249384935f2b778663a59e33501d0
parent  f2ad7813a16576952eecfc31d1fdec2dc5e22aa4
terror / README.md
100644 32 lines (20 sloc) 0.515 kb

Terror

A micro feed aggregator based on Sinatra

Installation

gem sources -a http://gems.github.com
sudo gem install pilu-terror

Creating a new aggregator

terror new_aggregator_name
cd new_aggregator_name
thin start -C config/thin.yml

Edit the config/terror.yml file adding your feeds and database preferences.

Fetching feeds

rake feeds:fetch

Enjoy

Copyright

Copyright (c) 2009 Andrea Franz. See LICENSE for details.