Hello,
I just saw the RSS behavior made by Andrew H.: I actually did
something very similar a few days ago, maybe you find it useful. It uses
the FeedParser library (http://home.gna.org/ruby-feedparser/) that seems
to be able to parse more feeds than Simple-RSS.
It introduces a few item-specific tags, so that you can customize the
resulting output, like in this example:
Ale’s lower level behavior is exactly the sort of thing I was talking
about in the second part of my original message so I don’t need to go to
the trouble of writing one now, since it’s already done!
How would I go about modifying this plugin to use feed_tools, instead of
feedparser? I thought it would be as simple as changing the “require”
and Class, but it wasn’t
Can someone point me in the right direction for a FeedParser gem or
repository. I missed where to get it from and Google hasn’t yielded
anything useful yet.
BTW, I downloaded the plugin off the ThirdPartyBehaviors page and it
looked like it was already properly setup as a plugin so I didn’t see
why I would need to generate a plugin for it as described above.
It is however crashing my install at the moment and rake says it
doesn’t know where to go to get feedparser.