AntiWikiSpamPlugin
lightweight wiki spam preventionOn this page:
Stop your wiki getting spammed
This plugin attempts to reduce the instance of Wiki Spam by using the MoinMoin AntiSpamGlobalSolution regex's. Anytime it detects that a saved page contains a string in the regex list, it only refuses to save it. Major premise is not to create any unnecessary load on the server and not to use excess server resources by holding connections open. All its processing is only done on save, or on attach. (Foswiki:Extensions/BlackListPlugin does alot of processing on every topic operation, including view) It uses a timeout on save to check if the list has changed, so if there are no saves, there is no un-needed network traffic. To manually update the list, click hereInstallation Instructions
You do not need to install anything in the browser to use this extension. The following instructions are for the administrator who installs the extension on the server. Open configure, and open the "Extensions" section. Use "Find More Extensions" to get a list of available extensions. Select "Install". If you have any problems, or if the extension isn't available inconfigure, then you can still install manually from the command-line. See http://foswiki.org/Support/ManuallyInstallingExtensions for more help.
Info
| Author(s): | Foswiki:Main.SvenDowideit - http://fosiki.com |
| Copyright: | © 2005-2009 SvenDowideit@fosiki.com |
| License: | GPL 3 (Gnu General Public License) |
| Version: | 1741 (04 Jan 2009) |
| Change History: | |
| 4 Jan 2009: | updated for Foswiki v1.0 |
| 4 Sep 2007: | updated to 4.2 |
| 22 Jul 2006: | resurected it for TWiki 4.0 due to demand for a low resource Anti Spam? solution |
| 22 Aug 2005: | Initial version |
| Dependencies: | None |
| Home page: | http://foswiki.org/bin/view/Extensions/AntiWikiSpamPlugin |