README 903 B

1234567891011121314151617181920212223242526272829
  1. StatusNet reCAPTCHA plugin 0.3 11/16/09
  2. =======================================
  3. Adds a captcha to your registration page to reduce automated spam bots registering.
  4. Use:
  5. 1. Get an API key from http://recaptcha.net
  6. 2. In config.php add:
  7. addPlugin('recaptcha', array('private_key' => 'YourKeyHere',
  8. 'public_key' => 'ReplaceWithYourKey'));
  9. or
  10. addPlugin('recaptcha', array('private_key' => 'YourKeyHere',
  11. 'public_key' => 'ReplaceWithYourKey',
  12. 'display_errors' => true));
  13. Changelog
  14. =========
  15. 0.1 initial release
  16. 0.2 Work around for webkit browsers
  17. 0.3 Moved to new plugin arch for SN
  18. **YOU WILL NEED TO CHANGE YOUR CONFIG.PHP!**
  19. reCAPTCHA Lib README
  20. ====================
  21. The reCAPTCHA PHP Lirary helps you use the reCAPTCHA API. Documentation
  22. for this library can be found at
  23. http://recaptcha.net/plugins/php