Metadata-Version: 1.1
Name: raptus.mailchimp
Version: 1.1
Summary: MailChimp plone integration
Home-page: https://github.com/Raptus/raptus.mailchimp
Author: Raptus AG
Author-email: dev@raptus.com
License: GPL
Description: Introduction
        ============
        
        A MailChimp_ integration for Plone. This addon let you use your Mailchimp
        account to manage your newsletters.
        
        About MailChimp
        ===============
        
        Easy Email Newsletters MailChimp_ helps you design email newsletters,
        share them on social networks, integrate with services you already use,
        and track your results. It's like your own personal publishing platform.
        
        1.8 million people use MailChimp.
        
        How to install
        ==============
        
        You can install this addon as any other Plone addons. Please follow the
        official documentation:
        http://plone.org/documentation/kb/installing-add-ons-quick-how-to
        
        This addons adds a dependency on greatape_
        
        How to use
        ==========
        
        You have to get an API key on mailchimp.com. The addon as a 'Raptus' controlpanel
        where you will be able to add your apikey.
        
        Next you can add the Mailchimp portlet to let visitors subscribe to your lists.
        
        Credits
        =======
        
        Companies
        ---------
        
        * `Raptus <http://raptus.com/>`_
        * `Contact Raptus <dev@raptus.com>`_
        
        Authors
        
        - Samuel Riolo
        - Simon Kaeser
        
        Contributors
        
        - JeanMichel FRANCOIS aka toutpt <toutpt@gmail.com>
        
        .. _mailchimp: http://www.mailchimp.com
        
        Changelog
        =========
        
        1.1 (2014-04-14)
        ----------------
        
        * Replaced dependency greatape with mailchimp
        
        1.0 (2012-07-12)
        ----------------
        
        * Moved caching from the subscriber_list method to the connector which greatly
          reduces requests made to mailchimp [simu]
        * Add documentation [toutpt]
        * pep8 [toutpt]
        * update french translation [toutpt]
        * fix missing permissions include (Plone4.1) [toutpt]
        
        1.0b4 (2011-10-18)
        ------------------
        
        * compatibility with plone 4.1
        
        
        1.0b3 (2011-04-05)
        ------------------
        
        * restore request form, this prevent issues with five.formlib
        
        
        1.0b2 (2011-03-15)
        ------------------
        
        * plone 4 compatibility
        * check of non ascii chars
        * keep data after an error
        
        
        1.0b1 (2010-11-15)
        ------------------
        
        * fix configlet: check the content of user-data. fix a error with no-free accounts
        
        1.0a2 (2010-09-17)
        ------------------
        
        * Plone 4 compatibility
        
        1.0dev (unreleased)
        -------------------
        
        - Initial release
        
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
