Skip to content

Update Glossary with new Cookieplone project generator and deprecatio… #1707

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ cookiecutter-plone-starter
cookiecutter-zope-instance
[cookiecutter-zope-instance](https://github.com/plone/cookiecutter-zope-instance) is a cookiecutter template to create a full and complex configuration of a Zope WSGI instance.

Cookieplone
[Cookieplone](https://github.com/plone/cookieplone) is the recommended way to develop Volto projects since version 18.0.0-alpha.43, using it as a boilerplate generator.
It uses {term}`Cookiecutter`.

@plone/generator-volto
plone/generator-volto
[@plone/generator-volto](https://www.npmjs.com/package/@plone/generator-volto) is deprecated in favor of {term}`Cookieplone` since Volto 18.0.0-alpha.43.
See {reff}`upgrade-18-cookieplone-label`.

CSRF
Cross-Site Request Forgery
Cross-Site Request Forgery (CSRF or XSRF) is a type of web attack that allows an attacker to send malicious requests to a web application on behalf of a legitimate user.
Expand Down
Loading