
Ever thought that parsing feeds was a complex task? Not in Ruby! Using the Feed Normalizer library (a wrapper for other feed processing libraries), Ilya Grigorik demonstrates how you can create a complete RSS / Atom feed aggregator in 26 lines of code, including renderer!

Comments
GregH ·
Hi - do you know if there is a library that makes parsing specific areas of a web-page for changes simpler? (i.e. only in HTML, no specific XML or RSS format)
Greg
Peter Cooper ·
Yes. Scrubyt.
Sandro ·
Amazing !! Why we don't create a sort of 'write-a-specific-app-in-the-less-line-of-codes-you-can' contest ?? Could be fun !