You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/glossary.md
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -54,10 +54,10 @@ plone/generator-volto
54
54
cookiecutter-plone-starter
55
55
[cookiecutter-plone-starter](https://github.com/collective/cookiecutter-plone-starter/) creates a Plone project that you can install using {term}`Make`.
56
56
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`.
58
58
59
59
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`.
61
61
62
62
CSRF
63
63
Cross-Site Request Forgery
@@ -144,13 +144,13 @@ Diazo
144
144
145
145
Dexterity
146
146
[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.
148
148
149
149
Dublin Core
150
150
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.
151
151
152
152
ZMI
153
-
The Zope Management Interface.
153
+
The {term}`Zope` Management Interface.
154
154
The ZMI is a direct interface into the backend software stack of Plone.
155
155
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.
156
156
@@ -210,7 +210,7 @@ Configuration registry
210
210
It is accessible from the Volto project by importing the module `@plone/volto/config` with `import registry from '@plone/volto/config'`.
211
211
It contains the configuration of the Volto app.
212
212
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.
214
214
215
215
component shadowing
216
216
shadowing
@@ -555,6 +555,10 @@ ZODB
555
555
Zope
556
556
[Zope](https://zope.readthedocs.io/en/latest/) is a Python-based application server for building secure and highly scalable web applications.
557
557
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
+
558
562
ZPT
559
563
Zope Page Template is a template language for Python.
560
564
@@ -565,7 +569,7 @@ ZCA
565
569
Zope Component Architecture
566
570
Zope Component Architecture (ZCA) is a Python framework for supporting component based design and programming.
567
571
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.
569
573
It can be used for developing any Python application.
570
574
Maybe it should be called Python Component Architecture.
0 commit comments