|
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 | 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. |
| 28 | + [See Cookiecutter's documentation](https://cookiecutter.readthedocs.io/en/stable/). |
37 | 29 |
|
38 | 30 | 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. |
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). |
| 56 | +
|
| 57 | +NFS |
| 58 | + [Network File System](https://en.wikipedia.org/wiki/Network_File_System). |
| 59 | +
|
59 | 60 |
|
60 | 61 | NPM |
61 | 62 | npm is a package manager for the JavaScript programming language. |
62 | 63 | It is the default package manager for the JavaScript runtime environment Node.js. |
63 | 64 | Also a registry of JavaScript packages, similar to PyPI. |
64 | 65 |
|
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. |
67 | 69 |
|
68 | 70 | S3 |
69 | 71 | [Amazon Web Services S3](https://aws.amazon.com/s3/). |
70 | 72 | Object storage built to store and retrieve any amount of data from anywhere. |
71 | 73 |
|
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 | +
|
74 | 79 |
|
75 | 80 | Amazon Opsworks |
76 | 81 | [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. |
318 | 320 |
|
@@ -349,4 +351,18 @@ elementEditor |
349 | 351 | 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). |
350 | 352 | It also creates a separate edit form for advanced customization of the data attached to the element. |
351 | 353 |
|
| 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. |
352 | 368 | ``` |
0 commit comments