Skip to content

Commit

Permalink
Fixed docs, .gitignore and removed file src/.DS_Store
Browse files Browse the repository at this point in the history
  • Loading branch information
tg666 committed Mar 6, 2024
1 parent f9b15d2 commit 8039205
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
10 changes: 2 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
# Application
.env
.env.local.php
vendor/

# Project files etc.
#nbproject
.idea
#.settings
#.project
#.buildpath

# Dev
node_modules/
vendor/

# Client-side
public/dist/

# MacOS
#.DS_Store
#._.DS_Store
#._*
.DS_Store
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@

<br>

- ✅ Managing cookies and providers in bulk
- ✅ Summary statistics on user consent positivity including their detailed histories
- ✅ Direct integration with [68publishers/cookie-consent](https://github.com/68publishers/cookie-consent)
- ✅ Configurable storages standardized by Google
- ✅ Automatic cookie detection using Crawler including proposals for changes
- ✅ Support for multiple environments (web, mobile app, etc.)
- ✅ Wide possibilities of integration with your projects
- ✅ Automated reporting
- ✅ Support of authentication with Azure AD
- And many more!

## Table of Contents
* [About CMP](#about-cmp)
* [Getting Started](#getting-started)
Expand Down
4 changes: 2 additions & 2 deletions docs/product.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Next, the `admin` and `manager` roles need to be created in Azure for the enterp
## Cookies

Cookie management is based on the fact that cookie categories and cookie providers are defined.
Each provider is assigned its own cookies and the providers are then assigned to individual projects.j
Each provider is assigned its own cookies and the providers are then assigned to individual projects.

<img src="images/cookie-management.png" alt="Cookie management diagram" width="800">

Expand Down Expand Up @@ -455,7 +455,7 @@ By integration is meant the ability to easily render a table with providers, alt

A template that fits exactly into the design of the website can be defined for each locale. The table can be displayed by copying the generated script to the website.

The templates are written in the [Latte](https://latte.nette.org/) templating language and two variables can be accessed - `$providers` and `$cookies`. It is recommended leaving the creation of the templates to the programmer.
The templates are written in the [Latte](https://latte.nette.org/) templating language and two variables can be accessed - `$providers` and `$cookies`. It is recommended leaving the creation of the templates to the developer.

Values of the provided variables exactly copy the response from the endpoint `/api/v{version}/cookies/{project}`. More information about the API in the [Development Guide](development.md).

Expand Down
Binary file removed src/.DS_Store
Binary file not shown.

0 comments on commit 8039205

Please sign in to comment.