akismetcomments - Rejects comments using akismet...¶
Install¶
Requires the comments
plugin.
This plugin comes with Pyblosxom. To install, do the following:
Add
Pyblosxom.plugins.akismetcomments
to theload_plugins
list in yourconfig.py
file.Install the
akismet
library. You can get it at http://www.voidspace.org.uk/python/modules.shtml#akismetSet 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.
History¶
This plugin merges the work done on the akismetComments.py
plugin
by Blake Winton with the the akismet.py
plugin by Benjamin Mako
Hill.
License¶
Plugin is distributed under license: GPLv2