https://github.com/toastdriven/feedme
A better (for me) RSS aggregator. Collects numerous RSS feeds and displays entries in chronological order. Similar to the "planet" concept.
https://github.com/toastdriven/feedme
Last synced: 11 months ago
JSON representation
A better (for me) RSS aggregator. Collects numerous RSS feeds and displays entries in chronological order. Similar to the "planet" concept.
- Host: GitHub
- URL: https://github.com/toastdriven/feedme
- Owner: toastdriven
- Created: 2008-03-24T09:21:23.000Z (about 18 years ago)
- Default Branch: master
- Last Pushed: 2008-04-01T03:48:39.000Z (about 18 years ago)
- Last Synced: 2025-06-07T16:54:56.789Z (11 months ago)
- Language: Ruby
- Homepage: http://www.toastdriven.com/
- Size: 188 KB
- Stars: 20
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
h1. FeedMe!
A better (for me) RSS/Atom aggregator.
*Author:* Daniel Lindsley
*License:* MIT
*Last Updated:* 2008/03/30
*Version:* 0.2
h2. Requirements
* A decent version of Ruby.
* Rails 2.0+
* Hpricot
* open-uri
* Balls of steel and an iron will.
h2. 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@'.
# 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.