Version 1.1: Asirra module added

This commit is contained in:
Yaron Koren 2011-07-12 17:27:56 +00:00
parent 44d03e206a
commit 8a3bc55dd8
Notes: Yaron Koren 2011-07-12 17:27:56 +00:00
2 changed files with 5 additions and 1 deletions

View file

@ -42,7 +42,7 @@ $wgExtensionCredits['other'][] = array(
'name' => 'ConfirmEdit',
'author' => array( 'Brion Vibber', '...' ),
'url' => 'http://www.mediawiki.org/wiki/Extension:ConfirmEdit',
'version' => '1.0',
'version' => '1.1',
'descriptionmsg' => 'captcha-desc',
);

4
README
View file

@ -19,6 +19,8 @@ in a stylized way
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 ==
@ -35,4 +37,6 @@ 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.