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.

  • Page:
    Action — An action is a name for a certain task that should be performed when requesting a page in the CONTENIDO backend.
  • Page:
    Area — An area is a name for a set of scripts that should be executed when a certain subnavigation item is clicked.
  • Page:
    Article — An article is actually the page of the website.
  • Page:
    Article — An article is actually the page of the website and belongs to one client.
  • Page:
    Category — A category is the logical division of the website.
  • Page:
    Category — A category is the logical division of the website and belongs to one client.
  • Page:
    Category tree — The category tree is a hierarchic definition of categories and its children in a Client.
  • Page:
    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.
  • Page:
    Client — A client represents a complete web page in the system. Client is a systemwide ressource.
  • Page:
    Container — A container is a markup element in a layout. It serves as a placeholder for a module that can be inserted using a template. Container is a systemwide ressource.
  • Page:
    Content type — A content type in CONTENIDO is a place where authors can enter or select data to be displayed in the frontend.
  • Page:
    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.
  • Page:
    Frame — The CONTENIDO backend is divided into several frames.
  • Page:
    Layout Layouts contain the whole static (X)HTML markup of a clients frontend page.
  • 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.
  • Page:
    Module translation — With a module translation you can translate certain parts of your module for all existing frontend languages.
  • Page:
    Navigation — The navigation consists of the main- and subnavigation.
  • Page:
    Plugin — A plugin is a separate package with additional functionality for CONTENIDO which mostly is added to the backend. Plugins are systemwide ressources.
  • Page:
    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.
  • Page:
    Property Properties allow to store simple values that can be used e.g. for configuring the behaviour of modules, plugins or even the core. Property  is a client ressource.
  • Page:
    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.