Metadata-Version: 2.1
Name: jazkarta.abtesttile
Version: 1.1
Summary: Plone Mosaic Tile for A/B Testing content changes
Home-page: https://pypi.python.org/pypi/jazkarta.abtesttile
Author: jazkarta
Author-email: info@jazkarta.com
License: GPL version 2
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.
        
        ===================
        jazkarta.abtesttile
        ===================
        
        This Plone addon provides a new Tile type for Mosaic Layout views.
        It is a variation on a RichText tile which provides two WYSIWYG HTML
        fields. It will randomly show one of the two HTML fields based on a
        weighted ratio, for the purpose of A/B testing parts of a page layout.
        
        Features
        --------
        
        - Includes optional support for custom JS to run with each rendered
          HTML option.
        
        - Includes optional support for adding a campaign query string variable
          to any links in the rendered HTML, indicating whether option A or B
          was the source for analytics tracking.
        
        - Provides a custom permision to restrict adding and editing of A/B
          Test Tiles to more privileged users.
        
        Installation
        ------------
        
        Install jazkarta.abtesttile by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                jazkarta.abtesttile
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/collective/jazkarta.abtesttile/issues
        - Source Code: https://github.com/collective/jazkarta.abtesttile
        
        
        Support
        -------
        
        If you are having issues, please let us know at info<at>jazkarta.com
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - jazkarta, info <at> jazkarta.com
        - Witek, witekdev <at> gmail.com
        - Alec Mitchell, alecpm <at> gmail.com
        
        
        Changelog
        =========
        
        
        1.0 (2018-05-08)
        ------------------
        
        - Initial release.
          [witekdev]
        
Keywords: Python Plone analytics
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Framework :: Plone :: 5.0
Classifier: Framework :: Plone :: 5.1
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Provides-Extra: test
