Initial commit - Typo3 11.5.41
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
.. include:: /Includes.rst.txt
|
||||
|
||||
.. _about:
|
||||
|
||||
=============================================================
|
||||
About
|
||||
=============================================================
|
||||
|
||||
.. container:: row m-0 p-0
|
||||
|
||||
.. figure:: https://img.shields.io/badge/Donate-PayPal-green.svg?style=for-the-badge
|
||||
:alt: Donate
|
||||
:target: https://www.paypal.me/dirkpersky
|
||||
|
||||
.. figure:: https://img.shields.io/packagist/v/dirkpersky/typo3-dp_cookieconsent?style=for-the-badge
|
||||
:alt: Latest Stable Version
|
||||
:target: https://packagist.org/packages/dirkpersky/typo3-dp_cookieconsent
|
||||
|
||||
.. figure:: https://img.shields.io/badge/TYPO3-dp__cookieconsent-%23f49700?style=for-the-badge
|
||||
:alt: TYPO3
|
||||
:target: https://extensions.typo3.org/extension/dp_cookieconsent/
|
||||
|
||||
.. figure:: https://img.shields.io/packagist/l/dirkpersky/typo3-dp_cookieconsent?style=for-the-badge
|
||||
:alt: License
|
||||
:target: https://github.com/DirkPersky/typo3-dp_cookieconsent
|
||||
|
||||
.. _credits:
|
||||
|
||||
Credits
|
||||
=======
|
||||
|
||||
This manual was originally written in 2021 by `Dirk Persky <https://dp-wired.de/>`_. A number of other
|
||||
people have made changes and improved this extension and its documentation.
|
||||
You can see the `list of contributors on GitHub <https://github.com/DirkPersky/typo3-dp_cookieconsent/graphs/contributors>`_.
|
||||
|
||||
The content of this document is related to TYPO3,
|
||||
a GNU/GPL CMS/Framework available from `www.typo3.org <https://www.typo3.org/>`_.
|
||||
|
||||
.. _feedback:
|
||||
|
||||
Please give feedback
|
||||
=======
|
||||
|
||||
I would appreciate any kind of feedback or ideas for further developments to keep improving the extension for your needs.
|
||||
|
||||
.. _support:
|
||||
|
||||
Say thanks! and support me
|
||||
=======
|
||||
|
||||
You like this extension? Get something for me (surprise!) from my wishlist on `Amazon <https://www.amazon.de/hz/wishlist/ls/15L17XDFBEYFL/r>`_ or `Donate <https://www.paypal.me/dirkpersky>`_ the next pizza. Thanks a lot!
|
||||
@@ -0,0 +1,40 @@
|
||||
.. include:: ../Includes.rst.txt
|
||||
|
||||
.. _introduction:
|
||||
|
||||
============
|
||||
Introduction
|
||||
============
|
||||
|
||||
.. container:: row m-0 p-0
|
||||
|
||||
.. figure:: https://img.shields.io/badge/Donate-PayPal-green.svg?style=for-the-badge
|
||||
:alt: Donate
|
||||
:target: https://www.paypal.me/dirkpersky
|
||||
|
||||
.. figure:: https://img.shields.io/packagist/v/dirkpersky/typo3-dp_cookieconsent?style=for-the-badge
|
||||
:alt: Latest Stable Version
|
||||
:target: https://packagist.org/packages/dirkpersky/typo3-dp_cookieconsent
|
||||
|
||||
.. figure:: https://img.shields.io/badge/TYPO3-dp__cookieconsent-%23f49700?style=for-the-badge
|
||||
:alt: TYPO3
|
||||
:target: https://extensions.typo3.org/extension/dp_cookieconsent/
|
||||
|
||||
.. figure:: https://img.shields.io/packagist/l/dirkpersky/typo3-dp_cookieconsent?style=for-the-badge
|
||||
:alt: License
|
||||
:target: https://github.com/DirkPersky/typo3-dp_cookieconsent
|
||||
|
||||
What does it do?
|
||||
================
|
||||
This Plugin includes a solution for the EU Cookie law (`ePrivacy`, `TTDSG`). It extends some function to load Scripts, iframe and content after the user accepted the consent.
|
||||
Though don't care about the latest EU laws and handle your Cookies with this Plugins.
|
||||
|
||||
When is the popup shown to users?
|
||||
---------------------------------
|
||||
|
||||
The popup is shown on every page load until the user saves the consent.
|
||||
|
||||
|
||||
CS_SEO
|
||||
---------------------------------
|
||||
This Plugin extends the Config from `CS_SEO <https://extensions.typo3.org/extension/cs_seo/>`_ so that the Google analytics script, tag manager and piwiki will fire after the Cookie is accepted.
|
||||
@@ -0,0 +1,11 @@
|
||||
.. include:: ../Includes.rst.txt
|
||||
|
||||
.. _links:
|
||||
|
||||
============
|
||||
Links
|
||||
============
|
||||
|
||||
1. `German: data protection passage <https://github.com/DirkPersky/typo3-dp_cookieconsent/wiki/German:-data-protection-passage>`_
|
||||
2. `How to remove unneccesary checkboxes <https://github.com/DirkPersky/typo3-dp_cookieconsent/wiki/How-to-remove-unneccesary-checkboxes>`_
|
||||
3. `reopen Consent from Privacy Link <https://github.com/DirkPersky/typo3-dp_cookieconsent/wiki/reopen-Consent-from-Privacy-Link>`_
|
||||
@@ -0,0 +1,61 @@
|
||||
.. include:: ../Includes.rst.txt
|
||||
|
||||
.. _screenshot:
|
||||
|
||||
============
|
||||
Screenhots
|
||||
============
|
||||
|
||||
Fontend
|
||||
^^^^^^^
|
||||
|
||||
.. figure:: ../Images/consent-box.png
|
||||
:class: with-shadow
|
||||
:width: 400px
|
||||
|
||||
Consent Box
|
||||
|
||||
.. figure:: ../Images/iframe-overlay.png
|
||||
:class: with-shadow
|
||||
:width: 400px
|
||||
|
||||
Overlay Box
|
||||
|
||||
.. figure:: ../Images/data-privacy-cookie-list.png
|
||||
:class: with-shadow
|
||||
:width: 400px
|
||||
|
||||
Data Privacy cookie listing
|
||||
|
||||
Backend
|
||||
^^^^^^^
|
||||
|
||||
.. figure:: ../Images/be-cookies.png
|
||||
:class: with-shadow
|
||||
:width: 400px
|
||||
|
||||
Backend cookie list
|
||||
|
||||
.. figure:: ../Images/be-cookie-example.png
|
||||
:class: with-shadow
|
||||
:width: 400px
|
||||
|
||||
Backend cookie detail
|
||||
|
||||
.. figure:: ../Images/be-cookie-example-scripts.png
|
||||
:class: with-shadow
|
||||
:width: 400px
|
||||
|
||||
Backend cookie detail - Script Tab
|
||||
|
||||
.. figure:: ../Images/be-element.png
|
||||
:class: with-shadow
|
||||
:width: 400px
|
||||
|
||||
Backend content element
|
||||
|
||||
.. figure:: ../Images/be-element-cookie-list.png
|
||||
:class: with-shadow
|
||||
:width: 400px
|
||||
|
||||
Cookie listing element
|
||||
Reference in New Issue
Block a user