2011-01-31 05:46:45 +00:00
|
|
|
ConfirmEdit extension for MediaWiki
|
2006-06-12 19:56:17 +00:00
|
|
|
|
2011-01-31 05:46:45 +00:00
|
|
|
This extension provides various CAPTCHA tools for MediaWiki, to allow
|
|
|
|
for protection against spambots and other automated tools.
|
2006-06-12 19:56:17 +00:00
|
|
|
|
2011-01-31 05:46:45 +00:00
|
|
|
For more information, see the extension homepage at:
|
|
|
|
http://www.mediawiki.org/wiki/Extension:ConfirmEdit
|
2006-06-12 19:56:17 +00:00
|
|
|
|
2011-01-31 05:46:45 +00:00
|
|
|
== Overview ==
|
2006-06-12 19:56:17 +00:00
|
|
|
|
2011-01-31 05:46:45 +00:00
|
|
|
The following modules are included in ConfirmEdit:
|
2006-06-12 19:56:17 +00:00
|
|
|
|
2011-01-31 05:46:45 +00:00
|
|
|
* SimpleCaptcha - users have to solve an arithmetic math problem
|
|
|
|
* MathCaptcha - users have to solve a math problem that's displayed as
|
|
|
|
an image
|
|
|
|
* FancyCaptcha - users have to identify a series of characters, displayed
|
|
|
|
in a stylized way
|
|
|
|
* QuestyCaptcha - users have to answer a question, out of a series of
|
|
|
|
questions defined by the administrator(s)
|
|
|
|
* ReCaptcha - users have to identify a series of characters, either
|
|
|
|
visually or audially, from a widget provided by the reCAPTCHA service
|
2006-06-12 19:56:17 +00:00
|
|
|
|
2011-01-31 05:46:45 +00:00
|
|
|
== License ==
|
2006-06-12 19:56:17 +00:00
|
|
|
|
2011-01-31 05:46:45 +00:00
|
|
|
ConfirmEdit is published under the GPL license.
|
2012-08-16 21:21:50 +00:00
|
|
|
|
2011-01-31 05:46:45 +00:00
|
|
|
== Authors ==
|
2006-06-12 19:56:17 +00:00
|
|
|
|
2011-01-31 05:46:45 +00:00
|
|
|
The main framework, and the SimpleCaptcha and FancyCaptcha modules, were
|
|
|
|
written by Brion Vibber.
|
2006-06-12 19:56:17 +00:00
|
|
|
|
2011-01-31 05:46:45 +00:00
|
|
|
The MathCaptcha module was written by Rob Church.
|
2006-06-12 19:56:17 +00:00
|
|
|
|
2011-01-31 05:46:45 +00:00
|
|
|
The QuestyCaptcha module was written by Benjamin Lees.
|
2006-06-12 19:56:17 +00:00
|
|
|
|
2011-01-31 05:46:45 +00:00
|
|
|
The reCAPTCHA module was written by Mike Crawford and Ben Maurer.
|
2009-07-19 15:13:01 +00:00
|
|
|
|
2011-01-31 05:46:45 +00:00
|
|
|
Additional maintenance work was done by Yaron Koren.
|
2013-04-18 00:26:56 +00:00
|
|
|
|
|
|
|
== Changelog ==
|
|
|
|
|
|
|
|
= Version 1.2
|
|
|
|
Fixes bug 46132 - ConfirmEdit fatal error when using MathCaptcha and current Math extension.
|
|
|
|
See <https://bugzilla.wikimedia.org/show_bug.cgi?id=46132>.
|