DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:akismet

This is an old revision of the document!


Akismet Plugin

Compatible with DokuWiki

No compatibility info given!

plugin Use Akismet to check for spam

Last updated on
2006-11-09
Provides
Action

The missing download url means that this extension cannot be installed via the Extension Manager. Please see Publishing a Plugin on dokuwiki.org. Recommended are public repository hosts like GitHub, GitLab or Bitbucket.

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Tagged with discussion, embed, spam

This plugin uses the WordPress 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. — Andreas Gohr 2006-11-09 21:17

Download

Configuration

You need an API key, which you can get for free when 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;
plugin/akismet.1254931718.txt.gz · Last modified: 2009-10-07 18:08 by laynee

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