A Plone add-on providing a simple solution to comply with the so called "European Cookie Law".
Project description
Overview
TLSPU Cookie Policy is a Plone package (add-on) providing simple a simple solution to comply with the so called “European Cookie Law”.
Details
In 2011 the European Parliament passed into European Law the ePrivacy Directive (The so called “European Cookie Law”).
One of the effects of this law is that anyone who runs a website which sets cookies (Such as Plone sites may) is breaking the law if they fail to notify (And get permission) for these cookies to be set.
TLSPU Cookie Policy is a simple add on for your plone sites which displays a customisable message which enables you to comply with the “Implied Consent” variant which has been adopted into law in certain EU countries.
For sites outside of the EU, or targetting non-EU users it’s a reasonable idea to inform your users of the fact your site sets cookies so this may still be useful to you.
Requirements
Tested with
Plone 4.2.x (http://plone.org/products/plone)
Plone 4.1.x (http://plone.org/products/plone)
Should also work with
Plone 4.0.x (http://plone.org/products/plone)
Plone 3.3.x (http://plone.org/products/plone)
Screenshot
Installation
To enable this product, on a buildout based installation:
Edit your buildout.cfg and add tlspu.cookiepolicy to the list of eggs to install
[buildout] ... eggs = tlspu.cookiepolicy
After updating the configuration you need to run the ‘’bin/buildout’’, which will take care of updating your system.
Using in a Plone Site
Step 1: Activate it
Go to the ‘Site Setup’ page in the Plone interface and click on the ‘Add/Remove Products’ link.
Choose the product TLSPU Cookie Policy (check checkbox at its left side) and click the ‘Activate’ button.
Step 2: Configure it
Go to the ‘Site Setup’ page in the Plone interface and click on the ‘Cookie Policy’ link – under Add-on Configuration.
There you can configure how TLSPU Cookie Policy will behave.
Uninstall
Go to the ‘Site Setup’ page in the Plone interface and click on the ‘Add/Remove Products’ link.
Choose the product TLSPU Cookie Policy, which should be under Activated add-ons, (check checkbox at its left side) and click the ‘Deactivate’ button.
Contributing
The source code is hosted at http://code.google.com/p/tlspu-cookiepolicy/
Sponsoring
Development of this product was sponsored by :
Credits
Adrian Hungate - Idea and implementation.
Maurits van Rees - General improvement and Dutch translations.
David Carter - Fix bug killing javascript where cookiepolicy is disabled
Changelog
1.1.3
Fix javascript error if cookiepolicy is disabled (David Carter)
1.1.2 (unreleased)
Improve packaging, uninstall, add locales. [maurits]
Code moved to Google Code. [haqa]
1.1.1 (2012-07-04)
New release. [haqa]
1.1 (2012-07-03)
New release. [haqa]
1.0 (2012-06-17)
Initial release [haqa]