Prrarf 0.2

I'm still working on my pyblagg (I plan on calling it "a pyblagg" as one description of what it is, but as you might guess it's actually called Prrarf), which Joshua mentioned wanting a copy of when it works. Currently it's telling its Blosxom 2 plugin component there are 442 new items to show, and Blosxom says so at the end of the entries function, but then Blosxom only shows 40-odd entries. Guh.

Plus Stapler.py and game thing and wishlist site and yadda yadda.

Update 00:03: 40 is Blosxom's default $num_entries. Duh. Seems to be working fine now.

Update 01:22: rssparser doesn't handle 2.0, so it doesn't do comments tag, which I want. So I guess I should fix that. I'm tempted to make it read everything unrecognized into the item dicts too, so I wouldn't have to mess inside rssparser whenever I wanted to look at a particular tag. But I don't know how possible that is.

Also, after reading the XML.com Dive Into XML piece about the parser, I'm tempted to wrap a first-attack XML parser-based cruncher around it, that adds "good":1 to the dict, so I can display noncompliant feeds in red or whatever. Does anyone have one of those?