Skip to content

Commit 9267edb

Browse files
committed
Update glossary with Zope instance and cross-references to Zope itself.
1 parent 769336a commit 9267edb

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

docs/glossary.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ plone/generator-volto
5454
cookiecutter-plone-starter
5555
[cookiecutter-plone-starter](https://github.com/collective/cookiecutter-plone-starter/) creates a Plone project that you can install using {term}`Make`.
5656
It generates files for installing and configuring both the frontend and backend.
57-
For the backend, it uses {term}`cookiecutter-zope-instance` to generate configuration files for a Zope WSGI instance.
57+
For the backend, it uses {term}`cookiecutter-zope-instance` to generate configuration files for a {term}`Zope instance`.
5858
5959
cookiecutter-zope-instance
60-
[cookiecutter-zope-instance](https://github.com/plone/cookiecutter-zope-instance) is a cookiecutter template to create a full and complex configuration of a Zope WSGI instance.
60+
[cookiecutter-zope-instance](https://github.com/plone/cookiecutter-zope-instance) is a cookiecutter template to create a full and complex configuration of a {term}`Zope instance`.
6161
6262
CSRF
6363
Cross-Site Request Forgery
@@ -144,13 +144,13 @@ Diazo
144144
145145
Dexterity
146146
[Dexterity](https://github.com/plone/plone.dexterity) is the base framework for building content types, both through-the-web and as filesystem code.
147-
It is aimed at Plone, although this package should work with plain Zope + CMF systems.
147+
It is aimed at Plone, although this package should work with plain {term}`Zope` + CMF systems.
148148
149149
Dublin Core
150150
The Dublin Core Schema is a small set of vocabulary terms that can be used to describe web resources (video, images, web pages, etc.), as well as physical resources such as books or CDs, and objects like artworks.
151151
152152
ZMI
153-
The Zope Management Interface.
153+
The {term}`Zope` Management Interface.
154154
The ZMI is a direct interface into the backend software stack of Plone.
155155
While it can still serve as a valuable tool for Plone specialists to fix problems or accomplish certain tasks, it is not recommended as a regular tool for Plone maintenance.
156156
@@ -210,7 +210,7 @@ Configuration registry
210210
It is accessible from the Volto project by importing the module `@plone/volto/config` with `import registry from '@plone/volto/config'`.
211211
It contains the configuration of the Volto app.
212212
213-
In Plone core, [`plone.app.registry`](https://pypi.org/project/plone.app.registry/) provides Plone UI and `GenericSetup` integration for [`plone.registry`](https://pypi.org/project/plone.registry/), which in turn implements a configuration registry for Zope applications.
213+
In Plone core, [`plone.app.registry`](https://pypi.org/project/plone.app.registry/) provides Plone UI and `GenericSetup` integration for [`plone.registry`](https://pypi.org/project/plone.registry/), which in turn implements a configuration registry for {term}`Zope` applications.
214214
215215
component shadowing
216216
shadowing
@@ -555,6 +555,10 @@ ZODB
555555
Zope
556556
[Zope](https://zope.readthedocs.io/en/latest/) is a Python-based application server for building secure and highly scalable web applications.
557557
558+
Zope instance
559+
A Zope instance is a particular set of configuration for running {term}`Zope`.
560+
A new Zope instance can be created using {term}`cookiecutter-zope-instance`.
561+
558562
ZPT
559563
Zope Page Template is a template language for Python.
560564
@@ -565,7 +569,7 @@ ZCA
565569
Zope Component Architecture
566570
Zope Component Architecture (ZCA) is a Python framework for supporting component based design and programming.
567571
It is very well suited to developing large Python software systems.
568-
The ZCA is not specific to the Zope web application server.
572+
The ZCA is not specific to the {term}`Zope` web application server.
569573
It can be used for developing any Python application.
570574
Maybe it should be called Python Component Architecture.
571575
```{seealso}

0 commit comments

Comments
 (0)