1 StatusNet reCAPTCHA plugin 0.2 8/3/09
2 ====================================
3 Adds a captcha to your registration page to reduce automated spam bots registering.
6 1. Get an API key from http://recaptcha.net
9 include_once('plugins/recaptcha/recaptcha.php');
10 $captcha = new recaptcha(publickey, privatekey, showErrors);
15 0.2 Work around for webkit browsers
20 The reCAPTCHA PHP Lirary helps you use the reCAPTCHA API. Documentation
21 for this library can be found at
23 http://recaptcha.net/plugins/php