Working on getting bzero to generate RSS 0.94. Is Second p0st’s feed working?
RSS 0.94 has some nice new things. Posts can now have a ‘guid’ attribute, which (in a roundabout way) lets you tell people about the permalink for the post. For the moment I’ll make this the same as the ‘link’ attribute. I realised I wasn’t generating ‘title’ or ‘link’ attributes at all; that’s fixed now. Oops!
There’s also a place to note where to go to get the comments for the post. I’ve been putting that in as a little link marked ‘Comments’ at the bottom of each article, but now it’s machine-readable as well.
In short: I like it. Not quite perfect, but a nice incremental improvement.
One suggestion: clarify ‘link’ and ‘guid’. How about adding ‘permalink’ and making it ALWAYS contain the permalink, then making ‘guid’ optional? That way, when someone puts together some weird mirroring system that has a non-URL GUID, it will fit in nicely. Although maybe we don’t need non-URL GUIDs anyway … hmm. Something to think about.