Metadata-Version: 1.1
Name: collective.eeafaceted.collectionwidget
Version: 0.5
Summary: eea.facetednavigation widget that enables selecting a collection (among several) as base filter
Home-page: http://pypi.python.org/pypi/collective.eeafaceted.collectionwidget
Author: IMIO
Author-email: support@imio.be
License: GPL
Description: 
        .. image:: https://travis-ci.org/collective/collective.eeafaceted.collectionwidget.svg
          :target: https://travis-ci.org/collective/collective.eeafaceted.collectionwidget
        
        
        .. image:: https://coveralls.io/repos/collective/collective.eeafaceted.collectionwidget/badge.svg?branch=master&service=github
          :target: https://coveralls.io/github/collective/collective.eeafaceted.collectionwidget?branch=master
        
        ==========================================================================
        collective.eeafaceted.collectionwidget
        ==========================================================================
        
        Package adding a widget for eea.facetednavigation that list collections as base searches
        
        * `Source code @ GitHub <https://github.com/collective/collective.eeafaceted.collectionwidget>`_
        * `Continuous Integration @ Travis-CI <http://travis-ci.org/collective/collective.eeafaceted.collectionwidget>`_
        
        How it works
        ============
        
        Once installed, a new widget `Collection Link` is available while configuring the faceted navigation.  It will display a list of Collections (plone.app.collection) that will be used as base searches.
        
        Installation
        ============
        
        To install `collective.eeafaceted.collectionwidget` you simply add ``collective.eeafaceted.collectionwidget``
        to the list of eggs in your buildout, use make run to launch buildout and start Plone.
        Then, install `collective.eeafaceted.collectionwidget` using the Add-ons control panel.
        
        
        Configuration
        =============
        
        All that is necessary when adding this kind of widget in a faceted navigation is to enter a name for the displayed widget and to select the vocabulary `collective.eeafaceted.collectionwidget.collectionvocabulary`.  It will automatically display the Collections contained in the folder the faceted navigation is configured on.  It is also possible to group Collections by category, to do so, instead of adding the Collections directly in the folder, you can create a subfolder that will contain the Collections.
        
        Contributors
        ============
        
        - IMIO, support@imio.be
        
        Changelog
        =========
        
        
        0.5 (2016-05-13)
        ----------------
        
        - Added plone.app.collection as a real dependency, this way it is present
          and we make sure that the profile is installed.
          [gbastien]
        
        
        0.4 (2016-03-29)
        ----------------
        
        - Adapted tests for eea.facetednavigation 8.8, moved to the collective,
          prepare for release on pypi.python.org.
          [gbastien]
        
        
        0.3 (2016-03-03)
        ----------------
        
        - Display number of collection items in the term view. Override
          display_number_of_items method if you want to alter this behaviour.
          [cedricmessiant]
        
        
        0.2 (2015-09-03)
        ----------------
        
        - The context for @@render_collection_widget_category is now the category
          (folder) and the context for @@render_collection_widget_term is the
          collection. (closes #11677)
          [vincentfretin]
        
        - When generating link to sub faceted, make sure every default values are
          correctly initialized, especially value of the Collection widget for which
          the id could be different than current faceted Collection widget id
          [gbastien]
        
        - If we use functionnality of sub folders where faceted navigation is enabled,
          and the default collection is on one of these subfolders, do not redirect to
          this default collection if we use the 'folder_contents' of the root folder or
          user is systematically redirected to the subfolder and it is not possible
          anymore to access on the root folder
          [gbastien]
        
        - Added portal_url attribute in RenderCategoryView
          [sgeulette]
        
        0.1 (2015-07-14)
        ----------------
        
        - Initial release.
          [IMIO]
        
        
Keywords: Plone faceted navigation widget collection
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
