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 8691bf7f779da01c7afbb6eab3a8867b8d2bff4d
tree 7fcf5db73c7fb1c93f4092fbedfebdce77f92195
parent 48625f0a73662e478c69ec01bb4cc69fa14c1764
tree 7fcf5db73c7fb1c93f4092fbedfebdce77f92195
parent 48625f0a73662e478c69ec01bb4cc69fa14c1764
feedme /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Mar 24 05:08:27 -0700 2008 | |
| |
README.textile | ||
| |
README_GOLDBERG | ||
| |
Rakefile | Mon Mar 24 02:50:50 -0700 2008 | |
| |
TODO | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | Mon Mar 24 02:50:50 -0700 2008 | |
| |
lib/ | ||
| |
public/ | ||
| |
script/ | ||
| |
test/ | ||
| |
tmp/ | Mon Mar 24 02:50:50 -0700 2008 | |
| |
vendor/ |
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+
- FeedTools
- hpricot
Installing
- Grab the code.
- Copy the ‘
config/database.yml.dist’ to ‘config/database.yml’. Reconfigure as necessary. - Create the ‘
log’ directory - Run ‘
rake db:schema:load’ (alternatively you may want to run ‘rake db:migrations’) - Run ‘
rake goldberg:load_bootstrap’ - Fire up the server.
- Login as user ‘
admin’ password ‘admin’ - Change you password. I mean it!
- Go to ‘
http://example.com/feeds/new’ to add your feed - Run (preferably via cron) ‘
rake feedme:pull_feeds’. - Alternatively ping by going to ‘
http://example.com/feeds/ping?url=http://example.org/feed.rss’ - Hit up ‘
http://example.com/’ and enjoy.








