pluto-update gem - planet feed 'n' subscription updater

Usage

Planet Configuration Sample

ruby.ini:

title = Planet Ruby

[rubylang]
  title = Ruby Lang News
  link  = http://www.ruby-lang.org/en/news
  feed  = http://www.ruby-lang.org/en/feeds/news.rss

[rubyonrails]
  title = Ruby on Rails Blog
  link  = http://weblog.rubyonrails.org
  feed  = http://weblog.rubyonrails.org/feed/atom.xml

For more samples, see nytimes.ini, js.ini, dart.ini, haskell.ini.

Shortcuts / Helpers

Meetup

meetup = parisrb

gets auto-completed to

link = http://www.meetup.com/parisrb
feed = http://www.meetup.com/parisrb/events/rss/parisrb/

Google Groups

googlegroups = beerdb

gets auto-completed to

link = https://groups.google.com/group/beerdb
feed = https://groups.google.com/forum/feed/beerdb/topics/atom.xml?num=15

GitHub Project

github = jekyll/jekyll

gets auto-completed to

link = https://github.com/jekyll/jekyll
feed = https://github.com/jekyll/jekyll/commits/master.atom

Rubygems

rubygems = jekyll

gets auto-completed to

link = http://rubygems.org/gems/jekyll
feed = http://rubygems.org/gems/jekyll/versions.atom

License

The pluto-update scripts are dedicated to the public domain. Use it as you please with no restrictions whatsoever.

Questions? Comments?

Send them along to the wwwmake Forum/Mailing List. Thanks!