Metadata-Version: 2.1
Name: collective.imagemaps
Version: 1.0
Summary: Provides image map behavior for Dexterity types.
Home-page: https://github.com/collective/collective.imagemaps
Author: Maik Derstappen
Author-email: md@derico.de
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/collective.imagemaps
Project-URL: Source, https://github.com/collective/collective.imagemaps
Project-URL: Tracker, https://github.com/collective/collective.imagemaps/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://travis-ci.org/collective/collective.imagemaps.svg?branch=master
            :target: https://travis-ci.org/collective/collective.imagemaps
        
        .. image:: https://coveralls.io/repos/github/collective/collective.imagemaps/badge.svg?branch=master
            :target: https://coveralls.io/github/collective/collective.imagemaps?branch=master
            :alt: Coveralls
        
        .. image:: https://img.shields.io/pypi/v/collective.imagemaps.svg
            :target: https://pypi.python.org/pypi/collective.imagemaps/
            :alt: Latest Version
        
        .. image:: https://img.shields.io/pypi/status/collective.imagemaps.svg
            :target: https://pypi.python.org/pypi/collective.imagemaps
            :alt: Egg Status
        
        .. image:: https://img.shields.io/pypi/pyversions/collective.imagemaps.svg?style=plastic   :alt: Supported - Python Versions
        
        .. image:: https://img.shields.io/pypi/l/collective.imagemaps.svg
            :target: https://pypi.python.org/pypi/collective.imagemaps/
            :alt: License
        
        
        ====================
        collective.imagemaps
        ====================
        
        Provides an Image Map Behavior for Documents in Plone.
        The Image Map markup is inserted via ImageMapViewlet below the content body.
        
        
        Installation
        ------------
        
        Install collective.imagemaps by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                collective.imagemaps
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/collective/collective.imagemaps/issues
        - Source Code: https://github.com/collective/collective.imagemaps
        
        
        Support
        -------
        
        If you are having issues, please open an issue in the tracker.
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - Maik Derstappen, md@derico.de
        
        
        Changelog
        =========
        
        
        1.0 (2022-04-14)
        ----------------
        
        - initial final release
        
        
        1.0b3 (2021-02-24)
        ------------------
        
        - Fix viewlet issue when imagemap field is None
          [MrTango]
        
        
        1.0b2 (2021-01-26)
        ------------------
        
        - Prevent trace when imagemap behavior field does not exist on current page.
          [MrTango]
        
        
        1.0b1 (2021-01-22)
        ------------------
        
        - 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: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: ==2.7, >=3.6
Provides-Extra: test
