diff options
author | Eric Helgeson <erichelgeson@gmail.com> | 2009-11-16 11:44:31 -0500 |
---|---|---|
committer | Eric Helgeson <erichelgeson@gmail.com> | 2009-11-16 11:44:31 -0500 |
commit | d080afebbe835c70ed5b6937f71df5a36aeb906e (patch) | |
tree | dee41f69dc9952492b603ea1a3e07e266bae5d17 /plugins/recaptcha/README | |
parent | 0e7dd81a6cf38c879f24f476411104d67b9eb177 (diff) |
Refactored Recaptcha plugin to use addPlugin()
Also nicer log messages
Diffstat (limited to 'plugins/recaptcha/README')
-rw-r--r-- | plugins/recaptcha/README | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/plugins/recaptcha/README b/plugins/recaptcha/README deleted file mode 100644 index b996f96cc..000000000 --- a/plugins/recaptcha/README +++ /dev/null @@ -1,23 +0,0 @@ -StatusNet reCAPTCHA plugin 0.2 8/3/09 -==================================== -Adds a captcha to your registration page to reduce automated spam bots registering. - -Use: -1. Get an API key from http://recaptcha.net - -2. In config.php add: -include_once('plugins/recaptcha/recaptcha.php'); -$captcha = new recaptcha(publickey, privatekey, showErrors); - -Changelog -========= -0.1 initial release -0.2 Work around for webkit browsers - -reCAPTCHA README -================ - -The reCAPTCHA PHP Lirary helps you use the reCAPTCHA API. Documentation -for this library can be found at - - http://recaptcha.net/plugins/php |