Author: xor Date: 2008-11-16 04:51:58 +0000 (Sun, 16 Nov 2008) New Revision: 23637
Modified: trunk/plugins/WoT/introduction/captcha/ReCaptchaFactory.java Log: More ideas. Modified: trunk/plugins/WoT/introduction/captcha/ReCaptchaFactory.java =================================================================== --- trunk/plugins/WoT/introduction/captcha/ReCaptchaFactory.java 2008-11-16 04:45:45 UTC (rev 23636) +++ trunk/plugins/WoT/introduction/captcha/ReCaptchaFactory.java 2008-11-16 04:51:58 UTC (rev 23637) @@ -11,9 +11,13 @@ /** * Suggested captcha factory based on http://recaptcha.net/ - * We would only need to find a decent way of anonymizing the requests using a public anonymization gateway or whatever - * of course. Maybe someone has an idea? Public tor proxies? + * We would only need to find a decent way of anonymizing the requests using a public anonymization gateway or whatever of course. Maybe + * someone has an idea? Public tor proxies? * + * We could also ask the recaptcha people to run their own seed identity for us which provides insane amounts of captchas per day. + * + * First thing we could do: Just implement the ReCaptchaFactory without anonymization and make our seed identity only insert recaptchas. + * * Description: * reCAPTCHA improves the process of digitizing books by sending words that cannot be read by computers to the Web in the form of CAPTCHAs * for humans to decipher. More specifically, each word that cannot be read correctly by OCR is placed on an image and used as a CAPTCHA. _______________________________________________ cvs mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
