collective.pivot


Namecollective.pivot JSON
Version 1.0b2 PyPI version JSON
download
home_pagehttps://github.com/IMIO/collective.pivot
SummaryDisplay CGT Pivot informations
upload_time2023-10-12 13:11:12
maintainer
docs_urlNone
authorChristophe Boulanger
requires_python
licenseGPL version 2
keywords python plone cms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            .. 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.

.. image:: https://github.com/IMIO/collective.pivot/workflows/Tests/badge.svg
    :target: https://github.com/IMIO/collective.pivot/actions?query=workflow%3ATests
    :alt: CI Status

.. image:: https://coveralls.io/repos/github/IMIO/collective.pivot/badge.svg?branch=main
    :target: https://coveralls.io/github/IMIO/collective.pivot?branch=main
    :alt: Coveralls

.. image:: https://img.shields.io/pypi/v/collective.pivot.svg
    :target: https://pypi.python.org/pypi/collective.pivot/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/status/collective.pivot.svg
    :target: https://pypi.python.org/pypi/collective.pivot
    :alt: Egg Status

.. image:: https://img.shields.io/pypi/pyversions/collective.pivot.svg?style=plastic   :alt: Supported - Python Versions

.. image:: https://img.shields.io/pypi/l/collective.pivot.svg
    :target: https://pypi.python.org/pypi/collective.pivot/
    :alt: License


================
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.


Features
--------

This products contains:
 - Content types : collective.pivot.Family;
 - Specific control panel configuration : Webservice url, authentication key and zipcode fields
 - Endpoint : To connect and get/query informations from CGT's DB PIVOT.
 - View with react component to display pivot "cards"

When Installing collective.pivot, it create a new "pivot" folder in Plone site root and it install 5 default families
 - "Hosting";
 - "Leisure / discovery";
 - "Tourism organizations";
 - "Events";
 - "Terroir"

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.0b2 (2023-10-12)
------------------

- Fix translation function
  [boulch]

- Fix post_install when the targeted site not allow default Folder on plonesite root
  [boulch]


1.0b1 (2023-01-09)
------------------

- Add plone6 profile to fix collective.pivot.Family icons
  [boulch]


1.0a7 (2022-01-14)
------------------

- Use translate instead of ITranslationDomain
  [boulch]


1.0a6 (2021-03-10)
------------------

- remove useless plone.app.referenceablebehavior (bring archetypes!)
- update translations
  [boulch]


1.0a5 (2021-02-03)
------------------
- Improved UI
  [thomlamb]

- Modification react to display the popup from the map to the hover items.
  [thomlamb]

- Improved accessibility.
  [thomlamb]


1.0a4 (2021-02-01)
------------------

- Fix offer codeCgt
  [boulch]


1.0a3 (2020-12-17)
------------------

- [WEB-3482] Add toggle map button
  [thomlamb]

- [WEB-3482] Adding styles for pivot view
  [thomlamb]

- [WEB-3482] Add less package for react and webpack
  [thomlamb]


1.0a2 (2020-12-17)
------------------
- [WEB-3482] Add toggle map button
  [thomlamb]

- [WEB-3482] Adding styles for pivot view
  [thomlamb]

- [WEB-3482] Add less package for react and webpack
  [thomlamb]

- [WEB-3482] Get new attributes from Pivot : email
  [boulch]

- [WEB-3482] Get new attributes from Pivot (CP, Locality, phone1)
  [boulch]

- [WEB-3482] 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]

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/IMIO/collective.pivot",
    "name": "collective.pivot",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Python Plone CMS",
    "author": "Christophe Boulanger",
    "author_email": "christophe.boulanger@imio.be",
    "download_url": "https://files.pythonhosted.org/packages/33/5e/427685f53d2a490923e829d174fb1c7c094b2c33a0513b0471edc0b59ac5/collective.pivot-1.0b2.tar.gz",
    "platform": null,
    "description": ".. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.\n   If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html\n   This text does not appear on pypi or github. It is a comment.\n\n.. image:: https://github.com/IMIO/collective.pivot/workflows/Tests/badge.svg\n    :target: https://github.com/IMIO/collective.pivot/actions?query=workflow%3ATests\n    :alt: CI Status\n\n.. image:: https://coveralls.io/repos/github/IMIO/collective.pivot/badge.svg?branch=main\n    :target: https://coveralls.io/github/IMIO/collective.pivot?branch=main\n    :alt: Coveralls\n\n.. image:: https://img.shields.io/pypi/v/collective.pivot.svg\n    :target: https://pypi.python.org/pypi/collective.pivot/\n    :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/status/collective.pivot.svg\n    :target: https://pypi.python.org/pypi/collective.pivot\n    :alt: Egg Status\n\n.. image:: https://img.shields.io/pypi/pyversions/collective.pivot.svg?style=plastic   :alt: Supported - Python Versions\n\n.. image:: https://img.shields.io/pypi/l/collective.pivot.svg\n    :target: https://pypi.python.org/pypi/collective.pivot/\n    :alt: License\n\n\n================\ncollective.pivot\n================\n\nPlone plugin which makes a connection to the CGT's DB PIVOT.\nThis one display listing and details of various tourist offers.\nIt's also possible to add filters.\n\n\nFeatures\n--------\n\nThis products contains:\n - Content types : collective.pivot.Family;\n - Specific control panel configuration : Webservice url, authentication key and zipcode fields\n - Endpoint : To connect and get/query informations from CGT's DB PIVOT.\n - View with react component to display pivot \"cards\"\n\nWhen Installing collective.pivot, it create a new \"pivot\" folder in Plone site root and it install 5 default families\n - \"Hosting\";\n - \"Leisure / discovery\";\n - \"Tourism organizations\";\n - \"Events\";\n - \"Terroir\"\n\nTranslations\n------------\n\nThis product has been translated into\n\n- French\n\n\nInstallation\n------------\n\nInstall collective.pivot by adding it to your buildout::\n\n    [buildout]\n\n    ...\n\n    eggs =\n        collective.pivot\n\n\nand then running ``bin/buildout``\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/imio/collective.pivot/issues\n- Source Code: https://github.com/imio/collective.pivot\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- Christophe Boulanger, christophe.boulanger@imio.be\n\n\nChangelog\n=========\n\n\n1.0b2 (2023-10-12)\n------------------\n\n- Fix translation function\n  [boulch]\n\n- Fix post_install when the targeted site not allow default Folder on plonesite root\n  [boulch]\n\n\n1.0b1 (2023-01-09)\n------------------\n\n- Add plone6 profile to fix collective.pivot.Family icons\n  [boulch]\n\n\n1.0a7 (2022-01-14)\n------------------\n\n- Use translate instead of ITranslationDomain\n  [boulch]\n\n\n1.0a6 (2021-03-10)\n------------------\n\n- remove useless plone.app.referenceablebehavior (bring archetypes!)\n- update translations\n  [boulch]\n\n\n1.0a5 (2021-02-03)\n------------------\n- Improved UI\n  [thomlamb]\n\n- Modification react to display the popup from the map to the hover items.\n  [thomlamb]\n\n- Improved accessibility.\n  [thomlamb]\n\n\n1.0a4 (2021-02-01)\n------------------\n\n- Fix offer codeCgt\n  [boulch]\n\n\n1.0a3 (2020-12-17)\n------------------\n\n- [WEB-3482] Add toggle map button\n  [thomlamb]\n\n- [WEB-3482] Adding styles for pivot view\n  [thomlamb]\n\n- [WEB-3482] Add less package for react and webpack\n  [thomlamb]\n\n\n1.0a2 (2020-12-17)\n------------------\n- [WEB-3482] Add toggle map button\n  [thomlamb]\n\n- [WEB-3482] Adding styles for pivot view\n  [thomlamb]\n\n- [WEB-3482] Add less package for react and webpack\n  [thomlamb]\n\n- [WEB-3482] Get new attributes from Pivot : email\n  [boulch]\n\n- [WEB-3482] Get new attributes from Pivot (CP, Locality, phone1)\n  [boulch]\n\n- [WEB-3482] Split to diffetent files js and css on react project\n  [thomlamb]\n\n\n1.0a1 (2020-12-04)\n------------------\n- added a react and webpack project for the pivot frontend\n  [thomlamb]\n\n- Initial release.\n  [boulch]\n",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "Display CGT Pivot informations",
    "version": "1.0b2",
    "project_urls": {
        "Homepage": "https://github.com/IMIO/collective.pivot",
        "PyPI": "https://pypi.python.org/pypi/collective.pivot",
        "Source": "https://github.com/IMIO/collective.pivot",
        "Tracker": "https://github.com/IMIO/collective.pivot/issues"
    },
    "split_keywords": [
        "python",
        "plone",
        "cms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d26fff8c55d9f6d0b841a721ef16630b37a6a84b662d1db601a2d6f574064f4a",
                "md5": "a96fe6a156c501ea532f8af263ddee36",
                "sha256": "d7384ef3e887be6ae1fee6f5444268e3d8bbc722c3a15929d54109e6d78c3cad"
            },
            "downloads": -1,
            "filename": "collective.pivot-1.0b2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a96fe6a156c501ea532f8af263ddee36",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 283462,
            "upload_time": "2023-10-12T13:11:10",
            "upload_time_iso_8601": "2023-10-12T13:11:10.333026Z",
            "url": "https://files.pythonhosted.org/packages/d2/6f/ff8c55d9f6d0b841a721ef16630b37a6a84b662d1db601a2d6f574064f4a/collective.pivot-1.0b2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "335e427685f53d2a490923e829d174fb1c7c094b2c33a0513b0471edc0b59ac5",
                "md5": "bf25af6cc20081b8d24cac45c91207df",
                "sha256": "bd0323e4b1e3a483dffcb55fc80ea4be954ef7aa2dbca2d010f9dd8766f1b1e7"
            },
            "downloads": -1,
            "filename": "collective.pivot-1.0b2.tar.gz",
            "has_sig": false,
            "md5_digest": "bf25af6cc20081b8d24cac45c91207df",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 266664,
            "upload_time": "2023-10-12T13:11:12",
            "upload_time_iso_8601": "2023-10-12T13:11:12.535748Z",
            "url": "https://files.pythonhosted.org/packages/33/5e/427685f53d2a490923e829d174fb1c7c094b2c33a0513b0471edc0b59ac5/collective.pivot-1.0b2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-12 13:11:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "IMIO",
    "github_project": "collective.pivot",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "collective.pivot"
}
        
Elapsed time: 0.12357s