Hi!
> testing (Rogers - if you're reading this, keep using the comment
> monitor for
> the moment - it makes much smaller RSS!). It also appears broken in
Yep, maybe an option to leave out the description? So it only transfers
title and link? And I think the timelimit should be implemented, too.
Maybe with a quite large timeframe, 14 days or something like that.
> Internet Explorer; there's something dodgy in the XML somewhere ...
Hmm. Looks like some char-problem again. I thought I can just use your
comment feed stuff, as it uses CDATA[[]] to encapsulate body
information, but it looks like that isn't enough to keep XML parsers
happy. It's a chr(0xa0) in a comment. It will go away as soon as I put
the iso-8859-1 header in there. That wasn't in the comments/rss.py -
looks like it works after that addition (at least with my -
umlaut-infested - feed).
Ok, the following changes are checked in:
- full=1 delivers now a feed with shortened description elements (only
first 40 bytes)
- full=2 delivers now a feed with full description elements
- full=3 delivers the same as full=2, but delivers _all_ comments. the
lower levels only deliver the last 14 days of comments
When you update your server, we can look how that works with Rogers
feed. full=1 should be highly reduced, I think.
bye, Georg
|