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 (
pluto /
| name | age | message | |
|---|---|---|---|
| |
README | Fri Oct 03 12:45:54 -0700 2008 | |
| |
aggregator.rb | Fri Oct 03 15:09:56 -0700 2008 | |
| |
showcase.rb | Fri Oct 03 12:34:40 -0700 2008 |
README
Pluto is a feed aggregator used to create sites similar to PlanetRubyonRails.com written by Bradly Feeley
Required gems:
erubis
activesupport
feed-normalizer
Example implementation:
require 'aggregator'
require 'showcase'
merb_feeds = Aggregator.new( [
'http://yehudakatz.com/feed/',
'http://feedproxy.feedburner.com/crazycool',
'http://www.merbing.com/articles.rss',
'http://blog.merbivore.com/articles.rss',
'http://merbist.com/feed/',
'http://feeds.feedburner.com/gweezlebur',
'http://jackndempsey.blogspot.com/feeds/posts/default',
'http://brainspl.at/xml/rss20/feed.xml',
'http://feeds.feedburner.com/blogspot/hassox' ] )
twitter_feeds = Aggregator.new( [
'http://search.twitter.com/search.atom?q=merb',
'http://twitter.com/statuses/user_timeline/16334375.rss'] )
view = Showcase.new(merb_feeds, twitter_feeds, 15)
view.render_output
The code about assumes you have a Erubis file called default.html in the working directory. Just set this script to run
every 15 minutes with a cronjob and your all set!
Pluto was written by Bradly Feeley (http://www.bradlyfeeley.com)







