Checked in! Warning... I wrote this code yesterday. It's very rough and definitely has bugs. It is quite incomplete at the moment. I will be fleshing it out over the coming weeks but feel free to get in and play around as well.
The way this works is simple... once the build script that I have yet to write builds the jar, folks simply need to drop that jar into the classpath. They can then start parsing RSS feeds. There are limitations and peculiarities to the API mapping that I will document once I've figured them all out ;-). This code is designed only to read RSS feeds and not produce them, so all mod operations will (eventually) result in an UnsupportedOperationException. The idea is to get something that works reasonable well with as many RSS feeds as possible, not necessary to get something that works perfectly with all RSS feeds. - James Ugo Cei wrote: > > On May 30, 2007, at 5:30 PM, James M Snell wrote: > >> It is implemented just like any other extension and requires no >> modifications to the core Abdera code. It's not 100% complete yet, but >> I wanted to check to see if there would be interest in checking it in to >> the project, perhaps in a "contrib" module. > > I am very much interested in it. I thought about doing something similar > a while ago, but never found the time, so +1 from me. > > Ugo > >
