An open API service indexing awesome lists of open source software.

https://github.com/thejuse/cookiebanner

TYPO3 extension to add a CookieConsent Banner
https://github.com/thejuse/cookiebanner

cookie cookiebanner cookieconsent typo3 typo3-cms typo3-cms-extension

Last synced: 8 months ago
JSON representation

TYPO3 extension to add a CookieConsent Banner

Awesome Lists containing this project

README

          

# TYPO3 Extension cookiebanner
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/jseidlAT/5.99)
> TYPO3 Extension for adding a [CookieConsent](https://cookieconsent.insites.com) Banner

## Features
- [CookieConsent](https://cookieconsent.insites.com) Banner
- TYPO3 8, 9 & TYPO3 10
- full customizable
- documentation

## Usage
### Installation

#### Installation as extension from TYPO3 Extension Repository (TER) (recomened)
Download and install the extension with the extension manager module.

#### Manual Installation (FTP required)

- Download extension via GitHub or [TYPO3-Ter](https://extensions.typo3.org/extension/cookiebanner/)
- Go to your FTP and navigate to `/typo3conf/ext/` and upload the cookiebanner folder there
### Minimal Setup

1. Activate Extension in Extensionmanager
2. Include the static TypoScript of the extension
3. Edit Preferences in the Constants-Editor

## Help supporting further development

**Why?** The extension is a tool for GDPR/DSGVO and i always try to update it to the latest possible TYPO3 version.

**HOW?** There are multiple ways to support the further development
- **PayPal** Support me on [paypal.com](https://www.paypal.me/jseidlAT)
- **BuyMeACoffee** Support me on [buymeacoffee.com](https://www.buymeacoffee.com/jseidl)

## Administartion corner

### Versions and support

| cookiebanner | TYPO3 | PHP | Support/Development |
| ------------ | ---------- | --------- | ------------------------------------ |
| 1.x | 8.7 - 10.x | 7.0 - 7.4 | Features, Bugfixes, Security updates |

### Changelog

Please look [here in the changelog.md](https://github.com/Thejuse/cookiebanner/blob/master/CHANGELOG.md)

### Release Management
cookiebanner uses semantic versioning which basically means for you, that

- **bugfix update**s (e.g. 1.0.0 => 1.0.1) just includes small bugfixes or security relevant stuff without breaking changes.
- **minor updates** (e.g. 1.0.0 => 1.1.0) includes new features and smaller tasks without breaking changes.
- **major updates** (e.g. 1.0.0 => 2.0.0) breaking changes wich can be refactorings, features or bugfixes.

© 2018-2020 [Julian Seidl](https://www.jseidl.at)