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 (
feedme / README.textile
FeedMe!
A better (for me) RSS/Atom aggregator.
Author: Daniel Lindsley <daniel@toastdriven.com>
License: MIT
Last Updated: 2008/03/30
Version: 0.2
Requirements
- A decent version of Ruby.
- Rails 2.0+
- Hpricot
- open-uri
- Balls of steel and an iron will.
Installing
- Grab the code.
- Copy the ‘
config/database.yml.dist’ to ‘config/database.yml’. Reconfigure as necessary. - Copy the ‘
config/initializers/feedme.rb.dist’ to ‘config/initializers/feedme.rb’.- Due to my cough wonderfully advanced and secure login setup, add users to the ‘
VALID_USERS’ hash in ‘config/initializers/feedme.rb’.
- Due to my cough wonderfully advanced and secure login setup, add users to the ‘
- Fire up the server.
- Go to ‘
http://example.com/login’ and enter your details. - Add RSS feeds to the admin.
- Run (preferably via cron) ‘
rake feedme:pull_feeds’. - Hit up ‘
http://example.com/’ and enjoy.







