summaryrefslogtreecommitdiff
path: root/plugins/recaptcha/README
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-11-16 15:53:09 -0500
committerCraig Andrews <candrews@integralblue.com>2009-11-16 15:53:09 -0500
commit003e4e2a23054af3b5dc554664d655cf88ad4799 (patch)
tree8f3fde70cf4fe5f63e3af44d8c7642f6041029db /plugins/recaptcha/README
parenta373d07ae00b878f47970f2e4a7d86c6ec3a65cf (diff)
parente14c88f6c52fddeeb26c71f13e93db7a8fabdd3b (diff)
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'plugins/recaptcha/README')
-rw-r--r--plugins/recaptcha/README23
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