.. 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]
Raw data
{
"_id": null,
"home_page": "https://github.com/collective/collective.renderfiletypes",
"name": "collective.renderfiletypes",
"maintainer": "",
"docs_url": null,
"requires_python": ">=2.7, >=3.6",
"maintainer_email": "",
"keywords": "Python Plone",
"author": "Mikel Larreategi",
"author_email": "mlarreategi@codesyntax.com",
"download_url": "https://files.pythonhosted.org/packages/4c/ed/9bc26ba05bda9f5da79ef9ddfff8c3cd23e606c0c1f2af1074854748b0c7/collective.renderfiletypes-2.0b10.tar.gz",
"platform": null,
"description": ".. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.\n If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html\n This text does not appear on pypi or github. It is a comment.\n\n==========================\ncollective.renderfiletypes\n==========================\n\nThis product adds a new filter to Plone to render mimetype icons before any\nlink added in the content.\n\nIt gets the mimetype icon from Plone's own MimeTypes Registry. You can override the styling\noverriding the CSS file. The CSS file is built dynamicaly from the MimeTypes Registry itself\nso it's a browser page (look at browser folder).\n\n\nInstallation\n------------\n\nInstall collective.renderfiletypes by adding it to your buildout::\n\n [buildout]\n\n ...\n\n eggs =\n collective.renderfiletypes\n\n\nand then running ``bin/buildout``\n\nGo to Addons Control Panel and install it there.\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/collective/collective.renderfiletypes/issues\n- Source Code: https://github.com/collective/collective.renderfiletypes\n\n\nSupport\n-------\n\nIf you are having issues, please let us know filing an issue in Github.\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- Mikel Larreategi, mlarreategi@codesyntax.com\n\n\nChangelog\n=========\n\n\n2.0b10 (2023-03-14)\n-------------------\n\n- modify python2.7 requirement from == to >= [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]\n\n- [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]\n\n- [ci skip] [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]\n\n\n\n2.0b9 (2023-02-02)\n------------------\n\n- fix error when pasting content from plone4 [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]\n\n- [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]\n\n- [ci skip] [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]\n\n\n\n2.0b8 (2023-02-01)\n------------------\n\n- [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]\n\n- [ci skip] [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]\n\n- Preparing release 2.0b7 [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]\n\n- [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]\n\n- [ci skip] [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]\n\n- Update changelog [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]\n\n- contemplate content import errors [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]\n\n\n\n2.0b7 (2023-02-01)\n------------------\n\n- contemplate content import errors [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]\n\n\n\n2.0b6 (2022-09-21)\n------------------\n\n- [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]\n\n- [ci skip] [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]\n\n\n\n2.0b5 (2022-09-20)\n------------------\n\n- add missing cases [Nagore Ruiz de Escudero <nruiz@codesyntax.com>]\n\n- [ionlizarazu <ilizarazu@codesyntax.com>]\n\n- [ci skip] [ionlizarazu <ilizarazu@codesyntax.com>]\n\n\n\n2.0b4 (2021-06-11)\n------------------\n\n- modify upgrade step [ionlizarazu <ilizarazu@codesyntax.com>]\n\n- [ionlizarazu <ilizarazu@codesyntax.com>]\n\n- [ci skip] [ionlizarazu <ilizarazu@codesyntax.com>]\n\n\n\n2.0b3 (2021-06-10)\n------------------\n\n- internal link blank [ionlizarazu <ilizarazu@codesyntax.com>]\n\n- [ionlizarazu <ilizarazu@codesyntax.com>]\n\n- [ci skip] [ionlizarazu <ilizarazu@codesyntax.com>]\n\n\n\n2.0b2 (2021-06-09)\n------------------\n\n- translate contenttypes [ionlizarazu <ilizarazu@codesyntax.com>]\n\n- [ionlizarazu <ilizarazu@codesyntax.com>]\n\n- [ci skip] [ionlizarazu <ilizarazu@codesyntax.com>]\n\n\n\n2.0b1 (2021-06-09)\n------------------\n\n- remove css generation and add as image, upgrade step [ionlizarazu <ilizarazu@codesyntax.com>]\n\n- [Mikel Larreategi <mlarreategi@codesyntax.com>]\n\n- [ci skip] [Mikel Larreategi <mlarreategi@codesyntax.com>]\n\n\n\n1.0b1 (2020-07-13)\n------------------\n\n- Initial release.\n [erral]",
"bugtrack_url": null,
"license": "GPL version 2",
"summary": "An addon to render file type information next to the links",
"version": "2.0b10",
"split_keywords": [
"python",
"plone"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "260f49f76167188e2ab89451ac508cfbdd7d2738149f5193f3f6c0c923d0b1e7",
"md5": "3f44c872eebc88bb791d34eeffe53d1a",
"sha256": "1aa27fb0b9b6eb294b3f8510b1a3993c0209a4ec6b849ef2c14d339fafe61131"
},
"downloads": -1,
"filename": "collective.renderfiletypes-2.0b10-py2.7.egg",
"has_sig": false,
"md5_digest": "3f44c872eebc88bb791d34eeffe53d1a",
"packagetype": "bdist_egg",
"python_version": "2.0b10",
"requires_python": ">=2.7, >=3.6",
"size": 34824,
"upload_time": "2023-03-14T13:49:22",
"upload_time_iso_8601": "2023-03-14T13:49:22.852827Z",
"url": "https://files.pythonhosted.org/packages/26/0f/49f76167188e2ab89451ac508cfbdd7d2738149f5193f3f6c0c923d0b1e7/collective.renderfiletypes-2.0b10-py2.7.egg",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9b1b984d42ea7234755db10757ec7b4d5357b68f2e586dba34f8e92695c45300",
"md5": "03d0630e70565271701820157b7c0a35",
"sha256": "9368286792a18ec39c2336f5da7cf0643d7566684540c3f15384330384e4c1a8"
},
"downloads": -1,
"filename": "collective.renderfiletypes-2.0b10-py3.7.egg",
"has_sig": false,
"md5_digest": "03d0630e70565271701820157b7c0a35",
"packagetype": "bdist_egg",
"python_version": "2.0b10",
"requires_python": ">=2.7, >=3.6",
"size": 35499,
"upload_time": "2023-03-14T13:49:25",
"upload_time_iso_8601": "2023-03-14T13:49:25.389819Z",
"url": "https://files.pythonhosted.org/packages/9b/1b/984d42ea7234755db10757ec7b4d5357b68f2e586dba34f8e92695c45300/collective.renderfiletypes-2.0b10-py3.7.egg",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4ced9bc26ba05bda9f5da79ef9ddfff8c3cd23e606c0c1f2af1074854748b0c7",
"md5": "dc381769010b59fc75f472271a0393c7",
"sha256": "10b14bdaf73efae141d54f21b60d257e52a8ca6b1b09c258d663cc5f15554ffe"
},
"downloads": -1,
"filename": "collective.renderfiletypes-2.0b10.tar.gz",
"has_sig": false,
"md5_digest": "dc381769010b59fc75f472271a0393c7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=2.7, >=3.6",
"size": 25923,
"upload_time": "2023-03-14T13:49:27",
"upload_time_iso_8601": "2023-03-14T13:49:27.758368Z",
"url": "https://files.pythonhosted.org/packages/4c/ed/9bc26ba05bda9f5da79ef9ddfff8c3cd23e606c0c1f2af1074854748b0c7/collective.renderfiletypes-2.0b10.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-03-14 13:49:27",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "collective",
"github_project": "collective.renderfiletypes",
"travis_ci": true,
"coveralls": true,
"github_actions": false,
"requirements": [],
"tox": true,
"lcname": "collective.renderfiletypes"
}