Metadata-Version: 1.0
Name: collective.recaptcha
Version: 1.0b2
Summary: Wraps the recaptcha-client library to provide a drop-in replacement for collective.captcha.
Home-page: UNKNOWN
Author: David Glick
Author-email: davidglick@onenw.org
License: GPL
Description: Introduction
        ============
        
        
        
        Changelog
        =========
        
        1.0b2 (2009-01-14)
        ------------------
        
        * Correctly handle comma-delimited values in the HTTP_X_FORWARDED_FOR
        header.
        [davisagli]
        
        * Added support for verifying the captcha multiple times within the same request.
        [davisagli]
        
        * Added security declarations on the view methods so they can be called from
        restricted Python.
        [davisagli]
        
        
        1.0b1 (2009-01-14)
        ------------------
        
        * Initial release
        
        
Keywords: captcha recaptcha zope plone
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: Zope2
