Metadata-Version: 1.1
Name: kotti-contactform
Version: 0.1.0b3
Summary: Simple contact form for Kotti sites
Home-page: http://pypi.python.org/pypi/kotti_contactform
Author: Christian Neumann
Author-email: cneumann@datenkarussell.de
License: BSD License
Description: =================
        kotti_contactform
        =================
        
        This is an extension to Kotti that allows to add a simple contact form
        to your site.
        
        `Find out more about Kotti`_
        
        Development happens at https://github.com/chrneumann/kotti_contactform
        
        Setup
        =====
        
        To enable the extension in your Kotti site, activate the configurator:
        
          kotti.configurators = kotti_contactform.kotti_configure
        
        ``kotti_contactform`` uses ``pyramid_mailer`` for sending mails and
        tries to use your mailserver at localhost:25. If these defaults don't
        fit your needs, you have to configure ``pyramid_mailer``:
        http://packages.python.org/pyramid_mailer/
        
        .. _Find out more about Kotti: http://pypi.python.org/pypi/Kotti
        
        
        History
        =======
        
        0.1.0 - Unreleased
        ------------------
        
        0.1.0b3 - 2012-03-16
        --------------------
        
        - Update models to use Declarative for compatibility with Kotti >= 0.6.
        
Keywords: kotti contact form
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Framework :: Pylons
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: License :: OSI Approved :: BSD License
