Published 1 year, 11 months 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 2 years, 6 months 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 2 years, 11 months 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.
Published 3 years ago.
Tagged: markdown python
I've just released my first try at an Abbreviation Extension for Python-Markdown. Here's how it came about.
Published 3 years, 9 months ago.
Tagged: markdown python
The Markdown CodeHilite Extension adds code/syntax highlighting to standard Python-Markdown code blocks using one of three highlighting engines: GNU Enscript, dp.SyntaxHighlighter and Pygments. Check it out or keep reading to see how it all came about.