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

[viennarb]
  title = vienna.rb Blog
  link  = http://vienna-rb.at
  feed  = http://vienna-rb.at/atom.xml

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

Shortcuts / Helpers

Meetup

meetup = vienna-rb

gets auto-completed to

link = http://www.meetup.com/vienna-rb
feed = http://www.meetup.com/vienna-rb/events/rss/vienna.rb/

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 Planet Pluto and Friends Forum/Mailing List. Thanks!