Metadata-Version: 2.1
Name: collective.renderfiletypes
Version: 2.0b1
Summary: An addon to render file type information next to the links
Home-page: https://github.com/collective/collective.renderfiletypes
Author: Mikel Larreategi
Author-email: mlarreategi@codesyntax.com
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/collective.renderfiletypes
Project-URL: Source, https://github.com/collective/collective.renderfiletypes
Project-URL: Tracker, https://github.com/collective/collective.renderfiletypes/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.
        
        ==========================
        collective.renderfiletypes
        ==========================
        
        This product adds a new filter to Plone to render mimetype icons before any
        link added in the content.
        
        It gets the mimetype icon from Plone's own MimeTypes Registry. You can override the styling
        overriding the CSS file. The CSS file is built dynamicaly from the MimeTypes Registry itself
        so it's a browser page (look at browser folder).
        
        
        Installation
        ------------
        
        Install collective.renderfiletypes by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                collective.renderfiletypes
        
        
        and then running ``bin/buildout``
        
        Go to Addons Control Panel and install it there.
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/collective/collective.renderfiletypes/issues
        - Source Code: https://github.com/collective/collective.renderfiletypes
        
        
        Support
        -------
        
        If you are having issues, please let us know filing an issue in Github.
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - Mikel Larreategi, mlarreategi@codesyntax.com
        
        
        Changelog
        =========
        
        
        2.0b1 (2021-06-09)
        ------------------
        
        - remove css generation and add as image, upgrade step [ionlizarazu <ilizarazu@codesyntax.com>]
        
        -  [Mikel Larreategi <mlarreategi@codesyntax.com>]
        
        - [ci skip] [Mikel Larreategi <mlarreategi@codesyntax.com>]
        
        
        
        1.0b1 (2020-07-13)
        ------------------
        
        - Initial release.
          [erral]
        
Keywords: Python Plone
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.6
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
