Metadata-Version: 1.1
Name: leonardo-newsletter
Version: 0.0.5.dev1
Summary: Basic newsletter with mailing lists to Leonardo CMS
Home-page: https://github.com/leonardo-modules/leonardo-newsletter
Author: Michael Kuty
Author-email: UNKNOWN
License: UNKNOWN
Description: ============================
        Leonardo leonardo-newsletter
        ============================
        
        Basic newsletter with mailing lists to Leonardo CMS (Based on Emencia Django Newsletter)
        
        .. contents::
            :local:
        
        Features
        --------
        
        More than a long speech, here the list of the main features :
        
          * Coupling capacities with another django model.
          * Variables can be used in the newsletter's templates.
          * Mailing list managements (merging, importing...).
          * Import/Export of the contact in VCard 3.0.
          * Configurable SMTP servers with flow limit management.
          * Working groups.
          * Can send newsletter previews.
          * Subscriptions and unsubscriptions to mailing list.
          * Attachments in newsletters.
          * Unique urls for an user.
          * Tracking statistics.
        
        Installation
        ------------
        
        .. code-block:: bash
        
            pip install --process-dependency-links leonardo-newsletter
        
        Add External Application to any url.
        
        Read More
        =========
        
        * https://github.com/django-leonardo/django-leonardo
        * https://github.com/michaelkuty/emencia-django-newsletter
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
