I switched to pyblosxom recently. While switching, i found out, that pyblosxom has no real rss2 support, so i head to write the templates myself. Also neither blosxom nor pyblosxom support support pubDate statement in the head, so i had to hack the w3cdate a bit. I found out, i was not the only one with this problem. Doug Ransom posted this also recently to the pyblosxom user mailing list. I didn’t took the official w3cdate plugin, as this only gives back date in ISO8601 format. I prefere a more readable date, so i took time.strftime("%a, %d %b %Y %H:%M:%S", time_tuple). And sorry in advance, if this switch might flood planet.. :(