Skip to content

Commit

Permalink
Merge pull request #827 from Vivek-04022001/patch-1
Browse files Browse the repository at this point in the history
Corrected minor language errors in glossary.md.
  • Loading branch information
stevepiercy authored Dec 21, 2023
2 parents 336f9b0 + 8cf011f commit dcb2325
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions docs/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Chef
[A configuration management tool written in Ruby and Erlang](https://www.chef.io/products/chef-infra/).
CloudFormation
[AWS CloudFormation](https://aws.amazon.com/cloudformation/) gives developers and systems administrators an way to create and manage a collection of related AWS resources, provisioning and updating them in an orderly and predictable fashion.
[AWS CloudFormation](https://aws.amazon.com/cloudformation/) gives developers and systems administrators a way to create and manage a collection of related AWS resources, provisioning and updating them in an orderly and predictable fashion.
Travis CI
Travis CI is a hosted, distributed continuous integration service used to build and test software projects hosted at GitHub.
Expand All @@ -92,7 +92,8 @@ Dexterity
[Dexterity](https://github.com/plone/plone.dexterity), the base framework for building content types, both through-the-web and as filesystem code for Zope.
Dublin Core
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.
The Dublin Core Schema is a small set of vocabulary terms that can be used to describe web resources (video, images, web pages, and other online content).
It can also be used to describe physical resources such as books or CDs, and objects like artworks.
ZMI
The Zope Management Interface.
Expand All @@ -118,7 +119,7 @@ Rapido application
It is a folder containing templates, Python code, and YAML files.
block
Blocks display a chunk of HTML which can be inserted in your Plone pages.
Blocks display chunks of HTML that can be inserted into your Plone pages.
element
Elements are the dynamic components of your blocks.
Expand Down Expand Up @@ -155,14 +156,14 @@ Webpack
Webpack entrypoint
The main files generated by webpack as a result.
They typically contain the application source code based on modules bundled together, but it can also include other resources, such as static resources.
It can contain code to automatically trigger the load of other JavaScript code files called "chunks".
They can contain code to automatically trigger the load of other JavaScript code files called "chunks".
Babel
A JavaScript compiler that "transpiles" newer standards JavaScript to something that any browser can load.
Express
A JavaScript HTTP server with a simple API to build custom applications.
Volto uses it as its server.
[Express](https://expressjs.com/) is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
Volto uses Express.
Server-Side Rendering (SSR)
When first loading any Plone page, users will get HTML markup that closely matches the final DOM structure of the React components used to render that page.
Expand All @@ -184,7 +185,9 @@ Transpilation
The transformation of JavaScript code that uses advanced language features, unavailable for some browsers, to code rewritten to support them.
ES6
ECMAScript 6, a newer version of the JavaScript language.
ECMAScript 6
[ECMAScript 6 (ES6)](https://262.ecma-international.org/6.0/) is a scripting language specification on which [JavaScript](https://developer.mozilla.org/en-US/docs/Glossary/JavaScript) is based.
[Ecma International](https://www.ecma-international.org/) is in charge of standardizing ECMAScript.
mrs-developer
Also called "missdev", a tool similar to buildout's `mr.developer`.
Expand Down Expand Up @@ -276,7 +279,7 @@ plonecli

GenericSetup
[GenericSetup](https://5.docs.plone.org/develop/addons/components/genericsetup.html) is a framework to modify the Plone site during add-on package installation and uninstallation.
It provides XML-based rules to change the site settings.
It provides XML-based rules to change the configuration settings.

cookiecutter-plone-starter
[cookiecutter-plone-starter](https://github.com/collective/cookiecutter-plone-starter) is a `cookiecutter` template, created by the Plone community, to bootstrap
Expand All @@ -294,4 +297,4 @@ Nginx

Varnish
[Varnish](https://varnish-cache.org/intro/) is a high-performance HTTP accelerator and reverse proxy caching server designed to speed up web applications by caching content in memory.
It serves stored content to users quickly, reducing the load on web servers and enhancing the overall user experience by delivering web pages at high speed.
It serves stored content to users quickly, reducing the load on web servers and enhancing the overall user experience by delivering web pages at high speed.

0 comments on commit dcb2325

Please sign in to comment.