From 49ca1a14853c3f626b550b42676bd5b93f7a6670 Mon Sep 17 00:00:00 2001 From: Alex Zeeman Date: Fri, 17 Jan 2025 15:34:26 +0200 Subject: [PATCH 1/2] Changed plone instances to zope instances --- docs/_inc/_create-classic-ui-instance.md | 2 +- docs/backend/upgrading/intro.md | 2 +- docs/backend/upgrading/troubleshooting.md | 2 +- .../upgrading/version-specific-migration/migrate-to-volto.md | 2 +- .../version-specific-migration/p4x-to-p5x-upgrade.md | 2 +- .../version-specific-migration/plone5-minor-upgrade.md | 4 ++-- .../upgrading/version-specific-migration/upgrade-to-61.md | 2 +- docs/classic-ui/csrf.md | 2 +- docs/classic-ui/images.md | 2 +- docs/classic-ui/layers.md | 2 +- docs/deployment/caching/enable.md | 2 +- docs/install/containers/examples/haproxy-plone-zeo.md | 2 +- docs/install/containers/images/zeo.md | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/_inc/_create-classic-ui-instance.md b/docs/_inc/_create-classic-ui-instance.md index 2c768d90e..b4a4b8817 100644 --- a/docs/_inc/_create-classic-ui-instance.md +++ b/docs/_inc/_create-classic-ui-instance.md @@ -11,5 +11,5 @@ Enter values in the form, and click the button {guilabel}`Create Plone Site`. You will be redirected to your new Classic UI Plone site. -To stop the Plone instance in foreground mode, type {kbd}`ctrl-c`. +To stop the Zope instance in foreground mode, type {kbd}`ctrl-c`. diff --git a/docs/backend/upgrading/intro.md b/docs/backend/upgrading/intro.md index 8d2a1669a..677495fb1 100644 --- a/docs/backend/upgrading/intro.md +++ b/docs/backend/upgrading/intro.md @@ -20,7 +20,7 @@ Upgrading Plone includes the Plone application and its add-ons, as well as migra A *migration* is the process of taking a component in your Plone site, and moving it from its current version to a newer one. Migration is necessary because the internals of Plone sometimes change to support new functionality. -When that's the case, the content that is stored in your Plone instance may not align with the requirements of the new version. +When that's the case, the content that is stored in your Zope instance may not align with the requirements of the new version. To handle this situation, Plone has a built-in tool that migrates existing content to the new structure. 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. diff --git a/docs/backend/upgrading/troubleshooting.md b/docs/backend/upgrading/troubleshooting.md index 38f289c88..4cd6b2c14 100644 --- a/docs/backend/upgrading/troubleshooting.md +++ b/docs/backend/upgrading/troubleshooting.md @@ -86,7 +86,7 @@ If the problem disappears, you will need to double-check the offending product. (upgrading-troubleshooting-test-with-a-fresh-plone-instance-label)= -## Test with a fresh Plone instance +## Test with a fresh Zope instance Create a new Plone site with your new version of Plone. You do not need a new Zope instance, because you can add another Plone site in the root of Zope. diff --git a/docs/backend/upgrading/version-specific-migration/migrate-to-volto.md b/docs/backend/upgrading/version-specific-migration/migrate-to-volto.md index eb8aa0896..f100fa571 100644 --- a/docs/backend/upgrading/version-specific-migration/migrate-to-volto.md +++ b/docs/backend/upgrading/version-specific-migration/migrate-to-volto.md @@ -36,7 +36,7 @@ As a pre-requisite, your Plone site must be {doc}`upgraded to Plone 6 {guilabel}`Management Interface` control panel. 3. Click {guilabel}`portal_setup`, and then click the {guilabel}`Import` tab. 4. Select the profile by title {guilabel}`HTTP caching support`, or by id {guilabel}`profile-plone.app.caching:default`. diff --git a/docs/install/containers/examples/haproxy-plone-zeo.md b/docs/install/containers/examples/haproxy-plone-zeo.md index 134777aea..8d4c1cefb 100644 --- a/docs/install/containers/examples/haproxy-plone-zeo.md +++ b/docs/install/containers/examples/haproxy-plone-zeo.md @@ -17,7 +17,7 @@ We will use the image [`plone/plone-haproxy`](https://github.com/plone/plone-hap ## Setup -Create a directory for your project, and inside it create a `docker-compose.yml` file that starts your Plone instance and the ZEO instance with volume mounts for data persistence. +Create a directory for your project, and inside it create a `docker-compose.yml` file that starts your Zope instance and the ZEO instance with volume mounts for data persistence. ```yaml version: "3" diff --git a/docs/install/containers/images/zeo.md b/docs/install/containers/images/zeo.md index 27538ce26..bf192284b 100644 --- a/docs/install/containers/images/zeo.md +++ b/docs/install/containers/images/zeo.md @@ -26,7 +26,7 @@ docker run -p 8100:8100 plone/plone-zeo:latest ### Service configuration with Docker Compose -Create a directory for your project, and inside it create a `docker-compose.yml` file that starts your Plone instance and the ZEO instance with volume mounts for data persistence: +Create a directory for your project, and inside it create a `docker-compose.yml` file that starts your Zope instance and the ZEO instance with volume mounts for data persistence: ```yaml version: "3" From 228be2115c96b46e3cb4c6199cdf0ff39ac18e09 Mon Sep 17 00:00:00 2001 From: Alex Zeeman Date: Fri, 21 Feb 2025 12:06:19 +0200 Subject: [PATCH 2/2] requested changes --- docs/backend/upgrading/intro.md | 2 +- docs/backend/upgrading/troubleshooting.md | 4 ++-- .../upgrading/version-specific-migration/migrate-to-volto.md | 2 +- docs/classic-ui/layers.md | 4 ++-- submodules/plone.api | 2 +- submodules/plone.restapi | 2 +- submodules/volto | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/backend/upgrading/intro.md b/docs/backend/upgrading/intro.md index 677495fb1..5dd565019 100644 --- a/docs/backend/upgrading/intro.md +++ b/docs/backend/upgrading/intro.md @@ -20,7 +20,7 @@ Upgrading Plone includes the Plone application and its add-ons, as well as migra A *migration* is the process of taking a component in your Plone site, and moving it from its current version to a newer one. Migration is necessary because the internals of Plone sometimes change to support new functionality. -When that's the case, the content that is stored in your Zope instance may not align with the requirements of the new version. +When that's the case, the content that is stored in your Plone site may not align with the requirements of the new version. To handle this situation, Plone has a built-in tool that migrates existing content to the new structure. 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. diff --git a/docs/backend/upgrading/troubleshooting.md b/docs/backend/upgrading/troubleshooting.md index 4cd6b2c14..18b0973ba 100644 --- a/docs/backend/upgrading/troubleshooting.md +++ b/docs/backend/upgrading/troubleshooting.md @@ -84,9 +84,9 @@ If the problem disappears, you will need to double-check the offending product. Re-install it and check the installation log. -(upgrading-troubleshooting-test-with-a-fresh-plone-instance-label)= +(upgrading-troubleshooting-test-with-a-fresh-plone-site-label)= -## Test with a fresh Zope instance +## Test with a fresh Plone site Create a new Plone site with your new version of Plone. You do not need a new Zope instance, because you can add another Plone site in the root of Zope. diff --git a/docs/backend/upgrading/version-specific-migration/migrate-to-volto.md b/docs/backend/upgrading/version-specific-migration/migrate-to-volto.md index f100fa571..e84b12a1f 100644 --- a/docs/backend/upgrading/version-specific-migration/migrate-to-volto.md +++ b/docs/backend/upgrading/version-specific-migration/migrate-to-volto.md @@ -36,7 +36,7 @@ As a pre-requisite, your Plone site must be {doc}`upgraded to Plone 6