taigaio / taiga-contrib-cookie-warning

Plugin to show the cookie warning message "C Is For Cookie"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Taiga Contrib Cookie Warning

> READ THIS FIRST!: We recently announced Taiga plans for the future and they greatly affect how we manage this repository and the current Taiga 6 release. Check it here.

Managed with Taiga.io

The Taiga plugin to show the cookie warning message 'C is For Cookie'.

Production env

Taiga Front

Download in your dist/plugins/ directory of Taiga front the taiga-contrib-cookie-warning compiled code (you need subversion in your system):

  cd dist/
  mkdir -p plugins
  cd plugins
  svn export "https://github.com/taigaio/taiga-contrib-cookie-warning/branches/stable/dist"  "cookie-warning"

Include in your dist/conf.json in privacyPolicyUrl the url to the information of your Privacy Policy and in the contribPlugins list the value "plugins/cookie-warning/cookie-warning.json":

...
    "privacyPolicyUrl": "http://example.com/privacy-policy.html"
    "contribPlugins": [
        (...)
        "plugins/cookie-warning/cookie-warning.json"
    ]
...

Dev env

Taiga Front

After clone the repo link dist in taiga-front plugins directory:

  cd taiga-front/dist
  mkdir -p plugins
  cd plugins
  ln -s ../../../taiga-contrib-cookie-warning/dist cookie-warning

Include in your dist/conf.json in privacyPolicyUrl the url to the information of your Privacy Policy and in the contribPlugins list the value "plugins/cookie-warning/cookie-warning.json":

...
    "privacyPolicyUrl": "http://example.com/privacy-policy.html"
    "contribPlugins": [
        (...)
        "plugins/cookie-warning/cookie-warning.json"
    ]
...

In the plugin source dir taiga-contrib-cookie-warning run

  npm install

and use:

  • gulp to regenerate the source and watch for changes.
  • gulp build to only regenerate the source.

Documentation

Currently, we have authored three main documentation hubs:

  • API: Our API documentation and reference for developing from Taiga API.
  • Documentation: If you need to install Taiga on your own server, this is the place to find some guides.
  • Taiga Community: This page is intended to be the support reference page for the users.

Bug reports

If you find a bug in Taiga you can always report it:

One of our fellow Taiga developers will search, find and hunt it as soon as possible.

Please, before reporting a bug, write down how can we reproduce it, your operating system, your browser and version, and if it's possible, a screenshot. Sometimes it takes less time to fix a bug if the developer knows how to find it.

Community

If you need help to setup Taiga, want to talk about some cool enhancemnt or you have some questions, please go to Taiga community.

If you want to be up to date about announcements of releases, important changes and so on, you can subscribe to our newsletter (you will find it by scrolling down at https://taiga.io) and follow @taigaio on Twitter.

Contribute to Taiga

There are many different ways to contribute to Taiga's platform, from patches, to documentation and UI enhancements, just find the one that best fits with your skills. Check out our detailed contribution guide.

Code of Conduct

Help us keep the Taiga Community open and inclusive. Please read and follow our Code of Conduct.

License

Every code patch accepted in Taiga codebase is licensed under MPL 2.0. You must be careful to not include any code that can not be licensed under this license.

Please read carefully our license and ask us if you have any questions as well as the Contribution policy.

About

Plugin to show the cookie warning message "C Is For Cookie"

License:Mozilla Public License 2.0


Languages

Language:CoffeeScript 42.6%Language:JavaScript 33.6%Language:SCSS 23.7%