Metadata-Version: 1.1
Name: collective.recaptchacontactform
Version: 1.0a2
Summary: Protect the Plone contact form with ReCaptcha 2 from spam.
Home-page: https://pypi.python.org/pypi/collective.recaptchacontactform
Author: kitconcept GmbH
Author-email: info@kitconcept.com
License: GPL version 2
Description: .. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
           If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
           This text does not appear on pypi or github. It is a comment.
        
        ==============================================================================
        collective.recaptchacontactform
        ==============================================================================
        
        Protect the Plone contact form from spam with reCAPTCHA 2.
        
        This Plone add-on adds a plone.formwidget.recaptcha spam protection field to
        the contact form.
        
        .. image:: https://github.com/collective/collective.recaptchacontactform/raw/master/docs/recaptcha-contact-form.png
           :width: 600px
           :alt: Plone reCAPTCHA contact form
           :align: center
        
        
        
        Examples
        --------
        
        This add-on can be seen in action at the following sites:
        
        - https://extensions.libreoffice.org/
        
        
        Installation
        ------------
        
        Install collective.recaptchacontactform by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                collective.recaptchacontactform
        
        
        and then running ``bin/buildout``.
        
        Go to the Plone add-on control panel ("prefs_install_products_form") and install collective.recaptchacontactform.
        
        Then you should see the ReCaptcha control panel ("@@recaptcha-settings").
        
        Go to https://www.google.com/recaptcha/ and register your domain in order to get a "site key" and a "secret key".
        
        Go to the ReCaptcha control panel ("@@recaptcha-settings") and enter those keys into the form. Save the form.
        
        .. image:: https://raw.githubusercontent.com/collective/collective.recaptchacontactform/master/docs/recaptcha-settings.png
           :width: 600px
           :alt: Plone reCAPTCHA control panel
           :align: center
        
        
        If you go to the contact form now ("contact-info") and you will see an ReCaptcha field at the bottom of the form.
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/collective/collective.recaptchacontactform/issues
        - Source Code: https://github.com/collective/collective.recaptchacontactform
        
        
        Support
        -------
        
        If you are having issues, please let us know via the github issue tracker: https://github.com/collective/collective.recaptchacontactform/issues
        
        
        Credits
        -------
        
        .. image:: https://www.documentfoundation.org/assets/Uploads/LibreOffice-Initial-Artwork-Logo-ColorLogoBasic-500px.png
           :width: 250px
           :height: 80px
           :scale: 100 %
           :alt: The Document Foundation
           :align: center
           :target: https://www.documentfoundation.org/
        
        The development of this plugin has been kindly sponsored by `The Document Foundation`_.
        
        .. image:: https://kitconcept.com/logo.png
           :width: 230px
           :height: 50px
           :scale: 100 %
           :alt: kitconcept
           :align: center
           :target: https://www.kitconcept.com/
        
        Developed by `kitconcept`_.
        
        .. _The Document Foundation: https://www.documentfoundation.org/
        .. _kitconcept: https://www.kitconcept.com/
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - kitconcept GmbH, info@kitconcept.com
        
        
        Changelog
        =========
        
        
        1.0a2 (2016-12-21)
        ------------------
        
        - Add robot framework test for reCAPTCHA contact form.
          [kitconcept]
        
        - Add images to README.
          [kitconcept]
        
        
        1.0a1 (2016-12-21)
        ------------------
        
        - Initial release.
          [kitconcept]
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 5.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
