Metadata-Version: 2.1
Name: collective.pivot
Version: 1.0a2
Summary: Display CGT Pivot informations
Home-page: https://github.com/collective/collective.pivot
Author: Christophe Boulanger
Author-email: christophe.boulanger@imio.be
License: GPL version 2
Project-URL: Source, https://github.com/collective/collective.pivot
Project-URL: Tracker, https://github.com/collective/collective.pivot/issues
Project-URL: PyPI, https://pypi.python.org/pypi/collective.pivot
Description: ================
        collective.pivot
        ================
        
        Plone plugin which makes a connection to the CGT's DB PIVOT.
        This one display listing and details of various tourist offers.
        It's also possible to add filters.
        
        
        Translations
        ------------
        
        This product has been translated into
        
        - French
        
        
        Installation
        ------------
        
        Install collective.pivot by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                collective.pivot
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/imio/collective.pivot/issues
        - Source Code: https://github.com/imio/collective.pivot
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - Christophe Boulanger, christophe.boulanger@imio.be
        
        
        Changelog
        =========
        
        
        1.0a2 (2020-12-15)
        ------------------
        
        - Split to diffetent files js and css on react project
          [thomlamb]
        
        
        1.0a1 (2020-12-04)
        ------------------
        - added a react and webpack project for the pivot frontend
          [thomlamb]
        
        - Initial release.
          [boulch]
        
Keywords: Python Plone CMS
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
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)
Requires-Python: ==2.7
Provides-Extra: test
