Metadata-Version: 1.1
Name: collective.captchacontactinfo
Version: 1.2.0
Summary: A simple customization for Plone contact-info that add recaptcha for anonymous users
Home-page: http://plone.org/products/collective.captchacontactinfo
Author: RedTurtle Technology
Author-email: sviluppoplone@redturtle.it
License: GPL
Description: Introduction
        ============
        A simple Plone customization for the "*Contact form*" form that add a captcha regognition for anonymous users.
        
        When anonymous try to use contact-info form, they *must* provide also a captcha protection
        value.
        
        Form protection
        ===============
        
        The captcha protection is given by the `collective.recaptcha`__ product.
        
        __ http://pypi.python.org/pypi/collective.recaptcha
        
        After installing this package, you must obtain a public and private key from `http://recaptcha.net <http://recaptcha.net>`_, and configure them at http://path/to/site/@@recaptcha-settings
        
        Policy text
        ===========
        
        To show a policy text in contact-form, you just need to write it into a page in the portal, and then set his path in a property in ZMI: portal_properties/captchacontactinfo_properties or in plone-control-panel: http://path/to/site/@@contact-info-controlpanel
        The title of the page will be shown in the form before the text.
        
        Dependencies
        ============
        
        This product has been tested on Plone 3.3.5 and Plone 4.2
        
        Credits
        =======
        
        Developed with the support of `Regione Emilia Romagna`__; Regione Emilia Romagna supports the `PloneGov initiative`__.
        
        __ http://www.regione.emilia-romagna.it/
        __ http://www.plonegov.it/
        
        Authors
        =======
        
        This product was developed by RedTurtle Technology team.
        
        .. image:: http://www.redturtle.net/redturtle_banner.png
           :alt: RedTurtle Technology Site
           :target: http://www.redturtle.net/
        
        Changelog
        =========
        
        1.2.0 (2012-08-02)
        ------------------
        
        - Plone 4.2 compatibility [micecchi]
        
        1.1.0 (2012-04-10)
        ------------------
        
        - Added customizable policy text [micecchi]
        
        1.0.0 (2011-12-09)
        ------------------
        
        - Initial release [micecchi]
        
Keywords: plone captcha e-mail contact-info
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 3.3
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.2
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
