Skip to content

Commit 49ca1a1

Browse files
committed
Changed plone instances to zope instances
1 parent 3a97ba4 commit 49ca1a1

File tree

13 files changed

+14
-14
lines changed

13 files changed

+14
-14
lines changed

docs/_inc/_create-classic-ui-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ Enter values in the form, and click the button {guilabel}`Create Plone Site`.
1111

1212
You will be redirected to your new Classic UI Plone site.
1313

14-
To stop the Plone instance in foreground mode, type {kbd}`ctrl-c`.
14+
To stop the Zope instance in foreground mode, type {kbd}`ctrl-c`.
1515

docs/backend/upgrading/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Upgrading Plone includes the Plone application and its add-ons, as well as migra
2020

2121
A *migration* is the process of taking a component in your Plone site, and moving it from its current version to a newer one.
2222
Migration is necessary because the internals of Plone sometimes change to support new functionality.
23-
When that's the case, the content that is stored in your Plone instance may not align with the requirements of the new version.
23+
When that's the case, the content that is stored in your Zope instance may not align with the requirements of the new version.
2424
To handle this situation, Plone has a built-in tool that migrates existing content to the new structure.
2525

2626
Before migrating you should read this entire document, as well as {ref}`introduction-version-specific-upgrade-guides-label`, to understand the potential impact migrating will have on your Plone site.

docs/backend/upgrading/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ If the problem disappears, you will need to double-check the offending product.
8686

8787
(upgrading-troubleshooting-test-with-a-fresh-plone-instance-label)=
8888

89-
## Test with a fresh Plone instance
89+
## Test with a fresh Zope instance
9090

9191
Create a new Plone site with your new version of Plone.
9292
You do not need a new Zope instance, because you can add another Plone site in the root of Zope.

docs/backend/upgrading/version-specific-migration/migrate-to-volto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ As a pre-requisite, your Plone site must be {doc}`upgraded to Plone 6 <upgrade-t
3636
Plone provides a form `/@@migrate_to_volto` that allows you to run all the required changes to your existing site to make it compatible with Volto.
3737

3838
You can access this form in the browser when you are logged in as an Administrator.
39-
Open `http://localhost:8080/Plone/@@migrate_to_volto`, where `localhost` is your hostname, `8080` is the port on which Plone runs, and `Plone` is the name of the Plone instance.
39+
Open `http://localhost:8080/Plone/@@migrate_to_volto`, where `localhost` is your hostname, `8080` is the port on which Plone runs, and `Plone` is the name of the Zope instance.
4040

4141
Additionally, after upgrading an existing site to Plone 6 (see {doc}`upgrade-to-60`), a message will appear, **You can prepare your site for Volto, the default frontend of Plone 6!**, with a link to that form.
4242

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ When the email addresses are not unique, for example you have both `joe@example.
7474
It is best is to fix this in your site in Plone 4
7575
Change email addresses or remove no longer needed users.
7676
When there are only a few users, you can do this manually.
77-
To assist you in sites with many users, in Plone 4.1 and higher, you can add the [collective.emaillogin4](https://pypi.org/project/collective.emaillogin4) package to the eggs of your Plone instance.
77+
To assist you in sites with many users, in Plone 4.1 and higher, you can add the [collective.emaillogin4](https://pypi.org/project/collective.emaillogin4) package to the eggs of your Zope instance.
7878

7979
With that package, even without installing it in the add-ons control panel, you can call the `@@migrate-to-emaillogin` page to look for duplicate email addresses.
8080

docs/backend/upgrading/version-specific-migration/plone5-minor-upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Save your changes.
5151

5252
### Upgrading
5353

54-
Stop your Plone instance:
54+
Stop your Zope instance:
5555

5656
```console
5757
bin/plonectl stop
@@ -65,7 +65,7 @@ bin/buildout
6565

6666
This may take a some time, as Plone downloads new releases.
6767

68-
When buildout finishes running, restart your Plone instance:
68+
When buildout finishes running, restart your Zope instance:
6969

7070
```console
7171
bin/plonectl start

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To upgrade your plugin implementation to TinyMCE 7, see the [upgrade guides](htt
5454
bin/buildout
5555
```
5656

57-
1. Start your Plone instance.
57+
1. Start your Zope instance.
5858

5959
```shell
6060
bin/instance fg

docs/classic-ui/csrf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def some_function(request):
171171
# modify the database here
172172
```
173173

174-
Disabling all CSRF protection for the whole Plone instance is possible by starting Plone with the environment variable `PLONE_CSRF_DISABLED=true` set.
174+
Disabling all CSRF protection for the whole Zope instance is possible by starting Plone with the environment variable `PLONE_CSRF_DISABLED=true` set.
175175
This is not recommended but can be handy temporarily in special situations.
176176

177177

docs/classic-ui/images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ This is useful for caching URLs in Varnish or the browser.
7878
In case the uploaded image or scale definitions have changed, they will be saved again under a different UID.
7979
This changes the URL and forces either the browser, or a cache proxy such as Varnish, to fetch it again.
8080
When a scale has changed, the old stored entry in the annotation will be deleted after 24 hours.
81-
If one changes an image which is used in multiple pages, the updated versions will only be shown after a restart of the Plone instance, saving the pages again, or after 24 hours.
81+
If one changes an image which is used in multiple pages, the updated versions will only be shown after a restart of the Zope instance, saving the pages again, or after 24 hours.
8282

8383

8484
(classic-ui-images-image-tag-label)=

docs/classic-ui/layers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Layers are useful in the following scenarios.
2020
Layers are marker interfaces applied to the {term}`HTTPRequest` object.
2121
They are usually used in conjunction with Zope Configuration Mark-up Language ({term}`ZCML`) directives to dynamically activate various parts of the configuration, such as theme files or add-on product functionality.
2222

23-
Layers ensure that only one add-on product can override the specific Plone instance functionality in your site at a time, while still allowing you to have possibly conflicting add-on products in your buildout and ZCML.
23+
Layers ensure that only one add-on product can override the specific Zope instance functionality in your site at a time, while still allowing you to have possibly conflicting add-on products in your buildout and ZCML.
2424
Multiple Plone site instances can share the same ZCML and code files.
2525

2626
Many ZCML directives take the optional `layer` parameter.

0 commit comments

Comments
 (0)