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 /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Mar 24 05:08:27 -0700 2008 | |
| |
README.textile | Mon Mar 31 20:48:15 -0700 2008 | |
| |
Rakefile | Mon Mar 24 02:50:50 -0700 2008 | |
| |
app/ | Sun Mar 30 20:57:34 -0700 2008 | |
| |
config/ | Mon Mar 24 22:44:33 -0700 2008 | |
| |
db/ | Sun Mar 30 20:09:06 -0700 2008 | |
| |
doc/ | Mon Mar 24 02:50:50 -0700 2008 | |
| |
lib/ | Sun Mar 30 20:52:05 -0700 2008 | |
| |
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/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.







