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 (
commit d9cb57989d91faac7ff28e13c59247add5118d76
tree a976c33c41d101d27e4371a9dc6a87d839eb6435
parent 619e8bec02206fd870c1041ed45fd644817e3658
tree a976c33c41d101d27e4371a9dc6a87d839eb6435
parent 619e8bec02206fd870c1041ed45fd644817e3658
feedme /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Mar 24 05:08:27 -0700 2008 | |
| |
README.textile | ||
| |
Rakefile | Mon Mar 24 02:50:50 -0700 2008 | |
| |
app/ | ||
| |
config/ | Mon Mar 24 22:44:33 -0700 2008 | |
| |
db/ | ||
| |
doc/ | Mon Mar 24 02:50:50 -0700 2008 | |
| |
lib/ | ||
| |
public/ | Tue Mar 25 22:01:57 -0700 2008 | |
| |
script/ | Mon Mar 24 02:50:50 -0700 2008 | |
| |
test/ | Sun Mar 30 20:09:06 -0700 2008 | |
| |
tmp/ | Mon Mar 24 02:50:50 -0700 2008 |
README.textile
FeedMe!
A better (for me) RSS Aggregator.
Author: Daniel Lindsley <daniel@toastdriven.com>
License: MIT
Last Updated: 2008/03/25
Version: 0.1
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.








