From: Jeff D. <da...@da...> - 2002-10-30 22:57:47
|
There are two nearly completely orthogonal branches of RSS. o RSS 0.9x, and RSS 2.0 (the "Dave Winer" specs) (non-RDF). o RSS 1.0 (a subset of RDF). Note that the numbering scheme is not completely chronological (nor, even, logical.) > Postnuke's code for reading RSS doesn't quite grok the phpWiki > recentchanges feed, whether the feed be from the phpWiki site on > sourceforge, or that generated by the module on the ISSHO Kikaku site > (running Postnuke). Is postnuke supposed to be able to grok RSS 1.0? > In the meantime, > might there be some older phpWiki code that I might use > to generate something in a shade of 0.9 or otherwise less > state-of-the-art? Support for RSS 0.91 has been in PhpWiki since 1.3.3, but it looks like the postnuke version was forked before that. (It's accessed using a format=rss091 rather than format=rss query arg.) > Also, note that at least one validator didn't like > what it saw in the current phpWiki feed. At first look, that looks like a 0.9x, 2.0 centric validator, so it's no surprise it doesn't like RDF 1.0. I'll look into a bit more, though... Thanks for the heads up. |