Message-ID: <514770182.2486.1485845087575.JavaMail.confluence@ip-10-127-227-164> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_2485_1567558143.1485845087575" ------=_Part_2485_1567558143.1485845087575 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Glossary

Glossary

Access control |=20 Access function |=20 Action bar |=20 Attribute |=20 Block |=20 Bundle |=20 CLA |=20 CMS |=20 CXM |=20 Cloud Services |=20 Clustering |=20 Community |=20 Components |=20 Composer |=20 Content items |=20 Content Class |=20 Content mode |=20 Content state |=20 Content tree |=20 Content Type |=20 Content versioning= |=20 CSS |=20 Data Type |=20 Demo Bundle |=20 Discovery bar |=20 Dynamic page |=20 Extension |=20 eZ Enterprise |=20 eZ Platform |=20 eZ Publish Commu= nity |=20 eZ Publish Ent= erprise |=20 Field |=20 Field Type |=20 Field Value |=20 Flex workflow |=20 Landing Page |=20 Layout |=20 Legacy |=20 Location |=20 Marketing Auto= mation |=20 Media library |=20 Multisite setup |=20 Node |=20 Object-oriented content structure |=20 Page mode |=20 Performance mode |= =20 Permissions |=20 Policy |=20 Public API |=20 Recommendation |=20 Repository |=20 REST API |=20 Role |=20 Section |=20 Service life |=20 Siteaccess |=20 Smart Analytics |=20 Stash |=20 Studio |=20 Studio Toolbar |=20 Symfony |=20 Template |=20 Twig |=20 Universal Discovery Widget (UDW) |=20 User |=20 User group |=20 XML |=20 YAML |=20 Zone

 

Entries in italics are legacy terms (terms us= ed in earlier versions of eZ) included here for reference reasons.

 

A

Access c= ontrol

The mechanism of granting and prohibiting access to different parts of t= he website; see Policy, Role, Access function= , User, User= group.

More information (User Guide): Managing permissions.

More information (Technical Manual): Permissions= .

Acces= s function

The smallest element of the permissi= ons system: a single component of a policy= .

Action bar

A menu in the right pane of the Conten= t mode. It allows you to create, modify and manipulate Content.

Attribute

Legacy term for Field Type.

 

B

Block

The basic segment of a Landing Page. Blocks can be placed on a Landing Page using drag-and-drop and later cus= tomized.

More information (User Guide): Adding blocks to Landing Page.=

Bundle

A directory containing a set of files (PHP files, stylesheets, JavaScrip= ts, images, etc.) that implement a single feature (for example a blog or a = forum). This is a term used in Symfony, w= hich distributes both its main framework and extensions or addins in the fo= rm of bundles.

 

C

CLA

Contributor Licensing Agreement. An agreement which needs to be signed b= efore contributing to the development of eZ.

CMS

Content Management System. This is the basic type of software that eZ of= fers.

CXM

Customer Experience Management. The whole of marketing and business acti= vities, processes and tools connected with interaction between a company an= d its customers.

Cloud Services

A commercial component of eZ with options for gathering and using conten= t intelligence, including capabilities such as recommendations or marketing= automation.

Cloud Services is also available as a standalone solution.

Clustering

The way of setting up an installation to have several web servers runnin= g eZ.

More information (Technical Manual): Clustering.

Community

The Community Gateway for eZ users. Also, the open-source version of t= he previous generation of eZ p= roducts.

Components

A library of independent components for Web applications. In the current= versions of eZ replaced by Twig templates a= nd Symfony = bundles.

Composer

A PHP packaging system to manage dependencies. It is used in the install= ation and update mechanism of eZ. See https://getcomposer.org/.=

More information (Technical Manual): Using Composer.

Content items

1. In the broad sense, content items is everything that= is placed on a site for the visitor to see.

2. (sing. a Content item, Pl. Content= items) In the narrow sense, a Content item is a single object used on a si= te. It can be, for example, an article, a photo gallery or a blog post. Tec= hnically, a Content item is an instance of a Content Type (that is, it is a single object created on the basis o= f a "blueprint" which is the Content Type).

Occasionally, the term "regular Content" is used to refer to any type of= Content other than a Landing Page.

More information (User Guide): Fundamental concepts.

Content Class

Legacy term for Content Type.

Content mode

The editing mode used in eZ Platform. The Content mode concentrates on c= reating, editing and managing Content items.

More information (User Guide): Content mode interface(old).

Content sta= te

The status of a Content item version. Each version can have the status o= f Draft (created but not published yet), Published or Archived (removed or = replaced by a newer version).

See also Content versioning.=

Content tree

The structure into which Content is organized in the system.

Content Type

A template or blueprint for Content. I= t defines Fields and their Field Types which are then assigned Field Values when a Content item is created based on this= Content Type.

Content Type is conceptually similar to a class in object-oriented progr= amming.

More information (User Guide): Content Types.

Content versioning

A control mechanism for changes made to content. Whenever a piece of Content is modified, its previous version is= preserved with an Archived state. You can view an earlier version of Conte= nt and revert to it if you decide to undo the changes.

See also Content state.

CSS

Cascading Style Sheets used to create and apply styles to websites. Can = be used in conjunction with Twig.

 

D

Data Type

Legacy term for Field Type.

Demo Bundle

A bundle containing a demonstration version of a website created using e= Z. You can use it to familiarize yourself with the system, or to create you= r own website on its basis.

There is a separate Demo Bundle for eZ Platform and eZ Enterprise.

More information (User Guide): Dem= o Bundle.

Discovery bar

A menu in the left pane of the Content= mode. It allows you to navigate the repository.

Dynamic page

One of the types of Landing Page: = a page with dynamically generated content.

 

E

Extension

Legacy term for Bundle.

eZ Enterprise

The current commercial stack of eZ. It contains the open-source eZ Platform component as well as Studio.

eZ Platform

Open-source component of eZ.

eZ Publish Community

Open-source version of the previous edition of eZ.

= eZ Publish Enterprise

Commercial version of the previous edition of eZ.

 

F

Field

The smallest unit for storing data in the content structure. A Content item can contain multiple Fields, each o= f them with a Field Value. The Field V= alue must correspond to the Field Type = as defined in the Content Type.

Field Type

The type of data which can be stored in a Fi= eld. Field Types which make up Content a= re defined in the Content Type.

Field Type is conceptually similar to a data type in programming. Howeve= r, the available Field Types include both simple data types (for example in= teger or float numbers) and more complex structures (for example image, med= ia file or binary file).

More information (User Guide): Fie= ld Types.

Field Value

The value which is assigned to a Field w= hen Content is created based on a Content Type. The type of value is defined b= y the Field Type.

Flex workflow

A functionality for managing the Content review process. It allows you t= o ask other users to review your content and send the reviewers mail notifi= cations.

More information (User Guide): Content review workflow.

 

L

Landing Page

In online marketing, the part of the website that a customer is directed= to first when reaching a webpage through a search engine or a marketing li= nk.

In eZ terms, a special form of Content= . It allows you to organize the page using specially tailored blocks of con= tent.

Landing Pages can be created in Page mode= .

More information (User Guide): Creating content - Landing Page.

More information (Technical Manual): Landing Page Field Type (Enterprise).

Layout

The way in which a Landing Page is= divided into zones. Each zone can contain a= number of blocks. See also Dynamic page.

Legacy

General term for previous versions of eZ, from 3.x to 5.x.

Location

The place in which Content is located = in the content structure, indicated by a Location ID. A Content item can be= assigned to more than one Location (have more than one Location ID), but a= single Location ID can have only one Content item in it.

More information (User Guide): Content Locations.

 

M

= Marketing Automation

A part of Cloud Services offerin= g marketing automation capabilities: functionalities for generating and man= aging leads and sales management.

Media libra= ry

The place where all media (for example images, videos, etc.) are stored = in the content structure. When choosing a piece of media to place in your c= ontent, you will use the Uni= versal Discovery Widget.

Multisite setup=

A configuration where one eZ installation serves multiple websites (for = example, different versions of a company website for different internationa= l markets).

 

N

Node

Legacy term for Location.

 

O

Object-oriented content struc= ture

The fundamental idea behind structuring content in eZ. Based on the conc= epts of object-oriented programming, this structure treats every Content it= em as an object, an instance of a predefined Content Type, with a number of Fields <= /a>reflecting its properties.

See Content, Content Type, Field, Field Type.

More information (User Guide): Fundamental concepts.

 

P

Page mode

The editing mode available in eZ Ente= rprise. Allows you to plan, create and modify content live, while previ= ewing the effects of the changes in real time.

More information (User Guide): Page mode interface.

Performance mode

The editing mode available in Cloud = Services.

Permissions

See Policies, Roles.

Policy

The basic element of the permissions system: a rule defining access to o= ne functionality of one module (for example modifying articles), with possi= ble further limitations. Can be assigned to users and user groups.

Public API

A PHP API which exposes a Repository, allowing you to create, read,= update, manage and delete all objects available in eZ, both Content and re= lated objects such as Sections, Locations, Content Types etc.

More information (Technical Manual): Public API Guide.

 

R

Recom= mendation

A part of Cloud Services contain= ing an engine for gathering customer information and presenting recommendat= ions. Powered by YOOCHOOSE!.

Repository

Storage place for all content in an eZ installation. It can be interacte= d with using the public API.

Can also refer to a GitHub repository (eZ uses GitHub to store and share its open-source code).

REST API

An API which allows you to interact with an eZ installation using the HT= TP protocol, following a REST in= teraction model.

Role

An element of the permissions system: a collection of Policies assigned to a particular user function (for example= a sports section editor). Can be assigned to Us= ers and User groups.

 

S

Section

A demarcated part of the Content tree<= /a>. Sections can be used to control permissions granted to users (for exam= ple, a "Sports Editors" group can be assigned Roles which only grant access= to the "Sports" Section of website).

More information (User Guide): Managing Sections.

Service life

Support and maintenance cycle of different versions of eZ. See https://support.ez.no/Public/Service-Life for detailed in= formation.

Siteaccess

A collection of configuration settings provided when accessing a website= . A single site can have multiple siteaccesses which define the content and= design of the page that will be displayed. This functionality can be used = for example to create separate versions of the website for visitors and for= administrators.

More information (Technical Manual): SiteAccess.

Smart Analytics

A part of Cloud Services contain= ing an engine for tracking and analyzing visitor behavior on the website.

Stash

An open-source technology used for caching. See http:/= /www.stashphp.com/index.html.

More information (Technical Manual): Persistence cache, Persistence cache confi= guration.

Studio

Commercial component of eZ, together with eZ Platform it constitutes eZ Ent= erprise.

Studio T= oolbar

An action toolbar at the top of the screen in Studio which allows you to create, edit and view content.

More information (User Guide): Page mode interface.

Symfony

A PHP framework for web applications and a set of reusable PHP component= s. eZ has been using Symfony as its framework since eZ Publish 5.0. See http= s://symfony.com/.

 

T

Template

An instrument for customizing the visual aspect of a website. A template= is applied to the content and defines the layout, themes and other graphic= al features with which content will be displayed on the page. eZ uses Twig as its main template engine.

More information (Technical Manual): Design, Content Ren= dering.

Twig

A PHP template engine used as the mai= n template engine in current versions of eZ. See http://twig.sensiola= bs.org/ for more information.

 

U

<= strong> Universal Discovery Widget (UDW)

A tool for browsing, searching and selecting content in the Content tree and Media library.

User

An account in which information about a user is contained in the system.=

Technically, a User is a Content item of a special Content Type.

More information (User Guide): = Managing Users.

User group

A collection of users grouped together for efficiency reasons. You can a= ssign policies and roles to User groups as well as individual Users.

Technically, a User group is a Content item of a special Content Type.

 

X

XML

A markup language for encoding documents (short for Extensible Markup La= nguage). One of the formats for storing configuration data in eZ, as well a= s an output form for REST API.

 

Y

YAML

A data serialization language (short for YAML Ain't Markup Language). On= e of the formats for storing configuration data in eZ.

 

Z

Zone

A basic part of a Landing Page layout. Zones are are deployed over a= layout in a particular position and can in turn contain blocks.

------=_Part_2485_1567558143.1485845087575--