Metadata-Version: 2.1
Name: library.policy
Version: 1.1.11.dev0
Summary: Policy for the installation of buildout.library
Home-page: https://pypi.python.org/pypi/library.policy
Author: Nicolas Demonte
Author-email: support@imio.be
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.
        
        ==============
        library.policy
        ==============
        
        Tell me what your product does
        
        Features
        --------
        
        - Can be bullet points
        
        
        Examples
        --------
        
        This add-on can be seen in action at the following sites:
        - Is there a page on the internet where everybody can see the features?
        
        
        Documentation
        -------------
        
        Full documentation for end users can be found in the "docs" folder, and is also available online at http://docs.plone.org/foo/bar
        
        
        Translations
        ------------
        
        This product has been translated into
        
        - Klingon (thanks, K'Plai)
        
        
        Installation
        ------------
        
        Install library.policy by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                library.policy
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/collective/library.policy/issues
        - Source Code: https://github.com/collective/library.policy
        - Documentation: https://docs.plone.org/foo/bar
        
        
        Support
        -------
        
        If you are having issues, please let us know.
        We have a mailing list located at: project@example.com
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - Nicolas Demonte, daggelpop@gmail.com
        - Valentin Piret, valentin.piret@affinitic.be
        
        
        Changelog
        =========
        
        
        1.1.11 (unreleased)
        -------------------
        
        - Add iaweb.mosaic as a requirement (to add slider in bibliotheca).
          [boulch]
        
        
        1.1.10 (2020-09-30)
        -------------------
        
        - [BIBLI-46] : Set content language same as DefaultLanguage site (upgrade step).
          [boulch]
        
        
        1.1.9 (2020-09-14)
        ------------------
        
        - BIBLI-41: Add translations for show/hide button on faceted view
          [mpeeters]
        
        
        1.1.8 (2020-09-14)
        ------------------
        
        - Use default config coordinates when there is no marker to display on faceted map
          [mpeeters]
        
        - BIBLI-29: Fix a javascript error when there is no geolocated result to display for faceted map
          [mpeeters]
        
        - BIBLI-41: Fix show/hide button for faceted map
          [mpeeters]
        
        
        1.1.7 (2020-09-03)
        ------------------
        
        - [BIBLI-39] : Add image cropping and banner behaviors on Folder and Document types.
          [boulch]
        
        
        1.1.6 (2020-09-02)
        ------------------
        
        - [BIBLI-38] : Load @@images/image/mini instead of @@images/image in explorer faceted view.
          [boulch]
        
        1.1.5 (2020-08-20)
        ------------------
        
        - [BIBLI-25] : Fix pppw items index in explorer template.
          [boulch]
        
        
        1.1.4 (2020-08-19)
        ------------------
        
        - [BIBLI-25] : Refactor explorer template to fix a bug when loading map.
          [boulch]
        
        
        1.1.3 (2020-08-13)
        ------------------
        
        - [BIBLI-12] : Directly apply custom faceted view on "explorer" folder.
          [boulch]
        - [BIBLI-12] : Register custom faceted "map" template
          [boulch]
        
        
        1.1.2 (2020-07-24)
        ------------------
        
        - Add new package : collective.faceted.map. To geolocalize "patrimoine" type.
          [boulch]
        
        
        1.1.1 (2020-03-12)
        ------------------
        
        - Set recaptcha as default captcha settings on plone.app.discussion.
          [bsuttor]
        
        - Install plone.formwidget.recaptcha during policy installation.
          [bsuttor]
        
        
        1.1.0 (2020-03-11)
        ------------------
        
        - Add plone.formwidget.recaptcha dependency.
          [bsuttor]
        
        
        1.0a6 (2019-01-07)
        ------------------
        
        - Add collective.cookiecuttr dependency.
          [bsuttor]
        
        
        1.0a5 (2018-09-04)
        ------------------
        
        - Add collective.z3cform.select2
          [daggelpop]
        
        
        1.0a4 (2018-08-06)
        ------------------
        
        - Fix ZCML imports
          [vpiret]
        
        
        1.0a3 (2018-07-27)
        ------------------
        
        - Add library.core
          [daggelpop]
        
        - Add collective.preventactions
          [daggelpop]
        
        
        1.0a2 (2018-07-10)
        ------------------
        
        - Add collective.easyform
          [daggelpop]
        
        - Add collective.behavior.banner
          [daggelpop]
        
        - Add collective.behavior.gallery
          [daggelpop]
        
        
        1.0a1 (2018-06-20)
        ------------------
        
        - Initial release.
          [daggelpop]
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 5.2
Classifier: Framework :: Plone :: Addon
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Provides-Extra: test
