DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:akismet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
plugin:akismet [2006-10-22 16:00] – created andiplugin:akismet [2009-10-07 18:08] – tag cleanup laynee
Line 1: Line 1:
 +====== Akismet Plugin ======
 +
 +---- plugin ----
 +description: Use Akismet to check for spam
 +author     : Andreas Gohr
 +email      : andi@splitbrain.org
 +type       : action
 +lastupdate : 2006-11-09
 +compatible : 
 +depends    : 
 +conflicts 
 +similar    : 
 +tags       : spam, discussion, embed
 +----
 +
 +This plugin uses the WordPress [[http://www.akismet.com|Akismet]] webservice to protect the Wiki against spam.
 +
 +:!: After running this plugin for a while in the dryrun mode it proved to be pretty useless because of too many false positives. It is not recommended to use this plugin.  --- //[[andi@splitbrain.org|Andreas Gohr]] 2006-11-09 21:17//
 +
 +===== Download =====
 +
 +  * {{plugin:akismet-plugin-2006-11-09.tgz}} - bug fixed, should work now
 +  * {{plugin:akismet-plugin-2006-10-20.tgz}} - does not work because of a bug
 +
 +===== Configuration =====
 +
 +You need an API key, which you can get for free when [[http://wordpress.com/signup/|signing up]] at wordpress.com. Enter the key in the Config Manager or set it manually in your local.conf:
 +
 +  $conf['plugin']['akismet']['apikey'] = 'xxxxxxxxxxxxx';
 +
 +To get notified when an edit is blocked fill your email address into the ''notify'' option.
 +
 +  $conf['plugin']['akismet']['notify'] = 'you@example.com';
 +
 +To enable the real blocking set ''dryrun'' to off. Otherwise you will only be notified but the edit will not be blocked.
 +
 +  $conf['plugin']['akismet']['dryrun'] = 0;
  

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki