Metadata-Version: 1.1
Name: collective.querynextprev
Version: 0.1
Summary: Navigate through your query results using a next and a previous buttons
Home-page: http://pypi.python.org/pypi/collective.querynextprev
Author: Cédric Messiant
Author-email: cedricmessiant@ecreall.com
License: GPL version 2
Description: ==============================================================================
        collective.querynextprev
        ==============================================================================
        
        .. image:: https://secure.travis-ci.org/collective/collective.querynextprev.png
            :target: http://travis-ci.org/collective/collective.querynextprev
        
        .. image:: https://coveralls.io/repos/collective/collective.querynextprev/badge.png?branch=master
            :alt: Coveralls badge
            :target: https://coveralls.io/r/collective/collective.querynextprev
        
        
        This package adds next/previous buttons that allow you to navigate through your query results.
        
        Out of the box, it works with `eea.facetednavigation <https://github.com/collective/eea.facetednavigation>`__ queries (requires ``eea.facetednavigation`` > 8.2).
        
        
        To add support for more queries, you have to record the query in the request session and optionnaly a search url (see ``record_query_in_session`` subscriber).
        The `search url` is the url that will be used by the next/previous links when there is no more result. If no search url is provided, it redirects to the portal url.
        
        
        Translations
        ------------
        
        This product has been translated into
        
        - French
        
        
        Installation
        ------------
        
        Install collective.querynextprev by adding it to your buildout::
        
           [buildout]
        
            ...
        
            eggs =
                collective.querynextprev
        
        
        and then running "bin/buildout"
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/collective/collective.querynextprev/issues
        - Source Code: https://github.com/collective/collective.querynextprev
        - Documentation: https://docs.plone.org/foo/bar
        
        
        Support
        -------
        
        If you are having issues, please let us know.
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        Contributors
        ============
        
        - Cédric Messiant, cedricmessiant@ecreall.com
        
        Changelog
        =========
        
        
        0.1 (2015-11-24)
        ----------------
        
        - Initial release.
          [cedricmessiant]
        
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
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)
