Go to file
Translation updater bot 36fb0d73bd Localisation updates from http://translatewiki.net.
Change-Id: I441f02d53e583333f1e392ee735479a4995a6656
2012-05-01 18:37:55 +00:00
.gitreview Adding .gitreview 2012-03-23 10:18:11 -07:00
Asirra.class.php stylize.php, some indentation fixes and some brackets added. 2012-01-12 08:58:40 +00:00
Asirra.i18n.php Localisation updates for core and extension messages from translatewiki.net 2012-02-21 21:17:58 +00:00
Asirra.php Re-committing Asirra module after cleanup. 2011-12-09 16:10:27 +00:00
Captcha.php fix < 1.19 compat, or at least some of it :) 2012-03-18 16:07:21 +00:00
captcha.py Correct the address of the FSF in extension GPL headers 2010-06-21 13:45:17 +00:00
CaptchaStore.php stylize.php, some indentation fixes and some brackets added. 2012-01-12 08:58:40 +00:00
ConfirmEdit.alias.php Localisation updates for special pages and magic words for extensions from http://translatewiki.net. 2011-12-25 22:19:29 +00:00
ConfirmEdit.i18n.php Localisation updates from http://translatewiki.net. 2012-05-01 18:37:55 +00:00
ConfirmEdit.php Bug 34354 - Move ConfirmEdit into antispam extension group 2012-02-13 14:08:07 +00:00
ConfirmEditHooks.php stylize.php, some indentation fixes and some brackets added. 2012-01-12 08:58:40 +00:00
ext.confirmedit.asirra.js Re-committing Asirra module after cleanup. 2011-12-09 16:10:27 +00:00
FancyCaptcha.class.php MFT r114675; infinite loop fix 2012-04-09 16:02:21 -07:00
FancyCaptcha.i18n.php Localisation updates from http://translatewiki.net. 2012-05-01 18:37:55 +00:00
FancyCaptcha.php stylize.php, some indentation fixes and some brackets added. 2012-01-12 08:58:40 +00:00
HTMLCaptchaField.php stylize.php, some indentation fixes and some brackets added. 2012-01-12 08:58:40 +00:00
MathCaptcha.class.php stylize.php, some indentation fixes and some brackets added. 2012-01-12 08:58:40 +00:00
MathCaptcha.php Easier installation: is now automaticaly set for every additional plugin. 2011-10-14 23:09:19 +00:00
QuestyCaptcha.class.php apply patch from Bug 32501 - [QuestyCaptcha] Help page is broken 2011-12-01 16:24:49 +00:00
QuestyCaptcha.i18n.php Localisation updates from http://translatewiki.net. 2012-05-01 18:37:55 +00:00
QuestyCaptcha.php Easier installation: is now automaticaly set for every additional plugin. 2011-10-14 23:09:19 +00:00
README Version 1.1: Asirra module added 2011-07-12 17:27:56 +00:00
ReCaptcha.class.php fix < 1.19 compat, or at least some of it :) 2012-03-18 16:07:21 +00:00
ReCaptcha.i18n.php Localisation updates from http://translatewiki.net. 2012-04-19 21:44:22 +00:00
ReCaptcha.php stylize.php, some indentation fixes and some brackets added. 2012-01-12 08:58:40 +00:00
recaptchalib.php stylize.php, some indentation fixes and some brackets added. 2012-01-12 08:58:40 +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
* Asirra - users have to identify the cats in a set of photos of cats
and dogs, from a widget provided by the Microsoft Asirra 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.

The Asirra module was written by Bachsau.

Additional maintenance work was done by Yaron Koren.