Well, I've cleaned up the Django app that runs this blog. If you look at it, you need to read the README file first. Trust me.
Highlights:
- Comments system that uses akismet to filter spam. After-the-fact comment filtering.
- RSS feeds on a per-tag basis and one of recent entries.
- Uses only the Django admin.
- Uses django-svn revision 5994. Probably broken with current versions.
- Shamelessly used calendar snippet.
-
Provided templates that assume all sorts of CSS you probably aren't using! Luckily you only really need to override
templates/blog/entry_abbr.html,templates/blog/entry.html, andtemplates/blog/calendar.html.
Available at hg.scottr.org via Mercurial: hg clone http://hg.scottr.org/blog

