Published 6 days, 12 hours ago.
Tagged: anti-spam django python
I've just released Django-SpamBayes v0.1 which includes a few utility apps for Django that offer an easy to use interface to the SpamBayes statistical anti-spam filter allowing filtering and moderation (with training) of comments, contact forms and other publicly submitted data.
Currently, two applications are available: DjangoBayes, which wraps the Django model and provides the SpamBayes API; and CommentBayes, which is an add-on to Django's contrib.comments application and provides filtering and moderation of comments through signals.
Published 7 months, 3 weeks ago.
Tagged: markdown python
Greg Wilson has posted a code review of Python-Markdown. As I'm one of the developers, I read it with interest. This is my response.
Published 8 months, 1 week ago.
Tagged: linux Ubuntu VirtualBox
How I got VirtualBox running on Ubuntu 7.10 (Gutsy Gibbon).
Published 1 year ago.
Tagged: markdown python
I've just released a Meta-Data Extension for Python-Markdown. I've also updated the WikiLink and Abbreviation extensions to support it. Here's how it came about.