Skip to content

Glossary

Here you find a glossray with short descriptions to terms of this documentation and in imperia CMS.

You can use the search field if you look for a certain term.



Add-on#

By using add-ons you can extend your imperia CMS with certain functions.

You will find a list of available add-ons in the toolbar of your imperia CMS by clicking .
Also, descriptions of add-ons are to be found on our website Marketplace.

For more information refer to the user manual.


Develop-system#

In a Staging architecture content is first edited on the develop system and then publihed on a target system. This process is normally done by the editors.


FTS#

Acronym for Full Text Search. In the imperia, this represents the search engine, which supports full text search and other user-defined search queries.


live#

Often short for live system oder live server.


Live server#

In a staging environment, a live server is a server dedicated to the intended audience of the site as opposed to the staging server. Synonyms are production server or target system.


Live system#

Synonym to target system.


Staging#

A staging content management system allows the production of content in stages.

In imperia content is usually

  1. edited
  2. approved and
  3. reviewed on the staging server before it is published to one or more live servers.

imperia can also operate without staging. In that case there are no live server but only a staging server.

Sometimes, the term staging is used as an abbreviation for staging server.


Staging server#

In a staging environment, content is edited or otherwise produced only on the staging server. After review and approval it is then published to one or more target systen.

See also following figure:

Staging-Architecture


System variable#

System variables are global configuration variables in imperia. System variables are defined in the file system.conf in the imperia site directory or in a file included by that file. For more detailed information go to Configuration Glossary.


Target System#

In a staging environment, a live server is a server dedicated to the intended audience of the site as opposed to the staging server. Synonyms are production server or target system.


Unix time stamp#

Number of seconds since January 1st, 1970 GMT, also known as seconds since the epoch. Such timestamps have several advantages over broken-down date and time specifications, and are therefore in widespread use in programming languages.

  1. It is trivial to compute differences between two such timestamps, whereas it can be very complicated to compute the difference between two dates like February 1st and April 1st (think of different numbers of days in a month, leap days and seconds, or daylight savings time.

  2. Time zones can be ignored completely for calcuations.

  3. Such timestamps are monotonously increasing, whereas broken-down date and time specifications have gaps and ambiguities. For example the wall-clock time 2:30 typically exists twice on the day, where daylight savings time is applied.