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 | [toastdriven] |
| |
README.textile | Sun Apr 20 12:10:45 -0700 2008 | [TomK32] |
| |
README_GOLDBERG | Thu Apr 17 08:12:48 -0700 2008 | [TomK32] |
| |
Rakefile | Mon Mar 24 02:50:50 -0700 2008 | [toastdriven] |
| |
TODO | Tue Apr 15 12:35:40 -0700 2008 | [TomK32] |
| |
app/ | Wed Jun 25 06:48:45 -0700 2008 | [TomK32] |
| |
config/ | Wed Jun 25 06:48:45 -0700 2008 | [TomK32] |
| |
db/ | Wed Jun 25 06:31:23 -0700 2008 | [TomK32] |
| |
doc/ | Mon Mar 24 02:50:50 -0700 2008 | [toastdriven] |
| |
lib/ | Sat Apr 19 23:25:23 -0700 2008 | [TomK32] |
| |
public/ | Fri Apr 18 07:07:18 -0700 2008 | [TomK32] |
| |
script/ | Wed Jun 25 06:36:53 -0700 2008 | [TomK32] |
| |
test/ | Wed Jun 25 06:48:45 -0700 2008 | [TomK32] |
| |
tmp/ | Mon Mar 24 02:50:50 -0700 2008 | [toastdriven] |
| |
vendor/ | Wed Jun 25 06:55:30 -0700 2008 | [TomK32] |
README.textile
FeedMe!
A better (for me) RSS/Atom aggregator.
Author: Daniel Lindsley
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.




