summaryrefslogtreecommitdiff
path: root/www/py-recaptcha
AgeCommit message (Collapse)AuthorFilesLines
2013-03-24Fix PLIST for Python != 2.7joerg2-9/+11
2013-03-05For some reason the https link works on my 6.99.16 system but not mydarcy1-2/+2
5.1 system. Falling back to plain http.
2013-03-05Add Python module for reCAPTCHA.darcy4-0/+44
Provides a CAPTCHA for Python using the reCAPTCHA service. Does not require any imaging libraries because the CAPTCHA is served directly from reCAPTCHA. Also allows you to securely obfuscate emails with Mailhide.