Metadata-Version: 1.1
Name: collective.iconifiedcategory
Version: 0.3
Summary: An add-on for Plone
Home-page: https://pypi.python.org/pypi/collective.iconifiedcategory
Author: IMIO
Author-email: support@imio.be
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_addons.html
           This text does not appear on pypi or github. It is a comment.
        
        .. image:: https://travis-ci.org/collective/collective.iconifiedcategory.svg?branch=master
            :target: https://travis-ci.org/collective/collective.iconifiedcategory
        
        .. image:: https://coveralls.io/repos/github/collective/collective.iconifiedcategory/badge.svg
            :target: https://coveralls.io/github/collective/collective.iconifiedcategory
        
        ==============================================================================
        collective.iconifiedcategory
        ==============================================================================
        
        
        Installation
        ------------
        
        Install collective.iconifiedcategory by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                collective.iconifiedcategory
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/collective/collective.iconifiedcategory/issues
        - Source Code: https://github.com/collective/collective.iconifiedcategory
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        Contributors
        ============
        
        - Martin Peeters, Original Author [Affinitic]
        
        Changelog
        =========
        
        0.3 (2016-12-21)
        ----------------
        
        - Changed icon used with link to `More infos`.
          [gbastien]
        - Do not fail if subcategory title contains special characters.
          [gbastien]
        - Turn icon `more_infos.png` into a separated resource, in addition to other
          resources stored in the `static` folder declared as resourceDirectory,
          so it is easy to override.
          [gbastien]
        
        0.2 (2016-12-07)
        ----------------
        
        - Use `javascript:event.preventDefault()` when clicking on the tooltipster root
          element to avoid the link action that will change the current url.
          [gbastien]
        - Open `More infos` link in `target=_parent` so it opens in the _parent frame
          when displayed in an iframe, namely outside the iframe.
          [gbastien]
        
        0.1 (2016-12-02)
        ----------------
        
        - Initial release.
          [mpeeters]
        
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
