Metadata-Version: 1.1
Name: collective.document-hide-summary
Version: 1.0
Summary: An add-on for Plone that lets you hide a Document's description
Home-page: https://pypi.python.org/pypi/collective.document_hide_summary
Author: T. Kim Nguyen
Author-email: kim.nguyen@wildcardcorp.com
License: GPL version 2
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.
        
        ==============================================================================
        collective.document_hide_summary
        ==============================================================================
        
        Adds a Document view template that hides the summary (description).
        
        Features
        --------
        
        - uninstalls cleanly
        
        
        Documentation
        -------------
        
        After you activate this add-on, every page ("Document" content type)
        on your site will have a new Display menu choice "Hide Summary".
        
        Beware: deactivating and/or removing this add-on will result in errors
        on pages (Documents) that you set to use the "Hide Summary" view. To
        fix those pages, you must invoke selectViewTemplate on each page and
        specify the default document_view, e.g.
        
        http://localhost:8080/Plone/my-page/selectViewTemplate?templateId=document_view
        
        Alternatively, you can use the Management Interface on each such page, e.g.
        
        http://localhost:8080/Plone/my-page/manage_propertiesForm
        
        and delete the property named "Layout".
        
        
        Translations
        ------------
        
        This product has not been translated.
        
        
        
        Installation
        ------------
        
        Install collective.document_hide_summary by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                collective.document_hide_summary
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/collective/collective.document_hide_summary/issues
        - Source Code: https://github.com/collective/collective.document_hide_summary
        
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - T. Kim Nguyen, kim.nguyen@wildcardcorp.com
        
        
        Changelog
        =========
        
        
        1.0 (2016-11-25)
        ----------------
        
        - Fix PyPi trove classifier
          [tkimnguyen]
        
        - Add warning about deactivating or removing the add-on, and how to
          fix pages that were set to use the Hide Summary view. 
          [tkimnguyen]
        
        - Initial release.
          [tkimnguyen]
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
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)
