Metadata-Version: 1.1
Name: operun.contactform
Version: 1.0.0a4
Summary: A Plone Contact-Form Add-On.
Home-page: https://pypi.python.org/pypi/operun.contactform
Author: Jesse Stippel
Author-email: jesse.stippel@operun.de
License: GPL version 2
Description-Content-Type: UNKNOWN
Description: .. image:: https://travis-ci.org/operun/operun.contactform.svg?branch=master
            :target: https://travis-ci.org/operun/operun.contactform
        
        .. image:: https://coveralls.io/repos/github/operun/operun.contactform/badge.svg?branch=master
            :target: https://coveralls.io/github/operun/operun.contactform?branch=master
        
        ===================
        operun Contact-Form
        ===================
        
        The operun Contact-Form Add-On.
        
        .. image:: https://raw.githubusercontent.com/operun/operun.contactform/master/images/contactform_diagram.png
            :target: https://raw.githubusercontent.com/operun/operun.contactform/master/images/contactform_diagram.png
        
        
        Translations
        ------------
        
        - Deutsch (de)
        - English (en)
        
        
        Installation
        ------------
        
        Install operun.contactform by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                operun.contactform
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/operun/operun.contactform/issues
        - Source Code: https://github.com/operun/operun.contactform
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - Jesse Stippel, jesse.stippel@operun.de
        
        
        Changelog
        =========
        
        
        1.0.0a4 (2019-06-18)
        --------------------
        
        Changed:
        
        - from_address changed to portal_address for administrator E-Mail.
        	[Netroxen]
        
        
        1.0.0a3 (2019-06-17)
        --------------------
        
        Added:
        
        - Added field error class to DSGVO checkbox.
        	[Netroxen]
        
        - Added /contact-info URL override.
        	[Netroxen]
        
        Changed:
        
        - Removed box-shadow from buttons and inputs.
        	[Netroxen]
        
        Fixed:
        
        - Fixed incorrect Bootstrap column width.
        	[Netroxen]
        
        
        1.0.0a2 (2019-06-14)
        --------------------
        
        Added:
        
        - Added operun brand colors to contact and mail templates.
        	[Netroxen]
        
        Changed:
        
        - Replaced firstname and lastname fields for a single name field.
        	[Netroxen]
        
        Fixed:
        
        - Fixed incorrect German translation for checkbox field.
        	[Netroxen]
        
        
        1.0.0a1 (2019-04-30)
        --------------------
        
        Added:
        
        - Added HTML E-Mail templates.
        	[Netroxen]
        
        - Added Python & Selenium-Browser tests.
        	[Netroxen]
        
        - Initial release.
        	[Netroxen]
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 5.0
Classifier: Framework :: Plone :: 5.1
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)
