Go to file
2011-02-05 20:11:54 +00:00
captcha.py Correct the address of the FSF in extension GPL headers 2010-06-21 13:45:17 +00:00
ConfirmEdit.alias.php Localisation updates from translatewiki.net 2010-10-31 17:55:47 +00:00
ConfirmEdit.i18n.php Localisation updates for core and extension messages from translatewiki.net (2011-02-05 19:57:00 UTC) 2011-02-05 20:11:54 +00:00
ConfirmEdit.php * (bug 27083) Extension info for Special:Version can include '...' as a special value which is turned into the localized 'others' used for Special:Version author lists. 2011-02-05 00:58:07 +00:00
ConfirmEdit_body.php Another big cull on unused variables and such 2010-10-29 21:55:29 +00:00
FancyCaptcha.class.php (Bug 24730) - add a "delete on success" option. 2010-08-29 13:31:31 +00:00
FancyCaptcha.i18n.php Follow-up r81552: Remove . at end of desc message for consistency 2011-02-05 08:49:12 +00:00
FancyCaptcha.php (Bug 24730) - add a "delete on success" option. 2010-08-29 13:31:31 +00:00
MathCaptcha.class.php Start removing/fixing calls to deprecated methods in WMF used extensions 2010-10-29 15:14:44 +00:00
MathCaptcha.php Big changes to extensions' documentation: 2010-06-06 15:12:22 +00:00
QuestyCaptcha.class.php Remove some more unused globals/variables 2010-07-26 21:42:17 +00:00
QuestyCaptcha.i18n.php Follow-up r81552: Remove . at end of desc message for consistency 2011-02-05 08:49:12 +00:00
QuestyCaptcha.php Correct the address of the FSF in extension GPL headers 2010-06-21 13:45:17 +00:00
README Overhauled, to serve as a README for the entire extension 2011-01-31 05:46:45 +00:00
ReCaptcha.i18n.php Localisation updates for core and extension messages from translatewiki.net (2011-02-04 20:33:00 UTC) 2011-02-04 21:04:49 +00:00
ReCaptcha.php Followup r81231, r81229 2011-01-31 09:50:27 +00:00
recaptchalib.php Followup r81231, r81229 2011-01-31 09:50:27 +00:00

ConfirmEdit extension for MediaWiki

This extension provides various CAPTCHA tools for MediaWiki, to allow
for protection against spambots and other automated tools.

For more information, see the extension homepage at:
http://www.mediawiki.org/wiki/Extension:ConfirmEdit

== Overview ==

The following modules are included in ConfirmEdit:

* 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

== License ==

ConfirmEdit is published under the GPL license.
 
== Authors ==

The main framework, and the SimpleCaptcha and FancyCaptcha modules, were
written by Brion Vibber.

The MathCaptcha module was written by Rob Church.

The QuestyCaptcha module was written by Benjamin Lees.

The reCAPTCHA module was written by Mike Crawford and Ben Maurer.

Additional maintenance work was done by Yaron Koren.