|
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 |
|
32 | 23 | CMS
|
33 | 24 | Content Management System
|
34 | 25 |
|
| 26 | +Cookiecutter |
| 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/). |
| 29 | +
|
| 30 | +cookiecutter-zope-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. |
| 32 | +
|
35 | 33 | CSS
|
36 | 34 | Cascading Style Sheets (CSS) is a stylesheet language used for describing the (most of the times visual) representation of web pages.
|
37 | 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 | +
|
38 | 39 | Grunt
|
39 | 40 | The JavaScript Task Runner.
|
40 | 41 | Automates the creation and manipulation of static assets for the theme.
|
41 | 42 |
|
42 | 43 | Less
|
43 | 44 | A dynamic stylesheet language that can be compiled into {term}`CSS` (Cascading Style Sheets).
|
44 | 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 | +
|
| 49 | +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 is designed for developers who use stable version constraints, then layer their customizations on top of that base while using a version control system. |
| 52 | + This design allows developers to override their base package constraints with a customized or newer version. |
| 53 | +
|
| 54 | +mxmake |
| 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 | +
|
| 60 | +
|
45 | 61 | NPM
|
46 | 62 | npm is a package manager for the JavaScript programming language.
|
47 | 63 | It is the default package manager for the JavaScript runtime environment Node.js.
|
48 | 64 | Also a registry of JavaScript packages, similar to PyPI.
|
49 | 65 |
|
50 |
| -TTW |
51 |
| - 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. |
| 69 | +
|
| 70 | +pm2 |
| 71 | + [PM2](https://pm2.keymetrics.io/) is a daemon process manager. |
| 72 | +
|
| 73 | +REST API |
| 74 | + TODO REST API in general. TODO REST API of Plone. |
52 | 75 |
|
53 | 76 | S3
|
54 | 77 | [Amazon Web Services S3](https://aws.amazon.com/s3/).
|
55 | 78 | Object storage built to store and retrieve any amount of data from anywhere.
|
56 | 79 |
|
57 |
| -NFS |
58 |
| - [Network File System](https://en.wikipedia.org/wiki/Network_File_System). |
| 80 | +TTW |
| 81 | + Through-The-Web allows editing or customizing a Plone site through a web browser. |
59 | 82 |
|
60 | 83 | Amazon Opsworks
|
61 | 84 | [AWS OpsWorks](https://aws.amazon.com/opsworks/) is a configuration management service that uses Chef, an automation platform that treats server configurations as code.
|
@@ -196,7 +219,7 @@ mrs-developer
|
196 | 219 | As a byproduct of its update operations, it also automatically adjusts `jsconfig.json`, which is used by Volto to configure webpack aliases.
|
197 | 220 |
|
198 | 221 | Yarn
|
199 |
| - A popular JavaScript package manager similar to NPM. |
| 222 | + [Yarn](https://classic.yarnpkg.com/) is a JavaScript package manager. |
200 | 223 |
|
201 | 224 | Hydration (SSR)
|
202 | 225 | After loading an HTML page generated with SSR in the browser, React can "populate" the existing DOM elements, recreate and attach their coresponding components.
|
@@ -295,9 +318,6 @@ Docker Compose
|
295 | 318 | RelStorage
|
296 | 319 | [RelStorage](https://relstorage.readthedocs.io/en/latest/) is a storage implementation for ZODB that stores pickles in a relational database.
|
297 | 320 |
|
298 |
| -ZEO |
299 |
| - [ZEO](https://zeo.readthedocs.io/en/latest/) is a client-server storage for ZODB for sharing a single storage among many clients. |
300 |
| -
|
301 | 321 | PostgreSQL
|
302 | 322 | [PostgreSQL](https://www.postgresql.org/) is a powerful, open source object-relational database.
|
303 | 323 |
|
@@ -334,4 +354,15 @@ elementEditor
|
334 | 354 | 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).
|
335 | 355 | It also creates a separate edit form for advanced customization of the data attached to the element.
|
336 | 356 |
|
| 357 | +WSGI |
| 358 | + The Web Server Gateway Interface (WSGI, pronounced _WIZ-ghee_) 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. |
337 | 368 | ```
|
0 commit comments