I am looking for a news aggregator that will remain fully able to read all my feeds even after dropping in new code.
Hope that made some sense? Sorry, my english is not so good.
Damn ! I'm still writing my own aggregator and i'm not already supporting Atom. So i passed the feed into the Atom2rss of 2RSS.com and then I subscribe to the RSS 2.0 generated feed. And ... it's working. Wow, will I success with parsing directly the Atom feed ?
Sam,
Is there a central location for ATOM tests? I'm finding it hard to keep track of the various tests on Mark Pilgrim's server and on your machine. At the very least is there a wiki page pointing out where all the tests you've done so far are?
I've converted yesterday's utf-8 tests to utf-16 (technically utf-16le, complete with the approrpriate BOM). For those that want to play along with RSS, there also are RSS 1.0, RSS 2.0, and RSS 2.0 + Atom versions....
[more]
Firefox fails 6, 7, 10, 11, 13 and 14
IE fails 6, 10 and 13
SharpReader passes all tests.
Martin: I assume you just opened the link itself in SharpReader's mini-browser, which uses IE's rendering and therefore fails 6, 10 and 13. If you open it as a feed in SharpReader you'll see it all renders correctly (btw I did not actually try this test-feed in #R 0.9.4.0, but this part of the #R codebase has not changed in ages)
unlike I'm missing something, browsers rendering the feed using XML+CSS have no chance to properly handle mode="escaped" (maybe that should tell us something about the sanity of that concept :-).
Now that I've accomplished something tangible as a member of the RSS Advisory Board -- when the history books are written, let this serve as notice that Rogers Cadenhead authored the RSS 2.0 example file -- I think it's time to reveal my hidden...
Now that I've accomplished something tangible as a member of the RSS Advisory Board -- when the history books are written, let this serve as notice that Rogers Cadenhead authored the RSS 2.0 example file -- I think it's time to reveal my hidden...
This post will contain some tips on how to set up your web development process to use UTF-8 end to end. What happened was, I saw a pair of posts by Sam Ruby (Unicode and weblogs, Aggregator i18n tests). I can be a bit of a careful (read: slow)...
I would share Charles's concern. On the plus side, I'm pleased to see utf-8 used consistently throughout (in both the content and the HTTP headers, and in both the html and feed). I'm also delighted to see feed autodiscovery being used. If you have...
[more]
I’ve been rewriting the Atom parser in NetNewsWire 2.0—and I just got it to pass the internationalization tests Sam Ruby posted earlier this year. The screen shot looks funny, but it’s actually an indication that the tests passed. I’m looking for...