Metadata-Version: 2.1
Name: collective.easynewsletter-combined-send
Version: 1.5
Summary: Extend EasyNewsletter to send languages combined one email.
Home-page: https://github.com/collective/collective.easynewsletter-combined-send
Author: Maik Derstappen
Author-email: md@derico.de
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/collective.easynewsletter-combined-send
Project-URL: Source, https://github.com/collective/collective.easynewsletter-combined-send
Project-URL: Tracker, https://github.com/collective/collective.easynewsletter-combined-send/issues
Description: .. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
           If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
           This text does not appear on pypi or github. It is a comment.
        
        .. image:: https://coveralls.io/repos/github/collective/collective.easynewsletter-combined-send/badge.svg?branch=master
            :target: https://coveralls.io/github/collective/collective.easynewsletter-combined-send?branch=master
            :alt: Coveralls
        
        .. image:: https://img.shields.io/pypi/v/collective.easynewsletter-combined-send.svg
            :target: https://pypi.python.org/pypi/collective.easynewsletter-combined-send/
            :alt: Latest Version
        
        .. image:: https://img.shields.io/pypi/pyversions/collective.easynewsletter-combined-send.svg?style=plastic
            :alt: Supported - Python Versions
        
        
        
        =======================================
        collective.easynewsletter-combined-send
        =======================================
        
        Extend EasyNewsletter to send languages combined one email on top of each other.
        For now it only works well for one lange plus english version as alternative below.
        Because the text of the link is hard wired in the issuedatafetcher.
        
        
        Features
        --------
        
        - If you sent a newsletter issue and have translated it into other languages, the issues will get the content of all translation and combined them in one newsletter issue.
        
        
        Installation
        ------------
        
        Install collective.easynewsletter-combined-send by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                collective.easynewsletter-combined-send
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/collective/collective.easynewsletter-combined-send/issues
        - Source Code: https://github.com/collective/collective.easynewsletter-combined-send
        
        
        Support
        -------
        
        If you are having issues, please let us know.
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - Maik Derstappen, md@derico.de
        
        
        Changelog
        =========
        
        1.5 (2022-06-01)
        ----------------
        
        - optimize english version below link
        
        
        1.4 (2022-05-12)
        ----------------
        
        - include complete newsletter, not just aggregated content.
        
        
        1.3 (2022-05-10)
        ----------------
        
        - Add CSS class to english_version_below_link
        
        
        1.2 (2022-05-10)
        ----------------
        
        - cleanup and provide a link to alternative language below
        
        1.1 (2022-02-10)
        ----------------
        
        - Improved merging of different language content parts.
          [MrTango]
        
        
        1.0 (2022-02-08)
        ----------------
        
        - first stable release.
        
        
        1.0b2 (2022-02-08)
        ------------------
        
        - Initial release.
          [MrTango]
        
Keywords: Python Plone CMS
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 5.2
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*
Provides-Extra: test
