collective.plausible


Namecollective.plausible JSON
Version 1.0a5 PyPI version JSON
download
home_pagehttps://github.com/IMIO/collective.plausible
SummaryPlausible integration into Plone 5 and Plone 6 classic UI
upload_time2024-03-08 11:51:35
maintainer
docs_urlNone
authorremdub
requires_python>=3.7
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.plausible/actions/workflows/plone-package.yml/badge.svg
    :target: https://github.com/IMIO/collective.plausible/actions/workflows/plone-package.yml

.. image:: https://codecov.io/gh/IMIO/collective.plausible/graph/badge.svg?token=28881WG157
    :target: https://codecov.io/gh/IMIO/collective.plausible

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

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

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

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


====================
collective.plausible
====================

Plausible integration into Plone 5 and Plone 6 classic UI

Features
--------

- Behavior to set plausible fields on content types
- Viewlet to include plausible tracking code in the page
- Statistics browserview @@plausible-view
- Plausible server healthcheck browserview @@plausible-healthcheck
- Optional link to the browserviews in object menu




Documentation
-------------

Full documentation for end users can be found in the "docs" folder.


Translations
------------

This product has been translated into

- English
- French


Installation
------------

Install collective.plausible by adding it to your buildout::

    [buildout]

    ...

    eggs =
        collective.plausible


and then running ``bin/buildout``


Authors
-------

iMio


Contributors
------------

- Rémi Dubois <remi.dubois@imio.be>
- Christophe Boulanger <christophe.boulanger@imio.be>
- Benoît Suttor <benoit.suttor@imio.be>


Contribute
----------

- Issue Tracker: https://github.com/IMIO/collective.plausible/issues
- Source Code: https://github.com/IMIO/collective.plausible
- Documentation: https://docs.plone.org/foo/bar


Support
-------

If you are having issues, please let us know by submitting an issue on the issue tracker.


License
-------

The project is licensed under the GPLv2.


Contributors
============

- Rémi Dubois, remi.dubois@imio.be
- Christophe Boulanger, christophe.boulanger@imio.be
- Benoît Suttor, benoit.suttor@imio.be


Changelog
=========


1.0a5 (2024-03-08)
------------------

- Refactor : collective.plausible is now based on a behavior
  [remdub]

- Add viewlet to insert plausible tracking code in the page
  [remdub]

- Refactor : server healthcheck is now a separate view @@plausible-healthcheck
  [remdub]

1.0a4 (2024-02-22)
------------------

- Add plausible server healthcheck into plausible control panel
  [remdub]


1.0a3 (2024-02-20)
------------------

- Add an optional link to statistics browserview in user menu
  [remdub]


1.0a2 (2024-02-16)
------------------

- Rename package to collective.plausible
  [remdub]


1.0a1 (2024-02-15)
------------------

- Initial release.
  [remdub]

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/IMIO/collective.plausible",
    "name": "collective.plausible",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "Python Plone CMS",
    "author": "remdub",
    "author_email": "remi.dubois@imio.be",
    "download_url": "https://files.pythonhosted.org/packages/9b/66/7404a19eb582fa0797a082d7d6748eb83a060dbd84a0bbb691fd7911a97b/collective.plausible-1.0a5.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.plausible/actions/workflows/plone-package.yml/badge.svg\n    :target: https://github.com/IMIO/collective.plausible/actions/workflows/plone-package.yml\n\n.. image:: https://codecov.io/gh/IMIO/collective.plausible/graph/badge.svg?token=28881WG157\n    :target: https://codecov.io/gh/IMIO/collective.plausible\n\n.. image:: https://img.shields.io/pypi/v/collective.plausible.svg\n    :target: https://pypi.python.org/pypi/collective.plausible/\n    :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/status/collective.plausible.svg\n    :target: https://pypi.python.org/pypi/collective.plausible\n    :alt: Egg Status\n\n.. image:: https://img.shields.io/pypi/pyversions/collective.plausible.svg?style=plastic   :alt: Supported - Python Versions\n\n.. image:: https://img.shields.io/pypi/l/collective.plausible.svg\n    :target: https://pypi.python.org/pypi/collective.plausible/\n    :alt: License\n\n\n====================\ncollective.plausible\n====================\n\nPlausible integration into Plone 5 and Plone 6 classic UI\n\nFeatures\n--------\n\n- Behavior to set plausible fields on content types\n- Viewlet to include plausible tracking code in the page\n- Statistics browserview @@plausible-view\n- Plausible server healthcheck browserview @@plausible-healthcheck\n- Optional link to the browserviews in object menu\n\n\n\n\nDocumentation\n-------------\n\nFull documentation for end users can be found in the \"docs\" folder.\n\n\nTranslations\n------------\n\nThis product has been translated into\n\n- English\n- French\n\n\nInstallation\n------------\n\nInstall collective.plausible by adding it to your buildout::\n\n    [buildout]\n\n    ...\n\n    eggs =\n        collective.plausible\n\n\nand then running ``bin/buildout``\n\n\nAuthors\n-------\n\niMio\n\n\nContributors\n------------\n\n- R\u00e9mi Dubois <remi.dubois@imio.be>\n- Christophe Boulanger <christophe.boulanger@imio.be>\n- Beno\u00eet Suttor <benoit.suttor@imio.be>\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/IMIO/collective.plausible/issues\n- Source Code: https://github.com/IMIO/collective.plausible\n- Documentation: https://docs.plone.org/foo/bar\n\n\nSupport\n-------\n\nIf you are having issues, please let us know by submitting an issue on the issue tracker.\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- R\u00e9mi Dubois, remi.dubois@imio.be\n- Christophe Boulanger, christophe.boulanger@imio.be\n- Beno\u00eet Suttor, benoit.suttor@imio.be\n\n\nChangelog\n=========\n\n\n1.0a5 (2024-03-08)\n------------------\n\n- Refactor : collective.plausible is now based on a behavior\n  [remdub]\n\n- Add viewlet to insert plausible tracking code in the page\n  [remdub]\n\n- Refactor : server healthcheck is now a separate view @@plausible-healthcheck\n  [remdub]\n\n1.0a4 (2024-02-22)\n------------------\n\n- Add plausible server healthcheck into plausible control panel\n  [remdub]\n\n\n1.0a3 (2024-02-20)\n------------------\n\n- Add an optional link to statistics browserview in user menu\n  [remdub]\n\n\n1.0a2 (2024-02-16)\n------------------\n\n- Rename package to collective.plausible\n  [remdub]\n\n\n1.0a1 (2024-02-15)\n------------------\n\n- Initial release.\n  [remdub]\n",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "Plausible integration into Plone 5 and Plone 6 classic UI",
    "version": "1.0a5",
    "project_urls": {
        "Homepage": "https://github.com/IMIO/collective.plausible",
        "PyPI": "https://pypi.org/project/collective.plausible/",
        "Source": "https://github.com/IMIO/collective.plausible",
        "Tracker": "https://github.com/IMIO/collective.plausible/issues"
    },
    "split_keywords": [
        "python",
        "plone",
        "cms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "409e4b2b46b7fafec6bc38270c9237cf839cb20905fa150dacd2dc0cb0aee2a7",
                "md5": "c7042525e2f8a0278f8072c041d51c26",
                "sha256": "7c873325af4c6f2e972a7f15eed5f2792e08e4e3d69510799af8cc68361d53f2"
            },
            "downloads": -1,
            "filename": "collective.plausible-1.0a5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c7042525e2f8a0278f8072c041d51c26",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 50600,
            "upload_time": "2024-03-08T11:51:32",
            "upload_time_iso_8601": "2024-03-08T11:51:32.720735Z",
            "url": "https://files.pythonhosted.org/packages/40/9e/4b2b46b7fafec6bc38270c9237cf839cb20905fa150dacd2dc0cb0aee2a7/collective.plausible-1.0a5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b667404a19eb582fa0797a082d7d6748eb83a060dbd84a0bbb691fd7911a97b",
                "md5": "cd348da476597d2d370d2ef8cfc6a6fa",
                "sha256": "213281eea0ba601ecb329f8025edd9ab81f445d671954b2efeaf84432cf15124"
            },
            "downloads": -1,
            "filename": "collective.plausible-1.0a5.tar.gz",
            "has_sig": false,
            "md5_digest": "cd348da476597d2d370d2ef8cfc6a6fa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 34668,
            "upload_time": "2024-03-08T11:51:35",
            "upload_time_iso_8601": "2024-03-08T11:51:35.379931Z",
            "url": "https://files.pythonhosted.org/packages/9b/66/7404a19eb582fa0797a082d7d6748eb83a060dbd84a0bbb691fd7911a97b/collective.plausible-1.0a5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-08 11:51:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "IMIO",
    "github_project": "collective.plausible",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "collective.plausible"
}
        
Elapsed time: 0.20302s