collective.defaultpage


Namecollective.defaultpage JSON
Version 0.5 PyPI version JSON
download
home_pagehttps://github.com/collective/collective.defaultpage
SummaryA folder view, which select the first page in a folderwhich the user can access.
upload_time2023-08-21 10:02:40
maintainer
docs_urlNone
authorMaik Derstappen
requires_python
licenseGPL
keywords plone defaultpage
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Introduction
============

A folder view, which selects the first page in a folder which the user can access.
This can be useful if you want different default pages for different users or
groups in a folder. It also supports optional login enforcement per Folder.

Usage
-----

Just activate the extension in Plone add-ons and select the default-page-view
in folders display menu. You can then put multiple pages in the folder and
the first page which can be view, would be present to the user.

If you want to enforce a login before redirecting to the first object, you can enable enforce login in the settings fieldset on the Folder.

Please note: For users with the manager or review role, the folder_summary_view
will be show instead of redirecting.

Changelog
=========

0.5 (2023-08-21)
----------------

- add compatibility with Plone 6
  [MrTango]

- allow enforcing login


0.4 (2022-08-06)
----------------

- Fix MANIFEST.ini


0.3 (2022-08-06)
----------------

- Add enforce login feature.


0.2 (2022-08-04)
----------------

- Add Python classifiers



0.1 (2022-08-04)
----------------

- Initial release
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/collective/collective.defaultpage",
    "name": "collective.defaultpage",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Plone Defaultpage",
    "author": "Maik Derstappen",
    "author_email": "md@derico.de",
    "download_url": "https://files.pythonhosted.org/packages/07/37/9e07c0fd91e6d8c22c701a484bc81f3b1f44bed6b25cdeae99881ae3f4e5/collective.defaultpage-0.5.tar.gz",
    "platform": null,
    "description": "Introduction\n============\n\nA folder view, which selects the first page in a folder which the user can access.\nThis can be useful if you want different default pages for different users or\ngroups in a folder. It also supports optional login enforcement per Folder.\n\nUsage\n-----\n\nJust activate the extension in Plone add-ons and select the default-page-view\nin folders display menu. You can then put multiple pages in the folder and\nthe first page which can be view, would be present to the user.\n\nIf you want to enforce a login before redirecting to the first object, you can enable enforce login in the settings fieldset on the Folder.\n\nPlease note: For users with the manager or review role, the folder_summary_view\nwill be show instead of redirecting.\n\nChangelog\n=========\n\n0.5 (2023-08-21)\n----------------\n\n- add compatibility with Plone 6\n  [MrTango]\n\n- allow enforcing login\n\n\n0.4 (2022-08-06)\n----------------\n\n- Fix MANIFEST.ini\n\n\n0.3 (2022-08-06)\n----------------\n\n- Add enforce login feature.\n\n\n0.2 (2022-08-04)\n----------------\n\n- Add Python classifiers\n\n\n\n0.1 (2022-08-04)\n----------------\n\n- Initial release",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "A folder view, which select the first page in a folderwhich the user can access.",
    "version": "0.5",
    "project_urls": {
        "Homepage": "https://github.com/collective/collective.defaultpage"
    },
    "split_keywords": [
        "plone",
        "defaultpage"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07379e07c0fd91e6d8c22c701a484bc81f3b1f44bed6b25cdeae99881ae3f4e5",
                "md5": "978cf3b95a9adabbcba0640a0b3247da",
                "sha256": "4383861104ac534f1ded010fb2ab7874d3e7f342c16871c650eef3af4bf2f5e6"
            },
            "downloads": -1,
            "filename": "collective.defaultpage-0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "978cf3b95a9adabbcba0640a0b3247da",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 14875,
            "upload_time": "2023-08-21T10:02:40",
            "upload_time_iso_8601": "2023-08-21T10:02:40.216927Z",
            "url": "https://files.pythonhosted.org/packages/07/37/9e07c0fd91e6d8c22c701a484bc81f3b1f44bed6b25cdeae99881ae3f4e5/collective.defaultpage-0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-21 10:02:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "collective",
    "github_project": "collective.defaultpage",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "collective.defaultpage"
}
        
Elapsed time: 0.18909s