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
+40-23Lines changed: 40 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,6 @@ AWS
17
17
[Amazon Web Services](https://aws.amazon.com/) offers reliable, scalable, and inexpensive cloud computing services.
18
18
Free to join, pay only for what you use.
19
19
20
-
Linode
21
-
[Linode.com](https://www.linode.com/) is an American privately owned virtual private server provider company based in Galloway, New Jersey, United States.
22
-
23
-
DigitalOcean
24
-
[DigitalOcean, Inc.](https://www.digitalocean.com/) is an American cloud infrastructure provider headquartered in New York City with data centers worldwide.
25
-
26
-
ZODB
27
-
[A native object database for Python](https://zodb.org/en/latest/).
28
-
29
20
Barceloneta
30
21
The default theme for Plone 5.
31
22
@@ -34,43 +25,57 @@ CMS
34
25
35
26
cookiecutter
36
27
A command-line utility that creates projects from cookiecutters (project templates), e.g. creating a Python package project from a Python package project template.
cookiecutter-zope-instance is a cookiecutter template to create a full and complex configuration of a Zope WSGI instance.
31
+
[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.
40
32
41
33
CSS
42
34
Cascading Style Sheets (CSS) is a stylesheet language used for describing the (most of the times visual) representation of web pages.
43
35
36
+
DigitalOcean
37
+
[DigitalOcean, Inc.](https://www.digitalocean.com/) is an American cloud infrastructure provider headquartered in New York City with data centers worldwide.
38
+
44
39
Grunt
45
40
The JavaScript Task Runner.
46
41
Automates the creation and manipulation of static assets for the theme.
47
42
48
43
Less
49
44
A dynamic stylesheet language that can be compiled into {term}`CSS` (Cascading Style Sheets).
50
45
46
+
Linode
47
+
[Linode.com](https://www.linode.com/) is an American privately owned virtual private server provider company based in Galloway, New Jersey, United States.
48
+
51
49
mxdev
52
-
mxdev [mɪks dɛv] is a utility that makes it easy to work with Python projects containing lots of packages, of which you only want to develop some.\
53
-
It builds on top of the idea to have stable version constraints and then develop from a VCS on top of it.\
54
-
As part of above use-case sometimes versions of the stable constraints need an override with a different (i.e. newer) version.\
55
-
https://github.com/mxstack/mxdev
50
+
[mxdev](https://github.com/mxstack/mxdev) [mɪks dɛv] is a utility that makes it easy to work with Python projects containing lots of packages, of which you only want to develop some.
51
+
It builds on top of the idea to have stable version constraints and then develop from a VCS on top of it.
52
+
As part of above use-case sometimes versions of the stable constraints need an override with a different (i.e. newer) version.
56
53
57
54
mxmake
58
-
TODO mxmake glossary term description
55
+
mxmake helps create development environments for Python projects based on [make](https://www.gnu.org/software/make) and [mxdev](https://github.com/mxstack/mxdev).
[AWS OpsWorks](https://aws.amazon.com/opsworks/) is a configuration management service that uses Chef, an automation platform that treats server configurations as code.
@@ -211,7 +216,7 @@ mrs-developer
211
216
As a byproduct of its update operations, it also automatically adjusts `jsconfig.json`, which is used by Volto to configure webpack aliases.
212
217
213
218
Yarn
214
-
A popular JavaScript package manager similar to NPM.
219
+
[Yarn](https://classic.yarnpkg.com/) is a JavaScript package manager.
215
220
216
221
Hydration (SSR)
217
222
After loading an HTML page generated with SSR in the browser, React can "populate" the existing DOM elements, recreate and attach their coresponding components.
@@ -310,9 +315,6 @@ Docker Compose
310
315
RelStorage
311
316
[RelStorage](https://relstorage.readthedocs.io/en/latest/) is a storage implementation for ZODB that stores pickles in a relational database.
312
317
313
-
ZEO
314
-
[ZEO](https://zeo.readthedocs.io/en/latest/) is a client-server storage for ZODB for sharing a single storage among many clients.
315
-
316
318
PostgreSQL
317
319
[PostgreSQL](https://www.postgresql.org/) is a powerful, open source object-relational database.
The Web Server Gateway Interface (WSGI, pronounced whiskey) is a simple calling convention for web servers to forward requests to web applications or frameworks written in the Python programming language.
348
+
349
+
ZEO
350
+
[ZEO](https://zeo.readthedocs.io/) is a client-server storage for ZODB for sharing a single storage among many clients.
351
+
352
+
ZODB
353
+
[A native object database for Python](https://zodb.org/).
354
+
355
+
Zope
356
+
[Zope](https://zope.readthedocs.io/) is a Python-based application server for building secure and highly scalable web applications.
0 commit comments