Metadata-Version: 1.1
Name: operun.contactform
Version: 1.0.0a1
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.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)
