Metadata-Version: 1.1
Name: collective.mailchimp
Version: 1.0
Summary: MailChimp integration for Plone.
Home-page: http://github.com/collective/collective.mailchimp
Author: Timo Stollenwerk
Author-email: contact@timostollenwerk.net
License: GPL
Description: Introduction
        ============
        
        .. image:: https://secure.travis-ci.org/collective/collective.mailchimp.png
        
        MailChimp integration for Plone.
        
        MailChimp_ helps you design email newsletters, share
        them on social networks, integrate with services you already use, and track
        your results.
        
        collective.mailchimp has been written from the scratch in order to replace
        raptus.mailchimp_ for newer
        versions of Plone (> 4.0).
        
        .. _MailChimp: http://mailchimp.com
        .. _raptus.mailchimp: http://plone.org/products/raptus.mailchimp
        
        The difference between collective.mailchimp and raptus.mailchimpis:
        
        - postmonkey_ instead of greatape_ as Python wrapper
        - z3c.form_ instead of formlib for forms
        - plone.app.registry_ instead of portal_properties for storing properties
        - it is tested by automated software tests
        
        .. _postmonkey: http://pypi.python.org/pypi/postmonkey
        .. _greatape: http://pypi.python.org/pypi/greatape
        .. _z3c.form: http://pypi.python.org/pypi/z3c.form
        .. _plone.app.registry: http://pypi.python.org/pypi/plone.app.registry
        
        collective.mailchimp is tested on Plone 4.x and should work on Plone > 3.3
        (with the appropriate version pins).
        
        
        Installation
        ============
        
        Just add collective.mailchimp to the eggs section of your buildout.
        
        Changelog
        =========
        
        1.0 (2012-10-17)
        ----------------
        
        - Initial release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
