summaryrefslogtreecommitdiff
path: root/extensions/ConfirmEdit/README
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2015-12-20 09:00:55 +0100
committerPierre Schmitz <pierre@archlinux.de>2015-12-20 09:00:55 +0100
commita2190ac74dd4d7080b12bab90e552d7aa81209ef (patch)
tree8b31f38de9882d18df54cf8d9e0de74167a094eb /extensions/ConfirmEdit/README
parent15e69f7b20b6596b9148030acce5b59993b95a45 (diff)
parent257401d8b2cf661adf36c84b0e3fd1cf85e33c22 (diff)
Merge branch 'mw-1.26'
Diffstat (limited to 'extensions/ConfirmEdit/README')
-rw-r--r--extensions/ConfirmEdit/README44
1 files changed, 0 insertions, 44 deletions
diff --git a/extensions/ConfirmEdit/README b/extensions/ConfirmEdit/README
deleted file mode 100644
index 7a331e6b..00000000
--- a/extensions/ConfirmEdit/README
+++ /dev/null
@@ -1,44 +0,0 @@
-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.
-
-== 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>.