DBDigital / nookapps

Automatically exported from code.google.com/p/nookapps Please note I am not a developer. I only created this to prevent the code from being lost with the shutdown of GoogleCode. If you wish to work on this, contact me and I will add you. :)
0 stars 0 forks source link

Possible to add RDF feed support #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi kb,

Trook works with most RSS feeds which are not RDF-type.

Is it possible to add support for RDF-type RSS feeds that begin with:
<rdf:RDF xmlns:rdf=...

BTW: While trook works with most RSS feeds, I found that it does not support 
some RSS feeds such as the Scientific American, for example:
http://rss.sciam.com/sciam/feature-articles

Anyway, thanks once again for this great app as it makes nook reading a real 
pleasure.

Original issue reported on code.google.com by ttn...@gmail.com on 3 Feb 2010 at 11:53

GoogleCodeExporter commented 8 years ago
Thanks ttnews! The RSS parsing needs much improvement -- I'm starting to clean 
out
the parsing code and add some test cases. I'll add the sciam feed as a test, 
and will
take a look at the RDF feeds as well while I'm at it.

Original comment by kbsriram on 4 Feb 2010 at 3:32

GoogleCodeExporter commented 8 years ago
Thanks kb! I am now using v38, and trook are fine with the sciam feeds now. It 
seems 
the sciam feeds are not good yesterday:)  

Original comment by ttn...@gmail.com on 4 Feb 2010 at 4:46

GoogleCodeExporter commented 8 years ago
Great -- thanks for the update.

I added a sample sciam feed to (some very basic) test cases for parsing, and was
scratching my head trying to duplicate the problem. The RDF style feeds are 
currently
passing some basic tests at least, so hopefully there'll be something usable 
with the
next set of checkins.

Original comment by kbsriram on 5 Feb 2010 at 1:30

GoogleCodeExporter commented 8 years ago
rev 45 should have the rdf code incorporated -- if you see failed feeds, could 
you
paste the output/url as a new issue? Thanks!

Original comment by kbsriram on 8 Feb 2010 at 2:28