Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions docs/content_model.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Content Model

At the heart of eZ Platform is a repository that stores all content.
In eZ Platform everything is a Content item — not just the actual pages displayed in the website,
At the heart of [[= product_name_oss =]] is a repository that stores all content.
In [[= product_name_oss =]] everything is a Content item — not just the actual pages displayed in the website,
but also all media (images, videos, etc.) and User accounts.

eZ Platform lets you customize and adapt the content model depending on your needs and the type of website you create.
[[= product_name_oss =]] lets you customize and adapt the content model depending on your needs and the type of website you create.

Depending on your organization, if you are an editor or a content creator,
it is possible that the content model for your installation has already been created by your administrator or content manager.
Expand All @@ -18,12 +18,9 @@ Whenever you create a new Content item, you must choose its Content Type.
The Content Type defines what Fields will be available in the Content item.
A Content item may only contain the Fields that are defined in the Content Type.

eZ Platform allows you to create, edit, and delete Content Types and their Fields.
[[= product_name_oss =]] allows you to create, edit, and delete Content Types and their Fields.
A clean installation contains a few basic Content Types.

To see what a larger set of Content Types and their Fields looks like in practice, you can take a look at the Demo Bundle.
[Demo is a separate Enterprise installation with a sample website](https://github.com/ezsystems/ezplatform-ee-demo) in which you can preview different features of eZ Platform.

## Content items

A **Content item** is a single piece of content: an article, a blog post, an image, a product, etc.
Expand Down Expand Up @@ -72,7 +69,7 @@ e.g. Text line, Rich text, Email, Author list, Content relation, Map location, F

**Fields and Field Types:**

- eZ Platform comes with a collection of essential Field Types.
- [[= product_name_oss =]] comes with a collection of essential Field Types.
- It is possible to extend the system by creating custom Field Types for special needs.

## Content and media
Expand All @@ -89,7 +86,7 @@ They represent three categories of Content Types that you can create

### Content browser

During your work with eZ Platform you might need to select content from the Repository.
During your work with [[= product_name_oss =]] you might need to select content from the Repository.
This happens for example when you want to move or copy a Content item, embed an image, link two Content items, etc.
In such cases you use the **Content Browser**.

Expand Down
2 changes: 1 addition & 1 deletion docs/creating_content_advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ or different language versions to visitors from different countries.

See [Site Factory](site_organization/site_factory.md) for more information about setting up sites.

!!! enterprise
!!! dxp

## Forms

Expand Down
6 changes: 3 additions & 3 deletions docs/creating_content_basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ In this way you can upload files such as images, videos, PDF documents, etc.
If you choose the first three options, you have to select the Content Type first.
When uploading files, the Content Type will be chosen automatically.

!!! enterprise
!!! dxp

If you are using eZ Enterprise Edition,
If you are using [[= product_name_ee =]],
you will have the *Page* Content Type available for selection.
Pages are edited in the Page Builder, see [working with Page](working_with_page.md) section.

Expand All @@ -33,7 +33,7 @@ A *Location* Field is a point on the map. You can type the place name, enter its

!!! note "Autosave"

To help you preserve your work, eZ Platform saves drafts of Content items automatically.
To help you preserve your work, [[= product_name_oss =]] saves drafts of Content items automatically.
For more information, see [Autosave](publishing/publishing.md#autosave).

!!! caution "Draft and autosave limitation"
Expand Down
13 changes: 9 additions & 4 deletions docs/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,9 @@ html .md-footer-meta.md-typeset a {
border: .4rem solid;
}

/* Enterprise */
/* DXP */

.admonition.dxp .admonition-title,
.admonition.enterprise .admonition-title {
padding-left: 1.2rem;
}
Expand All @@ -231,6 +232,7 @@ html .md-footer-meta.md-typeset a {
padding-left: 3.8rem;
}

.admonition.dxp, .admonition.dxp>.admonition-title,
.admonition.enterprise, .admonition.enterprise>.admonition-title {
border-color: var(--enterprise-border);
background-color: #ffffff;
Expand Down Expand Up @@ -258,7 +260,8 @@ html .md-footer-meta.md-typeset a {
}

.md-typeset .admonition.note>.admonition-title:before, .md-typeset .admonition.tip>.admonition-title:before,
.md-typeset .admonition.caution>.admonition-title:before, .md-typeset .admonition.enterprise>.admonition-title:before,
.md-typeset .admonition.caution>.admonition-title:before, .md-typeset .admonition.dxp>.admonition-title:before,
.md-typeset .admonition.enterprise>.admonition-title:before,
.md-typeset details.note>summary:before, .md-typeset details.tip>summary:before, .md-typeset details.caution>summary:before {
content: "";
}
Expand All @@ -276,7 +279,8 @@ html .md-footer-meta.md-typeset a {
}

.md-typeset .admonition.note>.admonition-title, .md-typeset .admonition.tip>.admonition-title,
.md-typeset .admonition.caution>.admonition-title, .md-typeset .admonition.enterprise>.admonition-title,
.md-typeset .admonition.caution>.admonition-title, .md-typeset .admonition.dxp>.admonition-title,
.md-typeset .admonition.enterprise>.admonition-title,
.md-typeset details.tip>summary, .md-typeset details.note>summary, .md-typeset details.caution>summary {
background-repeat: no-repeat;
background-size: 24px;
Expand All @@ -288,7 +292,8 @@ html .md-footer-meta.md-typeset a {
/* General admonitions */

.md-typeset .admonition.caution>.admonition-title, .md-typeset .admonition.note>.admonition-title,
.md-typeset .admonition.tip>.admonition-title, .md-typeset .admonition.enterprise>.admonition-title,
.md-typeset .admonition.tip>.admonition-title, .md-typeset .admonition.dxp>.admonition-title,
.md-typeset .admonition.enterprise>.admonition-title,
.md-typeset details.tip, .md-typeset details.tip>summary,
.md-typeset details.note, .md-typeset details.note>summary {
background-color: #ffffff;
Expand Down
48 changes: 21 additions & 27 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,22 @@

### Product

**What is the difference between eZ Platform and eZ Enterprise Edition?**
**What is the difference between [[= product_name_oss =]] and [[= product_name_ee =]]?**

eZ Platform is open-source. eZ Enterprise bases on eZ Platform, but features new functionalities.
[[= product_name_oss =]] is open-source. [[= product_name_ee =]] bases on [[= product_name_oss =]], but features new functionalities.

**Which parts of eZ are open source and which are commercial?**

eZ Platform is fully open-source and available at [GitHub](https://github.com/ezsystems/ezplatform).
[[= product_name_oss =]] is fully open-source and available at [GitHub](https://github.com/ezsystems/ezplatform).

eZ Enterprise is a commercial solution.
[[= product_name_ee =]] 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 requires at least basic familiarity with web development. Some more advanced customization possibilities may require 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 to your website or use them as a starting point to create your own Content Types.

**What are the technical requirements for installing eZ?**

See [requirements](https://doc.ezplatform.com/en/latest/getting_started/requirements_and_system_configuration/) for the configuration required for installing eZ.
Expand All @@ -42,7 +36,7 @@ eZ offers two different work modes: **Content mode** and **Page mode**.

**What is Content mode?**

Content mode gives you the access to the content repository. It is mostly the role of eZ Platform, but for users of eZ Enterprise it is enriched with specific Studio functionalities.
Content mode gives you the access to the content repository. It is mostly the role of [[= product_name_oss =]], but for users of [[= product_name_ee =]] it is enriched with specific Studio functionalities.

Its focus is on creating, modifying, organizing, and publishing Content items. Content mode is an interface for the repository, a place in which eZ stores all the content.

Expand All @@ -52,7 +46,7 @@ You can preview any Content within the tree, but the Content mode does not allow

**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 Services functionalities for users subscribed to them.
Page mode allows you to manage website pages and website content from the pages themselves. It is only available for [[= product_name_ee =]] users. It can be enriched by eZ Services functionalities for users subscribed to them.

It provides the 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.

Expand Down Expand Up @@ -117,7 +111,7 @@ See [Design](https://doc.ezplatform.com/en/master/guide/design_engine/) for more

**Where is the technical documentation?**

Technical documentation for eZ Platform and eZ Enterprise is available in [eZ Developer documentation](https://doc.ezplatform.com).
Technical documentation for [[= product_name_oss =]] and [[= product_name_ee =]] is available in [eZ Developer documentation](https://doc.ezplatform.com).

You can find the technical documentation for eZ Publish 5.x (an earlier version) in [eZ Publish 5.x Developer Documentation](https://doc.ez.no/display/EZP/eZ+Publish+5.x+Developer+Documentation).

Expand All @@ -131,24 +125,24 @@ If you need more questions answered, have a look at our [Support and Maintenance

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

- [eZ Platform portal](https://ezplatform.com/).
- [[[= product_name_oss =]] portal](https://ezplatform.com/).
- [eZ Community Slack channel](http://ez-community-on-slack.herokuapp.com/) where you can discuss the software and ask for help or support.

**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](http://ez.no/About-eZ/Contact-Us).

## eZ Platform
## [[= product_name_oss =]]

### Product

**Where can I get eZ Platform?**
**Where can I get [[= product_name_oss =]]?**

You can download the current version of eZ Platform from: <https://ezplatform.com>.
You can download the current version of [[= product_name_oss =]] from: <https://ezplatform.com>.

**How do I install eZ Platform?**
**How do I install [[= product_name_oss =]]?**

Here is a [guide to installing eZ products](https://doc.ezplatform.com/en/latest/getting_started/install_ez_platform/) (covering both eZ Platform and eZ Enterprise).
Here is a [guide to installing eZ products](https://doc.ezplatform.com/en/latest/getting_started/install_ez_platform/) (covering both [[= product_name_oss =]] and [[= product_name_ee =]]).

### Content model

Expand Down Expand Up @@ -207,7 +201,7 @@ You can limit the visibility of a Content item by hiding the Location it is plac

**How can I preview content?**

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

You can preview your content while editing it by clicking one of the icons under **Preview** in the action bar.

Expand All @@ -221,27 +215,27 @@ on the website or through the API.

The **Publish** function allows you to publish the final version of the content object. As a result, the working copy turns into the published version that is visible on the website and available through the API as a publish content.

## eZ Enterprise
## [[= product_name_ee =]]

### Product

**Does eZ Enterprise contain all features of eZ Platform?**
**Does [[= product_name_ee =]] contain all features of [[= product_name_oss =]]?**

Yes, eZ Enterprise is based on eZ Platform and contains it with all of its functionalities.
Yes, [[= product_name_ee =]] is based on [[= product_name_oss =]] and contains it with all of its functionalities.

**What features does eZ Enterprise offer that are unavailable in eZ Platform?**
**What features does [[= product_name_ee =]] offer that are unavailable in [[= product_name_oss =]]?**

eZ Enterprise offers a number of additional features aside from what is available in eZ Platform.
[[= product_name_ee =]] offers a number of additional features aside from what is available in [[= product_name_oss =]].

The key of them are:

- Easy creation of Pages
- Intuitive Page mode editing
- Workflow functionality for managing the review process

**How do I install eZ Enterprise?**
**How do I install [[= product_name_ee =]]?**

Here is a [guide to installing eZ products](https://doc.ezplatform.com/en/latest/getting_started/install_ez_platform/) (covering both eZ Platform and eZ Enterprise).
Here is a [guide to installing eZ products](https://doc.ezplatform.com/en/latest/getting_started/install_ez_platform/) (covering both [[= product_name_oss =]] and [[= product_name_ee =]]).

### Editing

Expand Down
16 changes: 8 additions & 8 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Getting started

eZ Platform is an open-source, Symfony-based CMS.
[[= product_name_oss =]] is an open-source, Symfony-based CMS.

eZ Platform consists of the technical platform for developers
[[= product_name_oss =]] consists of the technical platform for developers
(including a Web framework, APIs and a Content Repository)
and provides a user interface to work with the content and administer the platform.

!!! enterprise "eZ Platform Enterprise Edition"
!!! dxp "[[= product_name_ee =]]"

eZ Platform Enterprise Edition is a commercial product built on top of the open-source eZ Platform.
[[= product_name_ee =]] is a commercial product built on top of the open-source [[= product_name_oss =]].
It offers additional functionalities and enhancements to the editing experience.

eZ Enterprise provides advanced editorial capabilities such as [in-page editing](working_with_page.md), creation of [block-based Pages](working_with_page.md#adding-blocks), [editorial workflow](publishing/editorial_workflow.md), etc.
[[= product_name_ee =]] provides advanced editorial capabilities such as [in-page editing](working_with_page.md), creation of [block-based Pages](working_with_page.md#adding-blocks), [editorial workflow](publishing/editorial_workflow.md), etc.

## Quick start

eZ Platform must be [installed by administrator](https://doc.ezplatform.com/en/latest/getting_started/install_ez_platform/).
[[= product_name_oss =]] must be [installed by administrator](https://doc.ezplatform.com/en/latest/getting_started/install_ez_platform/).
They should provide you with the address of the installation.

To access the Back Office (the editor interface), add `/admin` to this address.
Expand Down Expand Up @@ -43,8 +43,8 @@ The top bar allows you to move between important sections of the application.

- **Content** gives you access to the content Repository.
It lets you navigate the Content Tree, create, edit, move, copy, delete content, etc.
- **Site** enables you to create and edit block-based Pages and manage multiple sites. It is only available for eZ Enterprise users.
- **Forms** enables you to place a survey, questionnaire, sign-up form, etc. on your website. It is only available for eZ Enterprise users.
- **Site** enables you to create and edit block-based Pages and manage multiple sites. It is only available for [[= product_name_ee =]] users.
- **Forms** enables you to place a survey, questionnaire, sign-up form, etc. on your website. It is only available for [[= product_name_ee =]] users.
- **Admin** is the administration panel where you can manage Users, Sections, permissions, etc.

### User settings
Expand Down
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# eZ Platform user documentation
# Ibexa user documentation

This is the hub for eZ Platform documentation for editors and content managers.
You can find here information on how to create, edit, manage, and publish content in eZ Platform.
This is the hub for [[= product_name_oss =]] documentation for editors and content managers.
You can find here information on how to create, edit, manage, and publish content in [[= product_name_oss =]].

**New to eZ Platform? See [Getting Started](getting_started.md)**
**New to [[= product_name_oss =]]? See [Getting Started](getting_started.md)**

**Got a question? See the [FAQ](faq.md)**

Expand Down
2 changes: 1 addition & 1 deletion docs/managing_shop_content/embed_product.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If you want to embed more than one product inside a RichText Field, use the Prod

### Box type

eZ Commerce offers the following types of box designs:
[[= product_name_com =]] offers the following types of box designs:

- Slider

Expand Down
4 changes: 2 additions & 2 deletions docs/managing_shop_content/landingpages.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Pages in the shop

eZ Commerce has at least one Landing Page which is the homepage. This document describes how to setup and modify Landing Pages.
[[= product_name_com =]] has at least one Landing Page which is the homepage. This document describes how to setup and modify Landing Pages.

## Landing Page tool

![](img/landingpage_tool.png)

eZ Commerce adds the following blocks to the blocks available in eZ Platform:
[[= product_name_com =]] adds the following blocks to the blocks available in [[= product_name_oss =]]:

- Last viewed
- Bestsellers
Expand Down
2 changes: 1 addition & 1 deletion docs/managing_shop_content/legal_documents.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The cancellation policy text is added to the confirmation email from the shop.

## Adding identifier to "Terms & Conditions"

eZ Commerce extends the built-in Article Content Type with the Identifier Field.
[[= product_name_com =]] extends the built-in Article Content Type with the Identifier Field.
With this identifier you can fetch the article and render the content using a controller.

### Controller
Expand Down
2 changes: 1 addition & 1 deletion docs/publishing/advanced_publishing_options.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Advanced publishing options

!!! enterprise
!!! dxp

There are three ways in which you can schedule content to be published in the future:

Expand Down
2 changes: 1 addition & 1 deletion docs/publishing/editorial_workflow.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Editorial workflow

!!! enterprise
!!! dxp

Using editorial workflow you can pass content between different stages in a preconfigured flow.
Typically, the stages correspond to different teams or departments that contribute to content
Expand Down
4 changes: 2 additions & 2 deletions docs/publishing/publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Note that you cannot edit an unpublished draft created by another user.

### Autosave

While you edit a Content item or product, eZ Platform saves your work automatically to help you preserve the progress in an event of a failure.
While you edit a Content item or product, [[= product_name_oss =]] saves your work automatically to help you preserve the progress in an event of a failure.
To recover your work, open the most recent draft in the **Versions** tab of the Content item.
Alternatively, open the most recent draft of your work on the **My dashboard** page, the **Drafts** table.

Expand Down Expand Up @@ -58,7 +58,7 @@ You can view all versions of a Content item in the **Versions** tab.

![All versions of a Content item](img/content_item_versions.png "All versions of a Content item")

!!! enterprise
!!! dxp

#### Comparing versions

Expand Down
Loading