Metadata-Version: 1.1
Name: collective.sidebar
Version: 1.2.0
Summary: A sidebar for Plone to consolidate toolbar and navigation.
Home-page: https://pypi.python.org/pypi/collective.sidebar
Author: Stefan Antonelli
Author-email: stefan.antonelli@operun.de
License: GPL version 2
Description-Content-Type: UNKNOWN
Description: .. 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://travis-ci.org/collective/collective.sidebar.svg?branch=master
            :target: https://travis-ci.org/collective/collective.sidebar
        
        .. image:: https://coveralls.io/repos/github/collective/collective.sidebar/badge.svg?branch=master
            :target: https://coveralls.io/github/collective/collective.sidebar?branch=master
        
        .. image:: https://badge.fury.io/py/collective.sidebar.svg
            :target: https://badge.fury.io/py/collective.sidebar
        
        
        ==================
        collective.sidebar
        ==================
        
        A sidebar for Plone to consolidate toolbar and navigation.
        
        .. image:: https://raw.githubusercontent.com/collective/collective.sidebar/master/docs/screenshot.png
            :target: https://raw.githubusercontent.com/collective/collective.sidebar/master/docs/screenshot.png
        
        
        Features
        --------
        
        - Replaces the default Plone toolbar
        - Inherits structureupdater pattern
        - Includes workflow state management
        - Includes site navigation
        - Includes quick access to the user profile
        - Includes configurable persistent site links through the ZMI
        
        
        Examples
        --------
        
        - TBD
        
        
        Documentation
        -------------
        
        Full documentation for end users can be found in the "docs" folder.
        
        
        Translations
        ------------
        
        This product has been translated into:
        
        - German (thanks, santonelli)
        
        
        Installation
        ------------
        
        Install collective.sidebar by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                collective.sidebar
        
        
        and then running ``bin/buildout``...
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/collective/collective.sidebar/issues
        - Source Code: https://github.com/collective/collective.sidebar
        
        
        Support
        -------
        
        If you are having issues, please let us know. We have a issue tracker located at: https://github.com/collective/collective.sidebar/issues
        
        
        Change Icon Font
        -----------------
        
        When you installed Font Awesome or Fontello, you can change the sidebar to use these icons.
        First choose the icon font in the control panel.
        Then change the sidebar static links in the ZMI or via actions.xml.
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - Stefan Antonelli, stefan.antonelli@operun.de
        - Jesse Stippel, jesse.stippel@operun.de
        - Stefan Arnold, stefan.arnold@operun.de
        
        
        Changelog
        =========
        
        
        1.2.0 (2019-12-04)
        ------------------
        
        Added:
        
        - Added checks to respect global navigation settings #71
          [santonelli]
        
        
        1.1.0b2 (2019-08-30)
        --------------------
        
        Added:
        
        - Added option to trigger the sidebar from left and right side of screen. #30
          [netroxen]
        
        
        1.0.0b1 (2019-08-14)
        --------------------
        
        Changed:
        
        - Crop utility functionality improved. #65
          [sarnold]
        
        - Font pack now selectable in the sidebar settings. #69
          [sarnold]
        
        - Plone toolbar removed from rendered DOM.
          [netroxen]
        
        
        1.0.0a10 (2019-08-01)
        ---------------------
        
        Added:
        
        - Added back button to empty folders. #58
          [sarnold]
        
        
        1.0.0a9 (2019-05-24)
        --------------------
        
        Added:
        
        - Added collapsible sections to the sidebar template. #3
          [netroxen]
        
        - Added conditional to static-links section. #54
          [goschtl]
        
        Changed:
        
        - Removed main_template override from package. #52
          [netroxen]
        
        
        1.0.0a8 (2019-05-09)
        --------------------
        
        Added:
        
        - Added a link to select_default_view. #33
          [sarnold]
        
        - Added object_buttons actions like cut,copy,paste. #46
          [sarnold]
        
        
        1.0.0a7 (2019-02-05)
        --------------------
        
        Changed:
        
        - Back button not visible when root level navigation enabled.
          [netroxen, sarnold]
        
        
        1.0.0a6 (2019-02-04)
        --------------------
        
        Bugfixes
        
        - Add default to get registry record in the get_items method.
          [netroxen]
        
        
        1.0.0a5 (2019-02-04)
        --------------------
        
        Added:
        
        - Added a controlpanel for sidebar configuration. #41
          [netroxen]
        
        - Added setting to pin the root level navigation to the sidebar. #41
          [netroxen]
        
        Changed:
        
        - Removed the "root" parameter from the get_items method of the sidebar. #41
          [netroxen]
        
        
        1.0.0a4 (2019-02-01)
        --------------------
        
        Changed:
        
        - Moved the profile URL from the template to Python class.
          [jstippel]
        
        
        1.0.0a3 (2019-01-31)
        --------------------
        
        Added:
        
        - Added a profile section to the top of the sidebar panel. #5
          [netroxen]
        
        - Sidebar links are now configurable through the portal_actions menu. #22
          [netroxen]
        
        
        1.0.0a2 (2018-12-04)
        --------------------
        
        Added:
        
        - Added structureupdater functionality to the sidebar. #11
          [netroxen, sarnold]
        
        
        1.0.0a1 (2018-11-10)
        --------------------
        
        Added:
        
        - Add workflow section to sidebar. #7
          [santonelli]
        
        - Initial release.
          [santonelli]
        
        Changed:
        
        - Refactor add section. #24
          [santonelli]
        
        - Improved sidebar styling and introduced a site-cover. #1
          [jstippel]
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 5.0
Classifier: Framework :: Plone :: 5.1
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)
