HTML2RSS

This script is for NetNewsWire (NNW).
This will, more or less, turn any web page into a new feed.  When ran,
it checks to see if the page has changed.  If it has, it makes a new
feed entry with the page.

To use it, drop the script somewhere.  Make sure that the script is
executable. ('chmod +x html2rss.rb' from Terminal is one way to do
this.) Then in NNW, select the File > New Special Subscription >
Script... menu item.  Pick the scipt. Then in the info panel for the
script, set the script type to "Shell" and put the URL of the web page
you want to track into the Args box. Repeat for as many pages as you
want to monitor.

This script wants ruby version 1.6 or later. (Ruby 1.6 is included with
MacOS 10.3.7, possibly other versions of 10.3.)

I use this script for web comics.  There are so many nifty ones that
only update when the authors have time that it just sucks to continually
check the page.  So I wrote this script.

