collective.tileindex


Namecollective.tileindex JSON
Version 1.0.0a2 PyPI version JSON
download
home_pagehttps://github.com/collective/collective.tileindex
SummaryAn add-on for Plone
upload_time2023-11-21 15:32:18
maintainer
docs_urlNone
authorZest Software
requires_python>=3.7
licenseGPL version 2
keywords python plone cms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            .. 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

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``.
- ``tile-types-view`` for a page, showing which tiles this page uses.
- ``tile-types-overview`` for the Plone site root, with a total for the whole site, including search results for individual tiles.


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.
This goes through the whole Plone Site and updates the index for items with the ``plone.layoutaware`` behavior.


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.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": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "Python Plone CMS",
    "author": "Zest Software",
    "author_email": "info@zestsoftware.nl",
    "download_url": "https://files.pythonhosted.org/packages/25/57/8a66b5e396a134dcc84ced9e2edad82b996a068e56b2081f62ee349e3ada/collective.tileindex-1.0.0a2.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\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- ``tile-types-view`` for a page, showing which tiles this page uses.\n- ``tile-types-overview`` for the Plone site root, with a total for the whole site, including search results for individual tiles.\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.\nThis goes through the whole Plone Site and updates the index for items with the ``plone.layoutaware`` behavior.\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.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]",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "An add-on for Plone",
    "version": "1.0.0a2",
    "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": "25578a66b5e396a134dcc84ced9e2edad82b996a068e56b2081f62ee349e3ada",
                "md5": "2993780cd13fe4386dfdf52a43b8939b",
                "sha256": "77814e78e28f505576debae4b811677a1fb9c47b9ee9e893865cca68a6fb8d74"
            },
            "downloads": -1,
            "filename": "collective.tileindex-1.0.0a2.tar.gz",
            "has_sig": false,
            "md5_digest": "2993780cd13fe4386dfdf52a43b8939b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 14699,
            "upload_time": "2023-11-21T15:32:18",
            "upload_time_iso_8601": "2023-11-21T15:32:18.502617Z",
            "url": "https://files.pythonhosted.org/packages/25/57/8a66b5e396a134dcc84ced9e2edad82b996a068e56b2081f62ee349e3ada/collective.tileindex-1.0.0a2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-21 15:32:18",
    "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"
}
        
Elapsed time: 0.15915s