Requires the comments plugin.
This plugin comes with Pyblosxom. To install, do the following:
Add Pyblosxom.plugins.akismetcomments to the load_plugins list in your config.py file.
Install the akismet library. You can get it at http://www.voidspace.org.uk/python/modules.shtml#akismet
Set up a Wordpress.com API key. You can find more information from http://faq.wordpress.com/2005/10/19/api-key/ .
Use this key to put put the following line into your config.py file:
py['akismet_api_key'] = 'MYKEYID'
Add $(comment_message) to the comment-form template if it isn’t there already.
When akismetcomments rejects a comment, it’ll populate that variable with a message explaining what happened.
This plugin merges the work done on the akismetComments.py plugin by Blake Winton with the the akismet.py plugin by Benjamin Mako Hill.
Plugin is distributed under license: GPLv2
acronyms - Marks acronyms and abbreviations in...
check_blacklist - Rejects comments using a word black...
Enter search terms or a module, class or function name.