Skip to content

Commit 7f78901

Browse files
committed
Tidy up distributions section in upgrade-to-61.md
1 parent ba0e074 commit 7f78901

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/backend/upgrading/version-specific-migration/upgrade-to-61.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,33 +126,33 @@ A Plone distribution is a Python package that defines specific features, themes,
126126
Now it is available in core Plone as the recommended way for {doc}`creating a new Plone site </install/add-site>`.
127127
128128
```{seealso}
129-
For more information, see {doc}`/conceptual-guides/distributions`.
129+
For more information about distribution concepts, see {doc}`/conceptual-guides/distributions`.
130130
```
131131
132132
Distributions are optional.
133133
If your project only uses the `Products.CMFPlone` Python package, you can still create a Plone site in the old way.
134-
Consider, however, the following differences from distributions and from Plone 6.0.
134+
Consider, however, that doing so you will have the following differences when compared to using distributions.
135135
136136
- The configuration form is simpler and shorter.
137137
- The created site has no content, and therefore no {guilabel}`News` or {guilabel}`Events` folders.
138138
- You must activate add-ons through the {guilabel}`Add-ons` control panel.
139139
140-
There are a few things you should consider when upgrading a project to, or making an add-on compatible with, Plone 6.1:
140+
There are a few things you should consider when upgrading a project to, or making an add-on compatible with, Plone 6.1.
141141
142142
- In general, you don't need to change anything.
143143
Your existing site will keep working.
144144
But adding a new site may change in the ways described earlier.
145-
- Do you want to use the `Products.CMFPlone` package (0 distributions), either `plone.volto` or `plone.classicui` (1 distribution), or `Plone` (2 distributions)?
146-
- If your site uses the default Volto frontend, you will already have `plone.volto` as a dependency.
145+
- Do you want to use the `Products.CMFPlone` package (no distributions), either `plone.volto` or `plone.classicui` (one distribution), or `Plone` (two distributions)?
146+
- If your site uses Volto for the frontend, you will already have `plone.volto` as a dependency.
147147
This can stay the same.
148148
- If your site uses only the `Products.CMFPlone` package, the frontend is Classic UI.
149149
This can stay the same, but you may want to depend on `plone.classicui`.
150150
With that package you can still create a new site and have the same content as before.
151151
- If your site uses the `Plone` package, you will have the two new distributions available.
152152
This is fine.
153-
If you know you only need `plone.volto` or only need `plone.classicui`, you can switch to only that one.
153+
If you know you only need `plone.volto` or only need `plone.classicui`, you can switch to only one or the other.
154154
You can also limit the options for selecting a distribution by setting the environment variable `ALLOWED_DISTRIBUTIONS` with fewer options.
155-
Set `ALLOWED_DISTRIBUTIONS=default` for the distribution targeting the default Volto frontend (`plone.volto`).
155+
Set `ALLOWED_DISTRIBUTIONS=default` for the distribution targeting the Volto frontend (`plone.volto`).
156156
Set `ALLOWED_DISTRIBUTIONS=classic` for the distribution with the Classic UI frontend (`plone.classicui`).
157157
- If you switch from `Plone` to `plone.volto` or `plone.classicui`, you might want to install extra core add-ons, for example `plone.app.upgrade` or `plone.app.caching`.
158158
- If your add-on is only for Volto, you might want to add `plone.volto` as a dependency.

docs/install/add-site.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can access it the same way in Plone 6.0, but the appearance and options are
2525
```
2626

2727
Visit the Plone backend in a web browser.
28-
Usually it is running at http://localhost:8080/
28+
Usually it is running at http://localhost:8080/.
2929

3030
The launch screen prompts you to choose one of the available {term}`distributions` to create a new site.
3131

0 commit comments

Comments
 (0)