Skip to content

Commit 714b2b0

Browse files
committed
Update glossary.md
1 parent 48c638a commit 714b2b0

File tree

1 file changed

+39
-23
lines changed

1 file changed

+39
-23
lines changed

docs/glossary.md

Lines changed: 39 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@ AWS
1717
[Amazon Web Services](https://aws.amazon.com/) offers reliable, scalable, and inexpensive cloud computing services.
1818
Free to join, pay only for what you use.
1919
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-
2920
Barceloneta
3021
The default theme for Plone 5.
3122
@@ -34,43 +25,57 @@ CMS
3425
3526
cookiecutter
3627
A command-line utility that creates projects from cookiecutters (project templates), e.g. creating a Python package project from a Python package project template.
28+
[See Cookiecutter's documentation](https://cookiecutter.readthedocs.io/en/stable/).
3729
3830
cookiecutter-zope-instance
39-
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.
4032
4133
CSS
4234
Cascading Style Sheets (CSS) is a stylesheet language used for describing the (most of the times visual) representation of web pages.
4335
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+
4439
Grunt
4540
The JavaScript Task Runner.
4641
Automates the creation and manipulation of static assets for the theme.
4742
4843
Less
4944
A dynamic stylesheet language that can be compiled into {term}`CSS` (Cascading Style Sheets).
5045
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+
5149
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.
5653
5754
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).
56+
57+
NFS
58+
[Network File System](https://en.wikipedia.org/wiki/Network_File_System).
59+
5960
6061
NPM
6162
npm is a package manager for the JavaScript programming language.
6263
It is the default package manager for the JavaScript runtime environment Node.js.
6364
Also a registry of JavaScript packages, similar to PyPI.
6465
65-
TTW
66-
Through-The-Web, changes in the browser.
66+
pip
67+
pip is the package installer for Python.
68+
See [tool recommendations](https://packaging.python.org/en/latest/guides/tool-recommendations/) for more information.
6769
6870
S3
6971
[Amazon Web Services S3](https://aws.amazon.com/s3/).
7072
Object storage built to store and retrieve any amount of data from anywhere.
7173
72-
NFS
73-
[Network File System](https://en.wikipedia.org/wiki/Network_File_System).
74+
TTW
75+
Through-The-Web, changes in the browser.
76+
77+
78+
7479
7580
Amazon Opsworks
7681
[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
211216
As a byproduct of its update operations, it also automatically adjusts `jsconfig.json`, which is used by Volto to configure webpack aliases.
212217
213218
Yarn
214-
A popular JavaScript package manager similar to NPM.
219+
[Yarn](https://classic.yarnpkg.com/) is a JavaScript package manager.
215220
216221
Hydration (SSR)
217222
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
310315
RelStorage
311316
[RelStorage](https://relstorage.readthedocs.io/en/latest/) is a storage implementation for ZODB that stores pickles in a relational database.
312317
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-
316318
PostgreSQL
317319
[PostgreSQL](https://www.postgresql.org/) is a powerful, open source object-relational database.
318320
@@ -349,4 +351,18 @@ elementEditor
349351
A generic {term}`volto-slate` plugin architecture that can be used to create other editor interactions that follow the pattern of having a button that toggles a format (an inline element).
350352
It also creates a separate edit form for advanced customization of the data attached to the element.
351353
354+
355+
356+
357+
WSGI
358+
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.
359+
360+
ZEO
361+
[ZEO](https://zeo.readthedocs.io/) is a client-server storage for ZODB for sharing a single storage among many clients.
362+
363+
ZODB
364+
[A native object database for Python](https://zodb.org/).
365+
366+
Zope
367+
[Zope](https://zope.readthedocs.io/) is a Python-based application server for building secure and highly scalable web applications.
352368
```

0 commit comments

Comments
 (0)