.. 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://github.com/collective/collective.tileindex/actions/workflows/plone-package.yml/badge.svg
:target: https://github.com/collective/collective.tileindex/actions/workflows/plone-package.yml
.. image:: https://img.shields.io/pypi/v/collective.tileindex.svg
:target: https://pypi.python.org/pypi/collective.tileindex/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/status/collective.tileindex.svg
:target: https://pypi.python.org/pypi/collective.tileindex
:alt: Egg Status
.. image:: https://img.shields.io/pypi/pyversions/collective.tileindex.svg?style=plastic :alt: Supported - Python Versions
.. image:: https://img.shields.io/pypi/l/collective.tileindex.svg
:target: https://pypi.python.org/pypi/collective.tileindex/
:alt: License
====================
collective.tileindex
====================
An add-on for Plone to list and search tiles or blocks.
Features
--------
- Catalog index that tells you which tiles are in use.
Think of Mosaic or collective.cover, or any package that builds on ``plone.app.blocks``.
If that basic package is not available, the index is not needed, so we do not add it.
- ``tile-types-view`` for a page, showing which tiles this page uses.
This only works with tiles, not Volto blocks.
- ``tile-types-overview`` control panel for the Plone site root, with a total for the whole site, including search results for individual tiles or blocks.
- Originally this package was only meant for tiles, but since 1.0.0a3 it also works with Volto blocks.
The control panel either shows tiles or blocks, not both.
If you use both, you have a strange setup.
Documentation
-------------
The documentation is this README file.
Translations
------------
This product has been translated into
- Dutch
Installation
------------
Install collective.tileindex by adding it to your buildout::
[buildout]
...
eggs =
collective.tileindex
and then running ``bin/buildout``.
Go to the Add-ons control panel to activate it.
When you have the basic tiles package, this adds a ``tile_types`` index and goes through the whole Plone Site and updates the index for items with the ``plone.layoutaware`` behavior.
Now as Manager you can go to Site Setup, tab Content, then Tile Types Overview to get your overview of tiles or blocks.
Authors
-------
- Fred van Dijk (Zest Software)
- Maurits van Rees (Zest Software)
Contribute
----------
- Issue Tracker: https://github.com/collective/collective.tileindex/issues
- Source Code: https://github.com/collective/collective.tileindex
Support
-------
If you are having issues, please let us know.
We have a mailing list located at: project@example.com
License
-------
The project is licensed under the GPLv2.
Contributors
============
- Zest Software, info@zestsoftware.nl
Changelog
=========
1.0.0a4 (2024-09-05)
--------------------
- Make ``plone.app.blocks`` dependency optional.
If you don't have it yet, you have no tiles, so we do not create our ``tile_types`` catalog index.
The control panel can then be used for search Volto blocks.
[maurits]
1.0.0a3 (2024-09-05)
--------------------
- Make the package work for the ``blocks_index`` as well, so for use with Volto blocks.
[fredvd]
1.0.0a2 (2023-11-21)
--------------------
- Add controlpanel link to the tile types overview. [fredvd]
- Show published and Private/other counts when using the tile_types_overview and
clicking on individual tiles to see the found mosaic pages.
[fredvd]
1.0.0a1 (2023-11-16)
--------------------
- Initial release.
[fredvd, maurits]
Raw data
{
"_id": null,
"home_page": "https://github.com/collective/collective.tileindex",
"name": "collective.tileindex",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "Python Plone CMS",
"author": "Zest Software",
"author_email": "info@zestsoftware.nl",
"download_url": "https://files.pythonhosted.org/packages/9d/c3/ea868b35227fc4d062f1899951ced94a14f31fbad3ab174bd7f851eed841/collective.tileindex-1.0.0a4.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.. image:: https://github.com/collective/collective.tileindex/actions/workflows/plone-package.yml/badge.svg\n :target: https://github.com/collective/collective.tileindex/actions/workflows/plone-package.yml\n\n.. image:: https://img.shields.io/pypi/v/collective.tileindex.svg\n :target: https://pypi.python.org/pypi/collective.tileindex/\n :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/status/collective.tileindex.svg\n :target: https://pypi.python.org/pypi/collective.tileindex\n :alt: Egg Status\n\n.. image:: https://img.shields.io/pypi/pyversions/collective.tileindex.svg?style=plastic :alt: Supported - Python Versions\n\n.. image:: https://img.shields.io/pypi/l/collective.tileindex.svg\n :target: https://pypi.python.org/pypi/collective.tileindex/\n :alt: License\n\n\n====================\ncollective.tileindex\n====================\n\nAn add-on for Plone to list and search tiles or blocks.\n\nFeatures\n--------\n\n- Catalog index that tells you which tiles are in use.\n Think of Mosaic or collective.cover, or any package that builds on ``plone.app.blocks``.\n If that basic package is not available, the index is not needed, so we do not add it.\n- ``tile-types-view`` for a page, showing which tiles this page uses.\n This only works with tiles, not Volto blocks.\n- ``tile-types-overview`` control panel for the Plone site root, with a total for the whole site, including search results for individual tiles or blocks.\n- Originally this package was only meant for tiles, but since 1.0.0a3 it also works with Volto blocks.\n The control panel either shows tiles or blocks, not both.\n If you use both, you have a strange setup.\n\n\nDocumentation\n-------------\n\nThe documentation is this README file.\n\n\nTranslations\n------------\n\nThis product has been translated into\n\n- Dutch\n\n\nInstallation\n------------\n\nInstall collective.tileindex by adding it to your buildout::\n\n [buildout]\n\n ...\n\n eggs =\n collective.tileindex\n\n\nand then running ``bin/buildout``.\nGo to the Add-ons control panel to activate it.\nWhen you have the basic tiles package, this adds a ``tile_types`` index and goes through the whole Plone Site and updates the index for items with the ``plone.layoutaware`` behavior.\nNow as Manager you can go to Site Setup, tab Content, then Tile Types Overview to get your overview of tiles or blocks.\n\n\nAuthors\n-------\n\n- Fred van Dijk (Zest Software)\n- Maurits van Rees (Zest Software)\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/collective/collective.tileindex/issues\n- Source Code: https://github.com/collective/collective.tileindex\n\n\nSupport\n-------\n\nIf you are having issues, please let us know.\nWe have a mailing list located at: project@example.com\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- Zest Software, info@zestsoftware.nl\n\n\nChangelog\n=========\n\n\n1.0.0a4 (2024-09-05)\n--------------------\n\n- Make ``plone.app.blocks`` dependency optional.\n If you don't have it yet, you have no tiles, so we do not create our ``tile_types`` catalog index.\n The control panel can then be used for search Volto blocks.\n [maurits]\n\n\n1.0.0a3 (2024-09-05)\n--------------------\n\n- Make the package work for the ``blocks_index`` as well, so for use with Volto blocks.\n [fredvd]\n\n\n1.0.0a2 (2023-11-21)\n--------------------\n\n- Add controlpanel link to the tile types overview. [fredvd]\n\n- Show published and Private/other counts when using the tile_types_overview and\n clicking on individual tiles to see the found mosaic pages.\n [fredvd]\n\n\n1.0.0a1 (2023-11-16)\n--------------------\n\n- Initial release.\n [fredvd, maurits]\n",
"bugtrack_url": null,
"license": "GPL version 2",
"summary": "An add-on for Plone",
"version": "1.0.0a4",
"project_urls": {
"Homepage": "https://github.com/collective/collective.tileindex",
"PyPI": "https://pypi.org/project/collective.tileindex/",
"Source": "https://github.com/collective/collective.tileindex",
"Tracker": "https://github.com/collective/collective.tileindex/issues"
},
"split_keywords": [
"python",
"plone",
"cms"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ac1fedc23f8b0ec294d7c438264c36bc00d27ec742f637f81b29e37159fe61b0",
"md5": "4851d5d904238c4e0214e1f0e0dec175",
"sha256": "6e36204123b4ae1f9cdeecc68efc8e6d37bf8aaa85a17cc0f99589f2abce28a4"
},
"downloads": -1,
"filename": "collective.tileindex-1.0.0a4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4851d5d904238c4e0214e1f0e0dec175",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 34165,
"upload_time": "2024-09-05T19:29:27",
"upload_time_iso_8601": "2024-09-05T19:29:27.874721Z",
"url": "https://files.pythonhosted.org/packages/ac/1f/edc23f8b0ec294d7c438264c36bc00d27ec742f637f81b29e37159fe61b0/collective.tileindex-1.0.0a4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9dc3ea868b35227fc4d062f1899951ced94a14f31fbad3ab174bd7f851eed841",
"md5": "49ac082d232c167fcd9ac76d3e31e4b6",
"sha256": "22527be1c4bf8210a4953bc7bb08c9e7b135203c35a2b50476970eb9f28877ee"
},
"downloads": -1,
"filename": "collective.tileindex-1.0.0a4.tar.gz",
"has_sig": false,
"md5_digest": "49ac082d232c167fcd9ac76d3e31e4b6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 24144,
"upload_time": "2024-09-05T19:29:28",
"upload_time_iso_8601": "2024-09-05T19:29:28.951050Z",
"url": "https://files.pythonhosted.org/packages/9d/c3/ea868b35227fc4d062f1899951ced94a14f31fbad3ab174bd7f851eed841/collective.tileindex-1.0.0a4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-05 19:29:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "collective",
"github_project": "collective.tileindex",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "collective.tileindex"
}