This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Mark Reid (author)
Sun Mar 30 22:53:30 -0700 2008
commit 9c03dadecd85860bf938a6a1c17a1f136a69513f
tree 1c0ac2e64e4971ffa4bfc61d830264396bde795b
parent c82e72648286c95b39524490654ff754add3ed42
tree 1c0ac2e64e4971ffa4bfc61d830264396bde795b
parent c82e72648286c95b39524490654ff754add3ed42
feed-bag /
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
feedbag.rb | ||
| |
models.rb | ||
| |
tally.sh |
README
Feed Bag - A RSS Feed Archiver ============================== [Mark D. Reid](mailto://mark.reid@anu.edu.au) This is a simple ruby script that will archive RSS feeds to an SQLite database. You can find more information, installation and usage instructions at the [Feed Bag Home Page][]. Dependencies ------------ * [Feed Normalizer][] * [Sequel][] Usage ----- feedbag.rb [OPTIONS] [RSS_URL ...] Arguments --------- When provided, the RSS_URL will be read, added to the database and scanned for next run. When no arguments are provided, all the existing feeds in the database will be scanned for new items. Options ------- -d --db Use the given SQLite3 database -C --clean Destroy the database and rebuild (be careful!) -l --list List all the feeds -h --help Show a help message [Feed Bag Home Page]: http://users.rsise.anu.edu.au/~mreid/code/feed_bag.html [Feed Normalizer]: http://rubyforge.org/projects/feed-normalizer/ [Sequel]: http://sequel.rubyforge.org/








