{"id":25176230,"url":"https://github.com/redturtle/redturtle.tiles.management","last_synced_at":"2025-07-20T11:33:43.012Z","repository":{"id":4909583,"uuid":"45195028","full_name":"RedTurtle/redturtle.tiles.management","owner":"RedTurtle","description":"An alternative method for handling and showing tiles","archived":false,"fork":false,"pushed_at":"2023-05-31T15:02:49.000Z","size":1276,"stargazers_count":3,"open_issues_count":10,"forks_count":2,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-07-05T09:05:58.871Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RedTurtle.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2015-10-29T16:13:10.000Z","updated_at":"2023-08-18T15:39:46.000Z","dependencies_parsed_at":"2023-07-06T11:16:29.604Z","dependency_job_id":null,"html_url":"https://github.com/RedTurtle/redturtle.tiles.management","commit_stats":null,"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/RedTurtle/redturtle.tiles.management","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedTurtle%2Fredturtle.tiles.management","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedTurtle%2Fredturtle.tiles.management/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedTurtle%2Fredturtle.tiles.management/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedTurtle%2Fredturtle.tiles.management/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RedTurtle","download_url":"https://codeload.github.com/RedTurtle/redturtle.tiles.management/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedTurtle%2Fredturtle.tiles.management/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266117858,"owners_count":23879128,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-09T13:16:41.131Z","updated_at":"2025-07-20T11:33:42.990Z","avatar_url":"https://github.com/RedTurtle.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. 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_addons.html\n   This text does not appear on pypi or github. It is a comment.\n\n==============================================================================\nredturtle.tiles.management\n==============================================================================\n\n.. image:: https://travis-ci.org/RedTurtle/redturtle.tiles.management.svg?branch=master\n    :target: https://travis-ci.org/RedTurtle/redturtle.tiles.management\n\nA tiles management system, easier than plone.app.mosaic that uses\n`plone.app.tiles`__ and `Mockup`__ functionalities to build a simple UI.\n\n__ https://github.com/plone/plone.app.tiles\n__ https://github.com/plone/mockup\n\nFeatures\n--------\n\n- Simple UI to add/remove/edit registered tiles\n- Tiles sorting with drag-and-drop (thanks to mockup)\n- Tiles resizing (with default or custom CSS classes)\n- Tile manager is a pattern that can be included in every custom page\n- **plone.layoutaware** behavior enabled for Documents\n- Example *tiles_view* view available for all objects with \"plone.layoutaware\" behavior enabled\n- Customizable available tiles list from control panel\n\nUsage\n-----\n\nTiles manager works with plone.app.blocks features and its plone.layoutaware behavior, so you can use this functionality\nonly on Content Types with this behavior enabled.\n\nInstalling this product, a new pattern will be available: \"*pat-tiles-management*\", and you only need to insert a pattern-style tag into your view like this:\n\n.. code-block:: html\n\n  \u003cdiv class=\"pat-tiles-management\" data-pat-tiles-management=\"managerId:myManager\" /\u003e\n\nYou need to provide a **managerId** attribute, because multiple managers can be instantiated in a view, and with this, the pattern can handle the tiles stored in each manager.\n\n\nAvailable tiles list\n--------------------\n\nYou can configure a list of addable tiles for this manager in Plone's control panel:\nhttp://yoursite/@@tiles-management-settings\n\nIn the \"Add new tile\" menu you'll see this list filtered also by single tiles permission.\n\n\nTile resizing\n-------------\n\nIf you want two tiles in a row, from tile control buttons select a style in the \"resize\" dropdown.\nThere are two default styles:\n\n- reset (with no CSS classes)\n- two tiles in a row (`half-width` class)\n\nThese CSS classes can be configured in control panel.\n\nPatch for pattern settings\n--------------------------\n\nThere is a patch for `get_relateditems_options` method to get the right context\nfor related items widgets (in Tiny and relation fields).\n\n\nJS Development and bundling\n---------------------------\n\nIf you need to develop this product's javascripts or styles, you need to compile the code\nfor the resource registry bundle. To do this, there are two grunt tasks.\n\nFirst of all, you need to install grunt dependencies listed in package.json file in the root of this package:\n\n.. code-block:: shell\n\n  npm install\n\nor if you prefer yarn:\n\n.. code-block:: shell\n\n  yarn\n\nAfter that, you can use two different grunt tasks:\n\n- `grunt`: the default task, that listen files changes with `watch` and re-build resources and bundles automatically\n- `grunt compile`: to manually compile all resources and bundles\n\n\nTranslations\n------------\n\nThis product has been translated into\n\n- Italian\n\n\nInstallation\n------------\n\nInstall redturtle.tiles.management by adding it to your buildout::\n\n   [buildout]\n\n    ...\n\n    eggs =\n        redturtle.tiles.management\n\n\nand then running \"bin/buildout\"\n\n\nCompatibility\n-------------\nThis package is developed with mockup, so is fully compatible for Plone 5.\n\nFrom 1.0.0 version, Plone 4 compatibility has been dropped, so you need to use the 0.x branch.\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/RedTurtle/redturtle.tiles.management/issues\n- Source Code: https://github.com/RedTurtle/redturtle.tiles.management\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredturtle%2Fredturtle.tiles.management","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredturtle%2Fredturtle.tiles.management","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredturtle%2Fredturtle.tiles.management/lists"}