Metadata-Version: 2.1
Name: collective.renderfiletypes
Version: 2.0b10
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
Keywords: Python Plone
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
License-File: LICENSE.GPL
License-File: LICENSE.rst

.. 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.0b10 (2023-03-14)
-------------------

- modify python2.7 requirement from == to >= [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]

-  [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]

- [ci skip] [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]



2.0b9 (2023-02-02)
------------------

- fix error when pasting content from plone4 [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]

-  [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]

- [ci skip] [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]



2.0b8 (2023-02-01)
------------------

-  [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]

- [ci skip] [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]

- Preparing release 2.0b7 [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]

-  [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]

- [ci skip] [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]

- Update changelog [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]

- contemplate content import errors [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]



2.0b7 (2023-02-01)
------------------

- contemplate content import errors [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]



2.0b6 (2022-09-21)
------------------

-  [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]

- [ci skip] [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]



2.0b5 (2022-09-20)
------------------

- add missing cases [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]

-  [ionlizarazu <ilizarazu@codesyntax.com>]

- [ci skip] [ionlizarazu <ilizarazu@codesyntax.com>]



2.0b4 (2021-06-11)
------------------

- modify upgrade step [ionlizarazu <ilizarazu@codesyntax.com>]

-  [ionlizarazu <ilizarazu@codesyntax.com>]

- [ci skip] [ionlizarazu <ilizarazu@codesyntax.com>]



2.0b3 (2021-06-10)
------------------

- internal link blank [ionlizarazu <ilizarazu@codesyntax.com>]

-  [ionlizarazu <ilizarazu@codesyntax.com>]

- [ci skip] [ionlizarazu <ilizarazu@codesyntax.com>]



2.0b2 (2021-06-09)
------------------

- translate contenttypes [ionlizarazu <ilizarazu@codesyntax.com>]

-  [ionlizarazu <ilizarazu@codesyntax.com>]

- [ci skip] [ionlizarazu <ilizarazu@codesyntax.com>]



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]
