Glossary

This glossary provides example terms and definitions relevant to cs_flickrgallery. A documentation starter scaffold for Plone

Note

This is an example glossary demonstrating MyST Markdown’s {glossary} directive. You can adapt it for your project’s appendix by editing or replacing these entries with your own terms and definitions.

Glossary#

add-on#

An add-on in Plone extends its functionality. It is code that is released as a package to make it easier to install.

In Volto, an add-on is a JavaScript package.

In Plone core, an add-on is a Python package.

Markedly Structured Text#
MyST#

Markedly Structured Text (MyST) is a rich and extensible flavor of Markdown, for authoring Plone Documentation. The sample documentation in this scaffold is written in MyST.

Plone#

Plone is an open-source content management system that is used to create, edit, and manage digital content, like websites, intranets and custom solutions. It comes with over 20 years of growth, optimisations, and refinements. The result is a system trusted by governments, universities, businesses, and other organisations all over the world.

Plone Sphinx Theme#
plone-sphinx-theme#

Plone Sphinx Theme is a Sphinx theme for Plone 6 Documentation, Plone Conference Training, and documentation of various Plone packages. This scaffold uses Plone Sphinx Theme.

Sphinx#

Sphinx is a tool that makes it easy to create intelligent and beautiful documentation. It was originally created for Python documentation, and it has excellent facilities for the documentation of software projects in a range of languages. It can generate multiple output formats, including HTML and PDF, from a single source. This scaffold uses Sphinx to generate documentation in HTML format.