Metadata-Version: 2.1
Name: collective.plausible
Version: 1.0a2
Summary: Plausible integration into Plone 5 and Plone 6 classic UI
Home-page: https://github.com/IMIO/collective.plausible
Author: remdub
Author-email: remi.dubois@imio.be
License: GPL version 2
Project-URL: PyPI, https://pypi.org/project/collective.plausible/
Project-URL: Source, https://github.com/IMIO/collective.plausible
Project-URL: Tracker, https://github.com/IMIO/collective.plausible/issues
Keywords: Python Plone CMS
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 5.2
Classifier: Framework :: Plone :: 6.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.7
License-File: LICENSE.GPL
License-File: LICENSE.rst
Requires-Dist: setuptools
Requires-Dist: z3c.jbot
Requires-Dist: plone.api>=1.8.4
Requires-Dist: plone.app.dexterity
Provides-Extra: test
Requires-Dist: plone.app.testing; extra == "test"
Requires-Dist: plone.testing>=5.0.0; extra == "test"
Requires-Dist: plone.app.contenttypes; extra == "test"
Requires-Dist: plone.app.robotframework[debug]; extra == "test"

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

- Plausible browserview




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>


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


Changelog
=========


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

- Rename package to collective.plausible
  [remdub]


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

- Initial release.
  [remdub]
