collective.linkconsentinfo


Namecollective.linkconsentinfo JSON
Version 1.3 PyPI version JSON
download
home_pagehttps://github.com/collective/collective.linkconsentinfo
SummaryA consent info page for Plone Links, which allows you to show a custom info message before the user open's the link.
upload_time2023-09-01 11:23:06
maintainer
docs_urlNone
authorMaik Derstappen
requires_python>=2.7,>=3.8
licenseGPL version 2
keywords python plone cms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
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/collective/collective.linkconsentinfo/workflows/Plone%20package/badge.svg
    :target: https://github.com/collective/collective.linkconsentinfo/actions

.. image:: https://coveralls.io/repos/github/collective/collective.linkconsentinfo/badge.svg?branch=master
    :target: https://coveralls.io/github/collective/collective.linkconsentinfo?branch=master
    :alt: Coveralls

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

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

.. image:: https://img.shields.io/pypi/pyversions/collective.linkconsentinfo.svg?style=plastic   :alt: supported - Python versions


==========================
collective.linkconsentinfo
==========================

A consent info page for Plone Links, which allows you to show a custom info message before the user open's the link.

Features
--------

- LinkConsentInfo behavior, add's a checkbox to enable a consent info page for a link object
- Prevent redirection when link consent info is enabled
- Control panel to define a custom html text to show to the user, before she follows the link

.. image:: https://github.com/collective/collective.linkconsentinfo/raw/main/docs/link-consent-info.gif

.. image:: https://github.com/collective/collective.linkconsentinfo/raw/main/docs/link_consent_info_controlpanel.png


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

This product has been translated into

- English
- German


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

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

    [buildout]

    ...

    eggs =
        collective.linkconsentinfo


and then running ``bin/buildout``


Contribute
----------

- Issue Tracker: https://github.com/collective/collective.linkconsentinfo/issues
- Source Code: https://github.com/collective/collective.linkconsentinfo

Author
------

Maik Derstappen [MrTango] - `Derico <https://derico.de>`_


Support
-------

If you are having issues, please let us know.


License
-------

The project is licensed under the GPLv2.


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

- Maik Derstappen, md@derico.de


Changelog
=========


1.3 (2023-09-01)
----------------

- fix dependencies to make it work on Python 3
  [MrTango]


1.2 (2021-06-10)
----------------

- Improve link consent info view
  [MrTango]

- Enable link consent behavior for Link CT by default
  [MrTango]

1.1 (2021-06-07)
----------------

- Hide consent info text in link view, when the consent_info is not enabled
  [MrTango]


1.0 (2021-06-07)
----------------

- Initial release.
  [MrTango]

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/collective/collective.linkconsentinfo",
    "name": "collective.linkconsentinfo",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=2.7,>=3.8",
    "maintainer_email": "",
    "keywords": "Python Plone CMS",
    "author": "Maik Derstappen",
    "author_email": "md@derico.de",
    "download_url": "https://files.pythonhosted.org/packages/53/13/0fb01179a3bcd67c68d136a7c428b0d3c10cc737a64dcf0e0e130b278694/collective.linkconsentinfo-1.3.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/collective/collective.linkconsentinfo/workflows/Plone%20package/badge.svg\n    :target: https://github.com/collective/collective.linkconsentinfo/actions\n\n.. image:: https://coveralls.io/repos/github/collective/collective.linkconsentinfo/badge.svg?branch=master\n    :target: https://coveralls.io/github/collective/collective.linkconsentinfo?branch=master\n    :alt: Coveralls\n\n.. image:: https://img.shields.io/pypi/v/collective.linkconsentinfo.svg\n    :target: https://pypi.python.org/pypi/collective.linkconsentinfo/\n    :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/status/collective.linkconsentinfo.svg\n    :target: https://pypi.python.org/pypi/collective.linkconsentinfo\n    :alt: Egg Status\n\n.. image:: https://img.shields.io/pypi/pyversions/collective.linkconsentinfo.svg?style=plastic   :alt: supported - Python versions\n\n\n==========================\ncollective.linkconsentinfo\n==========================\n\nA consent info page for Plone Links, which allows you to show a custom info message before the user open's the link.\n\nFeatures\n--------\n\n- LinkConsentInfo behavior, add's a checkbox to enable a consent info page for a link object\n- Prevent redirection when link consent info is enabled\n- Control panel to define a custom html text to show to the user, before she follows the link\n\n.. image:: https://github.com/collective/collective.linkconsentinfo/raw/main/docs/link-consent-info.gif\n\n.. image:: https://github.com/collective/collective.linkconsentinfo/raw/main/docs/link_consent_info_controlpanel.png\n\n\nTranslations\n------------\n\nThis product has been translated into\n\n- English\n- German\n\n\nInstallation\n------------\n\nInstall collective.linkconsentinfo by adding it to your buildout::\n\n    [buildout]\n\n    ...\n\n    eggs =\n        collective.linkconsentinfo\n\n\nand then running ``bin/buildout``\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/collective/collective.linkconsentinfo/issues\n- Source Code: https://github.com/collective/collective.linkconsentinfo\n\nAuthor\n------\n\nMaik Derstappen [MrTango] - `Derico <https://derico.de>`_\n\n\nSupport\n-------\n\nIf you are having issues, please let us know.\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- Maik Derstappen, md@derico.de\n\n\nChangelog\n=========\n\n\n1.3 (2023-09-01)\n----------------\n\n- fix dependencies to make it work on Python 3\n  [MrTango]\n\n\n1.2 (2021-06-10)\n----------------\n\n- Improve link consent info view\n  [MrTango]\n\n- Enable link consent behavior for Link CT by default\n  [MrTango]\n\n1.1 (2021-06-07)\n----------------\n\n- Hide consent info text in link view, when the consent_info is not enabled\n  [MrTango]\n\n\n1.0 (2021-06-07)\n----------------\n\n- Initial release.\n  [MrTango]\n",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "A consent info page for Plone Links, which allows you to show a custom info message before the user open's the link.",
    "version": "1.3",
    "project_urls": {
        "Homepage": "https://github.com/collective/collective.linkconsentinfo",
        "PyPI": "https://pypi.python.org/pypi/collective.linkconsentinfo",
        "Source": "https://github.com/collective/collective.linkconsentinfo",
        "Tracker": "https://github.com/collective/collective.linkconsentinfo/issues"
    },
    "split_keywords": [
        "python",
        "plone",
        "cms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53130fb01179a3bcd67c68d136a7c428b0d3c10cc737a64dcf0e0e130b278694",
                "md5": "1e65bddf185fcea2cb176a996fca8bf6",
                "sha256": "2788287e0c005be154f280622f525684cf387a24a0b9dacb0fb337e188e58925"
            },
            "downloads": -1,
            "filename": "collective.linkconsentinfo-1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "1e65bddf185fcea2cb176a996fca8bf6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=2.7,>=3.8",
            "size": 1155984,
            "upload_time": "2023-09-01T11:23:06",
            "upload_time_iso_8601": "2023-09-01T11:23:06.478618Z",
            "url": "https://files.pythonhosted.org/packages/53/13/0fb01179a3bcd67c68d136a7c428b0d3c10cc737a64dcf0e0e130b278694/collective.linkconsentinfo-1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-01 11:23:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "collective",
    "github_project": "collective.linkconsentinfo",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "collective.linkconsentinfo"
}
        
Elapsed time: 0.10593s