.. 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.
====================
RedTurtle Chefcookie
====================
Product's goal is to manage the insertion of tracking codes on the page like analytics, tagmanager, facebook, etc...
This allows to comply with latest gdpr's indications.
The plugin is based on chefcookie js plugin that you can find here: https://github.com/vielhuber/chefcookie/
Features
--------
In this first version you can use control panel to configure the plugin.
Examples
--------
This add-on can be seen in action at the following sites:
- http://www.unife.it/it
Translations
------------
This product has been translated into
- Italian
Installation
------------
Install redturtle.chefcookie by adding it to your buildout::
[buildout]
...
eggs =
redturtle.chefcookie
and then running ``bin/buildout``
Contribute
----------
- Issue Tracker: https://github.com/RedTurtle/redturtle.chefcookie/issues
- Source Code: https://github.com/RedTurtle/redturtle.chefcookie
License
-------
The project is licensed under the GPLv2.
Contributors
============
- RedTurtle, info@redturtle.it
Changelog
=========
2.1.0 (2023-05-31)
------------------
- Remove default set cookie
[mamico]
- Add title to close link also for tech cookies.
[cekk]
2.0.1 (2022-11-08)
------------------
- Remove unused python_requires in setup.py
[cekk]
2.0.0 (2022-08-16)
------------------
- [BREAKING CHANGE] Store list of accepted_providers in ascii-way. If you update to this version, you need to force re-accept cookies for example using a different prefix.
[cekk]
1.0.0 (2022-04-19)
------------------
- Merge analytics and tech cookies labels into functional cookies field.
[cekk]
- More extensibility for transformers (now you can set a transform for each provider name).
[cekk]
- Handle recaptcha.
[cekk]
- policy_url field now can handle multi-language strings.
[cekk]
- Do not break for iframes without src attribute.
[cekk]
0.2.3 (2022-03-24)
------------------
- Add flag to control panel that allow to enable cookie banner
- Add cookie prefix to control panel to control the js plugin option
- Allow to select endpoint for consent registry
- Add domain whitelist so in case you have site with multiple domain can show
the banner in selected domain
- Add matomo
- Some minor fix to prevent cases where site editor remove configuration lines
partially
- Add log tracking to new introduced actions
- Fix problem loading twitter timeline in tile manager from
redturtle.tiles.management
[lucabel]
- Do not use $ but vanilla javascript for old Plone sites compatibility.
[cekk]
0.2.2 (2022-01-27)
------------------
- Align text with label of buttons.
- Removed cookie_setting_open button when only_technical_cookies is checked.
[eikichi18]
0.2.1 (2022-01-11)
------------------
- Fix layers in adapters.
[cekk]
0.2.0 (2022-01-11)
------------------
- Add facebook script manually (copied from original chefcookie script).
[cekk]
- Allow to handle social based on link/script like twitter timeline
[lucabel]
0.1.3 (2022-01-10)
------------------
- Remove YouTube unused field.
[cekk]
0.1.2 (2022-01-10)
------------------
- Fix accept_iframe loading.
[cekk]
0.1.1 (2022-01-10)
------------------
- Fix domain names when saving cookie settings.
[cekk]
0.1.0 (2022-01-10)
------------------
- Initial release.
[cekk, lucabel]
Raw data
{
"_id": null,
"home_page": "https://github.com/collective/redturtle.chefcookie",
"name": "redturtle.chefcookie",
"maintainer": "",
"docs_url": null,
"requires_python": ">=2.7",
"maintainer_email": "",
"keywords": "Python Plone",
"author": "RedTurtle",
"author_email": "info@redturtle.it",
"download_url": "https://files.pythonhosted.org/packages/7f/83/ea9501d1804feed46bedbad70286796586135cb5c7b250d193be661f9468/redturtle.chefcookie-2.1.0.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====================\nRedTurtle Chefcookie\n====================\n\nProduct's goal is to manage the insertion of tracking codes on the page like analytics, tagmanager, facebook, etc...\nThis allows to comply with latest gdpr's indications.\n\nThe plugin is based on chefcookie js plugin that you can find here: https://github.com/vielhuber/chefcookie/\n\n\nFeatures\n--------\n\nIn this first version you can use control panel to configure the plugin.\n\n\nExamples\n--------\n\nThis add-on can be seen in action at the following sites:\n\n- http://www.unife.it/it\n\n\nTranslations\n------------\n\nThis product has been translated into\n\n- Italian\n\n\nInstallation\n------------\n\nInstall redturtle.chefcookie by adding it to your buildout::\n\n [buildout]\n\n ...\n\n eggs =\n redturtle.chefcookie\n\n\nand then running ``bin/buildout``\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/RedTurtle/redturtle.chefcookie/issues\n- Source Code: https://github.com/RedTurtle/redturtle.chefcookie\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- RedTurtle, info@redturtle.it\n\n\nChangelog\n=========\n\n2.1.0 (2023-05-31)\n------------------\n\n- Remove default set cookie\n [mamico]\n- Add title to close link also for tech cookies.\n [cekk]\n\n2.0.1 (2022-11-08)\n------------------\n\n- Remove unused python_requires in setup.py\n [cekk]\n\n\n2.0.0 (2022-08-16)\n------------------\n\n- [BREAKING CHANGE] Store list of accepted_providers in ascii-way. If you update to this version, you need to force re-accept cookies for example using a different prefix.\n [cekk]\n\n\n1.0.0 (2022-04-19)\n------------------\n\n- Merge analytics and tech cookies labels into functional cookies field.\n [cekk]\n- More extensibility for transformers (now you can set a transform for each provider name).\n [cekk]\n- Handle recaptcha.\n [cekk]\n- policy_url field now can handle multi-language strings.\n [cekk]\n- Do not break for iframes without src attribute.\n [cekk]\n\n\n0.2.3 (2022-03-24)\n------------------\n\n- Add flag to control panel that allow to enable cookie banner\n- Add cookie prefix to control panel to control the js plugin option\n- Allow to select endpoint for consent registry\n- Add domain whitelist so in case you have site with multiple domain can show \n the banner in selected domain\n- Add matomo\n- Some minor fix to prevent cases where site editor remove configuration lines \n partially\n- Add log tracking to new introduced actions\n- Fix problem loading twitter timeline in tile manager from\n redturtle.tiles.management\n [lucabel]\n- Do not use $ but vanilla javascript for old Plone sites compatibility.\n [cekk]\n\n0.2.2 (2022-01-27)\n------------------\n\n- Align text with label of buttons.\n- Removed cookie_setting_open button when only_technical_cookies is checked.\n [eikichi18]\n\n\n0.2.1 (2022-01-11)\n------------------\n\n- Fix layers in adapters.\n [cekk]\n\n0.2.0 (2022-01-11)\n------------------\n\n- Add facebook script manually (copied from original chefcookie script).\n [cekk]\n- Allow to handle social based on link/script like twitter timeline\n [lucabel]\n\n\n0.1.3 (2022-01-10)\n------------------\n\n- Remove YouTube unused field.\n [cekk]\n\n\n0.1.2 (2022-01-10)\n------------------\n\n- Fix accept_iframe loading.\n [cekk]\n\n0.1.1 (2022-01-10)\n------------------\n\n- Fix domain names when saving cookie settings.\n [cekk]\n\n\n0.1.0 (2022-01-10)\n------------------\n\n- Initial release.\n [cekk, lucabel]",
"bugtrack_url": null,
"license": "GPL version 2",
"summary": "Cookie policy integration with chefookie",
"version": "2.1.0",
"project_urls": {
"Homepage": "https://github.com/collective/redturtle.chefcookie",
"PyPI": "https://pypi.python.org/pypi/redturtle.chefcookie",
"Source": "https://github.com/RedTurtle/redturtle.chefcookie",
"Tracker": "https://github.com/RedTurtle/redturtle.chefcookie/issues"
},
"split_keywords": [
"python",
"plone"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7f83ea9501d1804feed46bedbad70286796586135cb5c7b250d193be661f9468",
"md5": "428c152b6d494b6eae3b6b71a6f9a504",
"sha256": "60532f4d61fef0d1049a8f1ebb8dec97d5847c62ae5815550b3b7589f70fafc0"
},
"downloads": -1,
"filename": "redturtle.chefcookie-2.1.0.tar.gz",
"has_sig": false,
"md5_digest": "428c152b6d494b6eae3b6b71a6f9a504",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=2.7",
"size": 584729,
"upload_time": "2023-05-31T09:14:12",
"upload_time_iso_8601": "2023-05-31T09:14:12.771651Z",
"url": "https://files.pythonhosted.org/packages/7f/83/ea9501d1804feed46bedbad70286796586135cb5c7b250d193be661f9468/redturtle.chefcookie-2.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-31 09:14:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "collective",
"github_project": "redturtle.chefcookie",
"github_not_found": true,
"lcname": "redturtle.chefcookie"
}