Glossary
On this page, all articles in the documentation which are tagged with the keyword "glossary" are listed. The glossary should contain articles, which describes elements of CONTENIDO.
-
Action — An action is a name for a certain task that should be performed when requesting a page in the CONTENIDO backend.
-
Area — An area is a name for a set of scripts that should be executed when a certain subnavigation item is clicked.
-
Article — An article is actually the page of the website.
-
Article — An article is actually the page of the website and belongs to one client.
-
Category — A category is the logical division of the website.
-
Category — A category is the logical division of the website and belongs to one client.
-
Category tree — The category tree is a hierarchic definition of categories and its children in a Client.
-
Chain — A chain is a registered hook in the code, which executes external callbacks with a given amount of parameters to affect the systems behaviour.
-
Client — A client represents a complete web page in the system. Client is a systemwide ressource.
-
-
Content type — A content type in CONTENIDO is a place where authors can enter or select data to be displayed in the frontend.
-
Cronjob — A cronjob is a script that will be executed by cron, a time-based job scheduler in Unix-like operating systems. This features allows you to execute system calls in regular intervals for example checking your emails every 5 minutes.
-
Frame — The CONTENIDO backend is divided into several frames.
-
Layout — Layouts contain the whole static (X)HTML markup of a clients frontend page.
-
Module — A module is the most essential component of the frontend. It contains all logic to display editable or static content on the web page.Module is a client ressource.
-
Module translation — With a module translation you can translate certain parts of your module for all existing frontend languages.
-
Navigation — The navigation consists of the main- and subnavigation.
-
Plugin — A plugin is a separate package with additional functionality for CONTENIDO which mostly is added to the backend. Plugins are systemwide ressources.
-
Plugin manager — The plugin manager is a new web interface in the backend to easily manage, install and activate plugins to extend the functionality of CONTENIDO.
-
-
Template — A template connects the dynamic output of Modules with the whole markup located in the layouts by using their containers. Template is a client ressource.