collective.folderishcollection


Namecollective.folderishcollection JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryA new addon for Plone
upload_time2025-07-22 12:54:28
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords cms plone python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # collective.folderishcollection

Replaces the Plone "Collection" content-type with a "folderish" version.

Until now we have been creating Folders and inside them adding Collections to create
news or events listing.

Remember the `news/aggregator` and `events/aggregator` that Plone creates adding a new site?

That's exactly what we were doing.

But, setting the Collection as default page, creates other problems, such as creating additional URLs
that Google and other search engines crawl.

Although Plone tries to solve that creating canonical URLs, trying to hide the `aggregator` part from the URL
sometimes search engines find a minimal way to crawl your site.

Using this product, you can create a Collection that holds all the configuration bells and whistles, and also add the content
inside it.

This way you can have your `news` collection, with news items inside it (`news/my-newsitem`) and the folder can have
a configurable search providing the results of the search.

## Installation

add collective.folderishcollection to your project's dependencies.

## Contribute

- [Issue tracker](https://github.com/collective/collective.folderishcollection/issues)
- [Source code](https://github.com/collective/collective.folderishcollection/)

### Prerequisites ✅

- An [operating system](https://6.docs.plone.org/install/create-project-cookieplone.html#prerequisites-for-installation) that runs all the requirements mentioned.
- [uv](https://6.docs.plone.org/install/create-project-cookieplone.html#uv)
- [Make](https://6.docs.plone.org/install/create-project-cookieplone.html#make)
- [Git](https://6.docs.plone.org/install/create-project-cookieplone.html#git)
- [Docker](https://docs.docker.com/get-started/get-docker/) (optional)

### Installation 🔧

1.  Clone this repository, then change your working directory.

    ```shell
    git clone git@github.com:collective/collective.folderishcollection.git
    cd collective.folderishcollection
    ```

2.  Install this code base.

    ```shell
    make install
    ```

## License

The project is licensed under GPLv2.

## Credits and acknowledgements 🙏

The idea of this product came after having used [collective.folderishtypes](https://github.com/collective/collective.folderishtypes) that adds folderish behavior to News Items, Events and Documents.

Generated using [Cookieplone (0.9.7)](https://github.com/plone/cookieplone) and [cookieplone-templates (4d55553)](https://github.com/plone/cookieplone-templates/commit/4d55553d61416df56b3360914b398d675b3f72a6) on 2025-07-22 12:20:18.861060. A special thanks to all contributors and supporters!

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "collective.folderishcollection",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "CMS, Plone, Python",
    "author": null,
    "author_email": "Mikel Larreategi <mlarreategi@codesyntax.com>",
    "download_url": "https://files.pythonhosted.org/packages/f0/5d/ca594a78aa2fa2b06cefbc2c84ef8c16e8bd8da6448e148d3b6e13610143/collective_folderishcollection-1.0.0.tar.gz",
    "platform": null,
    "description": "# collective.folderishcollection\n\nReplaces the Plone \"Collection\" content-type with a \"folderish\" version.\n\nUntil now we have been creating Folders and inside them adding Collections to create\nnews or events listing.\n\nRemember the `news/aggregator` and `events/aggregator` that Plone creates adding a new site?\n\nThat's exactly what we were doing.\n\nBut, setting the Collection as default page, creates other problems, such as creating additional URLs\nthat Google and other search engines crawl.\n\nAlthough Plone tries to solve that creating canonical URLs, trying to hide the `aggregator` part from the URL\nsometimes search engines find a minimal way to crawl your site.\n\nUsing this product, you can create a Collection that holds all the configuration bells and whistles, and also add the content\ninside it.\n\nThis way you can have your `news` collection, with news items inside it (`news/my-newsitem`) and the folder can have\na configurable search providing the results of the search.\n\n## Installation\n\nadd collective.folderishcollection to your project's dependencies.\n\n## Contribute\n\n- [Issue tracker](https://github.com/collective/collective.folderishcollection/issues)\n- [Source code](https://github.com/collective/collective.folderishcollection/)\n\n### Prerequisites \u2705\n\n- An [operating system](https://6.docs.plone.org/install/create-project-cookieplone.html#prerequisites-for-installation) that runs all the requirements mentioned.\n- [uv](https://6.docs.plone.org/install/create-project-cookieplone.html#uv)\n- [Make](https://6.docs.plone.org/install/create-project-cookieplone.html#make)\n- [Git](https://6.docs.plone.org/install/create-project-cookieplone.html#git)\n- [Docker](https://docs.docker.com/get-started/get-docker/) (optional)\n\n### Installation \ud83d\udd27\n\n1.  Clone this repository, then change your working directory.\n\n    ```shell\n    git clone git@github.com:collective/collective.folderishcollection.git\n    cd collective.folderishcollection\n    ```\n\n2.  Install this code base.\n\n    ```shell\n    make install\n    ```\n\n## License\n\nThe project is licensed under GPLv2.\n\n## Credits and acknowledgements \ud83d\ude4f\n\nThe idea of this product came after having used [collective.folderishtypes](https://github.com/collective/collective.folderishtypes) that adds folderish behavior to News Items, Events and Documents.\n\nGenerated using [Cookieplone (0.9.7)](https://github.com/plone/cookieplone) and [cookieplone-templates (4d55553)](https://github.com/plone/cookieplone-templates/commit/4d55553d61416df56b3360914b398d675b3f72a6) on 2025-07-22 12:20:18.861060. A special thanks to all contributors and supporters!\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A new addon for Plone",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/collective/collective.folderishcollection",
        "PyPI": "https://pypi.org/project/collective.folderishcollection",
        "Source": "https://github.com/collective/collective.folderishcollection",
        "Tracker": "https://github.com/collective/collective.folderishcollection/issues"
    },
    "split_keywords": [
        "cms",
        " plone",
        " python"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "43d72f59ae71f210f16a5b4a4a2fe1145d489f34c3c21bf0bcdb0fe9970a51b0",
                "md5": "07ea7f5f549ddccd13a622a96dcd7007",
                "sha256": "b7e991475b7c94122b6b6d84e7295a3605fcbe7b8bbf9b3f1cdf583509f28e6a"
            },
            "downloads": -1,
            "filename": "collective_folderishcollection-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "07ea7f5f549ddccd13a622a96dcd7007",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 23589,
            "upload_time": "2025-07-22T12:54:26",
            "upload_time_iso_8601": "2025-07-22T12:54:26.755846Z",
            "url": "https://files.pythonhosted.org/packages/43/d7/2f59ae71f210f16a5b4a4a2fe1145d489f34c3c21bf0bcdb0fe9970a51b0/collective_folderishcollection-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f05dca594a78aa2fa2b06cefbc2c84ef8c16e8bd8da6448e148d3b6e13610143",
                "md5": "524277d8d2cd44754145b357388a5377",
                "sha256": "9836c6dfd5a7f433d91352b57ba6c6f31b799efe963fa943979a8ae5955d02a2"
            },
            "downloads": -1,
            "filename": "collective_folderishcollection-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "524277d8d2cd44754145b357388a5377",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 19483,
            "upload_time": "2025-07-22T12:54:28",
            "upload_time_iso_8601": "2025-07-22T12:54:28.351809Z",
            "url": "https://files.pythonhosted.org/packages/f0/5d/ca594a78aa2fa2b06cefbc2c84ef8c16e8bd8da6448e148d3b6e13610143/collective_folderishcollection-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-22 12:54:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "collective",
    "github_project": "collective.folderishcollection",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "collective.folderishcollection"
}
        
Elapsed time: 0.43812s