Message-ID: <23358163.2484.1485845076089.JavaMail.confluence@ip-10-127-227-164> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_2483_1343189613.1485845076089" ------=_Part_2483_1343189613.1485845076089 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html FAQ: Frequently Asked Questions about eZ Products

FAQ: Frequently Asked Questions about eZ Products

=20 =20

Gen= eral Questions

Product

 

What is the difference between eZ Platf= orm and Enterprise Edition?

eZ Platform is open-source. Enterprise Edition bases on eZ Platform and = adds new functionalities.

Which parts of eZ are open source and w= hich are commercial?

eZ Platform is fully open-source and available at Github.

eZ Enterprise is a commercial solution.

What technologies do I need to know to = use eZ?

If you are using eZ as an editor or content manager, you do not need to = have any programming knowledge.

Installing and configuring eZ will require at least basic familiarity of= web development. Some more advanced customization possibilities may requir= e programming skills (such as knowledge of PHP or Twig).

What is Demo Bundle?

Demo Bundle is a sample website you can get with your installation of eZ= . There are two different Demo Bundles: one for eZ Platform and one for eZ = Enterprise.

The Bundle contains a small number of initial preset Content Types. You = can apply them directly in your website or use them as a starting point to = create your own Content Types.

What are the technical requirements for= installing eZ?
How do I install eZ?

 See installa= tion for a guide on how to install eZ products.

 

Editing

 

In what modes can I work with my conten= t?

eZ offers three different work modes: Content mode, Page mode and Performance mode.

What is Content mode?

Content mode&nb= sp;gives access to the content repository. It is mostly the role of eZ Plat= form, but for users of eZ Enterprise it is enriched with specific Studio fu= nctionalities.

Its focus is creating, modifying, organizing and publishing Content= items. Content mode is an inte= rface for the repository, that is the place in which eZ stores all the cont= ent.

This mode lets you navigate the Content tree and edit any content presen= t in it, as well as to move, copy and delete it. You can also create new co= ntent using the previously defined Content Types.

You can preview any Content within the tree, but the Content mode does n= ot allow you to edit a Content item directly from this preview.

What is Page mode?

Page mode allows = you to manage website pages and website content from the pages themselves. = It is only available for eZ Enterprise users. It can be enriched by eZ Serv= ices functionalities for users subscribed to them.

It allows front-end editing, that is modifying pages directly from their= preview. Using a special Timeline toolbar you can also preview and modify = the content of a page at a future date.

The Page mode offers a speci= al functionality of creating a Landing Page - a special kind of Content wit= h advanced customization options.

What is Performance mode?

Performance mode gives access to optimization capabilities such as Analy= tics and cloud services management tools.

 

Admin= istration

 

How do I grant and restrict access to m= y website?

You can restrict access to your website per User or User group. Each Use= r (or group) can be assigned Roles and Policies which define the operations= they can perform on the website. You can assign them globally or only to p= arts of the website, by applying Sections.

See Managing permiss= ions for more information.

What are Policies?

Policies are basic elements of the permissions system. They are rules de= fining access to one functionality of one module (for example modifying art= icles), with possible further limitations.

See Managing permissions for more information.

What are Roles?

Roles are an element of the permissions system. They are collections of = Policies assigned to a particular user Role (for example a sports section e= ditor).

See Managing permiss= ions for more information.

How do I assign Roles and Policies to a= User?

 You can do it in the Admin Panel by selecting the Roles tab.

See Managing permissions for more information.

What are Sections used for?

Sections can be used to divide your content tree into separate parts. Th= is is done for the purpose of limiting access to some of these parts for se= lected Users or User groups.

See Managing Sections for more information.

How can I use Sections to control acces= s to my website?

You can divide your Content tree into sections in the Admin Panel, see <= a href=3D"/display/USER/Managing+Sections">Managing Sections.

Then you can create Policies which concern only this Section.

Can I have different language versions = of one Content item?

 Yes, every Content item can have multipl= e language versions. See Editing content language versions and Managing languages for more information= .

What is a siteaccess?

It is a collection of configuration settings provided when accessing a w= ebsite. A single site can have multiple siteaccesses which define the conte= nt 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 a= nd for administrators, or for different language versions.

See Siteaccess for more te= chnical information.

How can I customize the look of my webs= ite?

You can control the look of your website with great precision by creatin= g and applying Twig templates. You can also create custom layouts for Landi= ng Pages.

See Design for more technical = information.

 

Support

 

Where is the technical documentation?

Technical documentation for Platform and Enterprise is available in: eZ Developer documentation.

You can find the technical documentation for eZ Publish 5.x (an earlier = version) in eZ Publish 5.x Developer Documentation.

Where can I find more information about= eZ?

To find more information about the company and products, have a look at = ez.no.

Where can I ask for help?

If you need more questions answered, have a look at our Support and Maintenance services.

If you would like to share your questions or ideas with other eZ users, = you can do it on:

How can I contact eZ representatives?

If you would like to contact eZ or any of our offices, you can find the = contact information here.

 

eZ Platfo= rm

Product

 

Where can I get eZ Platform?

You can download the current version of eZ Platform from: http://share.ez.no/downloads/downloads.

How do I install eZ Platform?

Here is a guide to installing eZ products (coverin= g both eZ Platform and eZ Enterprise).

 

Content= model

 

What does eZ understand by "Content"?

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

In the narrow sense, a Content item is a single object used on a site. I= t can be, for example, an article, a photo gallery or a blog post. Technica= lly, a Content item is an instance of a Content Type (that is, it is a sing= le object created on the basis of a "blueprint" which is the Content Type).=

What are Content Types?

Content Types can be treated as templates or blueprints for Content. The= y define Fields and their Field Types which are then assigned values when a= Content item is created based on this Content Type.

Content Types are conceptually similar to classes in object-oriented pro= gramming.

What Content Types do I have available?=

A small set of ready-to-use Content Types is provided with the Demo Bundle.

Can I modify Content Types?

Yes, you can adapt any Content Types provided in the Demo Bundle to your= needs. See Creating and managing Content Types for more information.

Can I make my own Content Types?

 Yes, you can freely create any new Content Types. See Creating and managin= g Content Types for more information.

What are Field Types?

Field Types define type of data which can be stored in a Field. Field Ty= pes which make up Content are 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).

Can I make my own Field Types?

Yes, you can create custom Field Types. However, this is not available f= rom the Admin Panel (like creating Content Types). Instead, they have to be= created using PHP.

 

Editing

 

How do I create new content?

You can create a new Content item in the Conte= nt mode by clicking Create. See Creating content for more information.

What is the Location of a Content item = and how is it determined?

A Content item in itself does not have a place in the Content tree and i= s not visible for a visitor of the website. To take its place in the websit= e it has to be assigned a Location ID.

A single Content item can have more than one Location ID, that is, it wi= ll be shown in more than one place in the Content tree. A single Location, = however, can only have one Content item in it.

When you create a new Content item, it will automatically be given a Loc= ation ID and placed as a child of the Content item you were viewing when yo= u clicked Create.

How can I hide and unhide content?

You can limit the visibility of a Content item by hiding the Location it= is placed in. Hiding a Location also hides all other Locations that are un= der it in the content tree.

How can I preview content?

In Content mode you cannot edit Content while previewing it (this option= is available only in Enterprise).

You can preview your content while editing it = by clicking one of the icons under Preview in the action bar. See Optimizing content for more in= formation.

What is the difference between saving a= nd publishing content?

The Save function allows you to save the current workin= g copy into a draft to potentially reuse it later. The new version will not= be published and then not visible on the site or through the API as publis= hed content

The Publish function allows you to publish the final ve= rsion of the content object. As a result the working copy turns into a publ= ished version that is visible on the site and available through the API as = a publish content.

 

= eZ Enterprise Edition

Product

 

Does eZ Enterprise contain all features= of eZ Platform?

Yes, eZ Enterprise is based on eZ Platform and contains it with all of i= ts functionalities.

What features does eZ Enterprise offer = that are unavailable in Platform?

eZ Enterprise offers a number of additional features aside from what is = available in Platform. The key of them are:

  • Easy creation of Landing Pages
  • Intuitive Page mode editing
  • Flex Workflow functionality for managing the review process
  • Automated scheduling of the times when new content is aired on the page= .
How do I install eZ Enterprise Edition?=

Here is a guide to installing= eZ products (covering both eZ Platform and eZ Enterprise= ).

 

Editing

 

How does a Landing Page differ from a r= egular page?

A Landing Page is a special kind of a Content item. It is a page designe= d to be the visitor's entry point into your website.

A Landing Page has a customizable layout with multiple zones where you c= an place predefined blocks with dynamic content.

How do I create a Landing Page?

You can create a new Landing Page in the Page = mode by clicking Create. See Creating content - Landing Page for m= ore information.

What blocks can I add to a Landing Page= ?

Here is the list= of predefined Landing Page blocks.

You also have the possibility of creating your own, custom blocks.

How can I make content appear on a page= at a predefined time?

You can use the Schedule B= lock to select Content items and plan the times at which they will be d= isplayed on a Landing Page.

How can I see what my page will look li= ke in the future?

The Working with ti= meline lets you preview changes that will happen to your Landing Page w= ith time. Simply drag the slider at the top of the page to the time you wis= h to view.

How can I have my Content reviewed by o= ther users?

You can use the Flex Workflow functionality to send your Content to revi= ew. You can access it from the Action bar in Content mode. See Content review workflow for = more information.

 

 

------=_Part_2483_1343189613.1485845076089 Content-Type: image/png Content-Transfer-Encoding: base64 Content-Location: file:///C:/af918576c0365dadd34b26056af46801 iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAA3NCSVQICAjb4U/gAAAAFVBMVEX/ //9wcHBwcHBwcHBwcHBwcHBwcHA3RenHAAAAB3RSTlMAZoiZzN3/SzZomQAAAAlwSFlzAAALEgAA CxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAUdEVYdENy ZWF0aW9uIFRpbWUANi8xLzEzOKlF0AAAACFJREFUCJljYCATsCgwqIAZTMnMyRAhsTABCIMxkVxT GQCLcwHyUKXpLgAAAABJRU5ErkJggg== ------=_Part_2483_1343189613.1485845076089--