diff options
author | Eric Helgeson <erichelgeson@gmail.com> | 2009-08-03 16:39:10 -0500 |
---|---|---|
committer | Eric Helgeson <erichelgeson@gmail.com> | 2009-08-03 16:39:10 -0500 |
commit | ff6e976d0315c57fc5b7e31845e9a3bad4f095bc (patch) | |
tree | 68bed209dfb73aef9cced9e7e72e6934c460b9f9 /plugins/recaptcha/README | |
parent | d0b85d3ad2cb8244a62489742706ad95b78ef4eb (diff) |
Added the 0.2 recaptcha plugin. Should work in all browsers. Please test.
Diffstat (limited to 'plugins/recaptcha/README')
-rw-r--r-- | plugins/recaptcha/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/plugins/recaptcha/README b/plugins/recaptcha/README new file mode 100644 index 000000000..3100f697e --- /dev/null +++ b/plugins/recaptcha/README @@ -0,0 +1,23 @@ +Laconica 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.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 |