a 2-day bloggart hackathon
Over the past 2 days, I've been adding a few topics branches/features to my bloggart fork.
-
rc/atom-last-modified: use the regeneration-time date in the
<updated>
field. This is mostly useful for developers hacking theatom.xml
template. -
rc/feedburner: integration for Feedburner. Requests to
/feeds/atom.xml
are automatically 302-redirected to your Feedburner-ed feed. - rc/fix-atom: fix for dates in atom feeds
-
rc/fix-post-deploy-regen: fix for apples-to-oranges comparison. I noticed the app was racking up lots of CPU when visiting
/admin/
after a new deployment (withappcfg.py update
) - turns out thatpost_deploy.regenerate_all()
was incorrectly triggering a complete regeneration. - rc/regen-sel: selectively regenerate portions of your blog. This is mostly useful for developers making changes to templates/views.