public
Fork of toastdriven/feedme
Description: A better (for me) RSS aggregator. Collects numerous RSS feeds and displays entries in chronological order. Similar to the "planet" concept.
Homepage: http://www.toastdriven.com/
Clone URL: git://github.com/TomK32/feedme.git
feedme /
name age message
file .gitignore Mon Mar 24 05:08:27 -0700 2008 Login working. Style updates. Working on feed i... [toastdriven]
file README.textile Sun Apr 20 12:10:45 -0700 2008 started with some filtering of unwanted content... [TomK32]
file README_GOLDBERG Thu Apr 17 08:12:48 -0700 2008 added goldberg including specific permissions [TomK32]
file Rakefile Mon Mar 24 02:50:50 -0700 2008 Initial import. [toastdriven]
file TODO Tue Apr 15 12:35:40 -0700 2008 added TODO [TomK32]
directory app/ Wed Jun 25 06:48:45 -0700 2008 renamed timeline to front [TomK32]
directory config/ Wed Jun 25 06:48:45 -0700 2008 renamed timeline to front [TomK32]
directory db/ Wed Jun 25 06:31:23 -0700 2008 updated goldberg plugin for rails 2.1 [TomK32]
directory doc/ Mon Mar 24 02:50:50 -0700 2008 Initial import. [toastdriven]
directory lib/ Sat Apr 19 23:25:23 -0700 2008 now using FeedTools [TomK32]
directory public/ Fri Apr 18 07:07:18 -0700 2008 improved flash messages a bit [TomK32]
directory script/ Wed Jun 25 06:36:53 -0700 2008 update to rails 2.1 [TomK32]
directory test/ Wed Jun 25 06:48:45 -0700 2008 renamed timeline to front [TomK32]
directory tmp/ Mon Mar 24 02:50:50 -0700 2008 Initial import. [toastdriven]
directory vendor/ Wed Jun 25 06:55:30 -0700 2008 added will_paginate plugin [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

  1. Grab the code.
  2. Copy the ‘config/database.yml.dist’ to ‘config/database.yml’. Reconfigure as necessary.
  3. Create the ‘log’ directory
  4. Run ‘rake db:schema:load’ (alternatively you may want to run ‘rake db:migrations‘)
  5. Run ‘rake goldberg:load_bootstrap
  6. Fire up the server.
  7. Login as user ‘admin’ password ‘admin
  8. Change you password. I mean it!
  9. Go to ‘http://example.com/feeds/new’ to add your feed
  10. Run (preferably via cron) ‘rake feedme:pull_feeds’.
  11. Alternatively ping by going to ‘http://example.com/feeds/ping?url=http://example.org/feed.rss
  12. Hit up ‘http://example.com/’ and enjoy.