Metadata-Version: 2.1
Name: collective.defaultpage
Version: 0.3
Summary: A folder view, which select the first page in a folderwhich the user can access.
Home-page: https://github.com/collective/collective.defaultpage
Author: Maik Derstappen
Author-email: md@derico.de
License: GPL
Description: 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.3 (2022-08-06)
        ----------------
        
        - Add enforce login feature.
        
        
        0.2 (2022-08-04)
        ----------------
        
        - Add Python classifiers
        
        
        
        0.1 (2022-08-04)
        ----------------
        
        - Initial release
        
Keywords: Plone Defaultpage
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 5.1
Classifier: Framework :: Plone :: 5.2
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Provides-Extra: test
