Skip to content

Commit

Permalink
Merge pull request #852 from plone/mpd
Browse files Browse the repository at this point in the history
Overhaul training "Mastering Plone 6 development"

BÄM!!
  • Loading branch information
ksuess authored Nov 3, 2024
2 parents ea93973 + 95d5d9c commit 0459d99
Show file tree
Hide file tree
Showing 77 changed files with 3,074 additions and 3,069 deletions.
Binary file modified docs/_static/plone_training_config.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/effective-volto/architecture/multilingual.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This feature has to be enabled and configured both in the backend and in the fro
### Backend

Volto provides support for Plone's Multilingual feature.
You need to install Multiligual support in Plone (plone.app.multilingual add-on), that comes available by default since Plone 5 and can be installed in Plone's Add-ons control panel.
You need to install Multiligual support in Plone (plone.app.multilingual add-on), that comes available by default since Plone 5 and can be installed in Plone's add-ons control panel.
This will setup the backend and it will create the Language Root Folders (LRFs) (/de, /en, etc.)

From your Python policy add-on in `profiles/default/registry.xml`:
Expand Down
8 changes: 8 additions & 0 deletions docs/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,14 @@ mxdev
plonecli
A Plone CLI for creating Plone packages. [plonecli usage](https://github.com/plone/plonecli)

Cookieplone
[Cookieplone](https://github.com/plone/cookieplone) is the method to create a Plone project.
You can use Cookieplone to build a backend add-on, a new Volto add-on, or a full project with both backend and frontend.
Cookieplone simplifies the process using robust Cookiecutter templates from {term}`cookieplone-templates`.

cookieplone-templates
[`cookieplone-templates`](https://github.com/plone/cookieplone-templates) is a collection of templates used by {term}`Cookieplone`.

GenericSetup
[GenericSetup](https://5.docs.plone.org/develop/addons/components/genericsetup.html) is a framework to modify the Plone site during add-on package installation and uninstallation.
It provides XML-based rules to change the configuration settings.
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ teaching/index

{ref}`mastering-plone-label`

: `Mastering Plone 6 development training` teaches the best practices of Plone development.
: Best practices of Plone development, backend and frontend.

{ref}`mastering-plone5-label`

: `Mastering Plone 5 development training` is the predecessor of the Plone 6 version. It includes also `Plone Classic` topics like viewlets, views, portlets, etc..
: *Mastering Plone 5 development training* is the predecessor of the Plone 6 version. It includes also *Plone Classic* topics like viewlets, views, portlets, etc..

{doc}`testing/index`

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 11 additions & 9 deletions docs/mastering-plone-5/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
myst:
html_meta:
"description": ""
"property=og:description": ""
"property=og:title": ""
"keywords": ""
"description": "Documentation for the 'Mastering Plone 5' training"
"property=og:description": "Documentation for the 'Mastering Plone 5' training"
"property=og:title": "Mastering Plone 5 development"
"keywords": "Plone"
---

(mastering-plone5-label)=
Expand All @@ -21,16 +21,18 @@ Mastering Plone is intended as a week-long training for people who are new to Pl
At conferences a shortened 2-day version of the advanced training with a slightly modified order is held.

```{toctree}
:caption: Mastering Plone 5
:maxdepth: 2
:numbered: true
---
caption: Mastering Plone 5 Development
name: toc-mastering5
maxdepth: 3
numbered: 2
---
about_mastering
intro
what_is_plone
installation
../plone_training_config/instructions_plone5
../plone_training_config/what_vagrant_does
instructions_plone5/index
case
features
anatomy
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0459d99

Please sign in to comment.