Blueprint Developer Manual / Version 2107
Table Of ContentsThe multi-site concept and documentation is based on the following terms. You may skip this section for now and return to it later when these terms are referenced.
- Locale
The term locale refers to the concept of translation and localization. Thus, it is in general a combination of a country and a language. So if the country Switzerland requires contents to be available in English, Italian, German and Romansh, four locales have to be defined.
The locale is represented as IETF BCP 47 language tag (Tags for Identifying Languages).
- Site
A site is a cohesive collection of web pages in a single locale, sometimes referred to as localized site. Technically, a site consists of:
- The site folder
- The site indicator,
- The site's home page and
- Other contents of the site.
- Master Site
A master site is a site other localized sites are derived from. A localized site might itself take the role of a master site for other derived sites. This reflects the need that your localized Canadian site (which is in English) needs another localized variant in French.
- Site Folder
All contents of a site are bundled in one dedicated folder. A typical example of a site folder is:
/Sites/MySite/Canada/French
- Site Indicator
A site indicator is the central configuration object for a site. It is an instance of the content type
CMSite
. It explicitly configures:- The site's home page
- The site identifier
- The site name
- The site's locale
- The master site
- The site manager groups.
It also implicitly defines the root of the site folder.
- Home Page
The site's home page is the main entry point for all visitors of a site. Technically it is also the main entry point to calculate the default layout and the contents of a site.
- Site Identifier
The site identifier needs to be unique among all sites. It can be used to reference a site reliably also outside the CMS for example in configuration files.
- Site Name
The site name is the name of a master site and all derived sites. A derived site inherits the site name from its master site and must not change it.
- Site Manager Group
Members of a site manager group are typically responsible for one localized site. The recommendation is to have one dedicated group for each site with appropriate permissions applied for the site folder.
Responsible means that they take care of the contents of that site and that they accept translation tasks for that site. If a site manager is allowed to also trigger translation tasks from the master site to their site, they need to be added to the translation manager role.
While the Site Manager Groups are typically local to their site, thus represent the horizontal layer, CoreMedia Content Cloud also introduces a vertical layer referred to as global site manager. As a consequence the members of the horizontal layer are sometimes referred to as local site managers.
Global site managers have an overview over all sites while local site managers focus on their sites with additionally required access to the particular master site for translation processes.
- Translation Manager Role
Editors in the translation manager role are in charge of triggering translation workflows either from or to a site.