Skip to content

Commit 7c493b3

Browse files
committed
Update '## Short explanation of Plone backend components'
1 parent 72107df commit 7c493b3

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

docs/install/source.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,9 @@ In case you decide for Plone Classic UI, you waive to the first two components a
4040

4141
## Short explanation of Plone backend components
4242

43-
```{todo}
44-
short explanation of backend components and how they interact
45-
- {term}`Zope` instance
46-
- Plone instance
47-
- {term}`WSGI`
48-
- REST API
43+
% TODO Review short explanation of backend components and how they interact
4944

50-
Application server {term}`Zope` is working hard. {term}`Plone` provides the CMS stuff. {term}`WSGI` fills the gap between Python app Zope and web server. {term}`REST API` is the interface to request the Plone backend from thin air. The frontend {term}`Volto` does request this interface. Voilà.
51-
```
45+
Application server {term}`Zope` with its database {term}`ZODB` provides the base for a content management framework. `Plone` supplies a content management framework with the infrastructure for defining content type schemata, workflows, and more. {term}`WSGI` fills the gap between Python app Zope and web server. {term}`REST API` is the interface to request the Plone backend from thin air. The frontend {term}`Volto` does request this interface. Voilà.
5246

5347

5448
(install-source-install-backend-pip-label)=

0 commit comments

Comments
 (0)