NAME
Kwiki::Scode - Saves you from Wiki spammer.
INSTALLATION
To use this plugin, you need to add this TWO lines into your plugins
file:
Kwiki::Scode
Kwiki::Edit::Score
And remove Kwiki::Edit
from that file. Kwiki::Edit::Score
take places of Kwiki::Edit
, and only update page content when captcha code is verified correct.
DESCRIPTION
Scode (or Captcha) is a facility to prevent web spammers from posting abusing content to your website. Anyone who wants to edit wiki page are now required to input a verification code from an image. Thus make any spam-bot difficult to reconized that verifcation code.
This plugin make use most of MT::Scode
plugin code, and adapt to Kwiki::Edit
, so it can help you if your site is suffered from annoeying wiki spammers.
CREDITS
MT::Scode
Copyright (c) 2003, James Seng. (http://james.seng.cc/)
SEE ALSO
MT::Scode at http://james.seng.cc/archives/000145.html
For explanation of Captcha, http://en.wikipedia.org/wiki/Captcha
COPYRIGHT
Copyright 2004 by Kang-min Liu <gugod@gugod.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See <http://www.perl.com/perl/misc/Artistic.html>