Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request ezsystems#10 from ezsystems/improve_readme
Improved README.md
  • Loading branch information
lserwatka committed Oct 17, 2016
2 parents 0f814d9 + f676b94 commit caa77aa
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
@@ -1,21 +1,21 @@
# eZ Studio

## What is eZ Studio ?
*eZ Studio* is a commercial CMS (Content Management System) software developed by eZ Systems AS and the eZ Community.
*eZ Studio* is commercial CMS (Content Management System) software developed by eZ Systems AS and the eZ Community.

*eZ Studio* derives from *eZ Platform*. It is composed of a set of bundles. eZ Studio, like Platform is built on top of the Symfony framework (Full Stack). It has been in development since 2014.
*eZ Studio* derives from *eZ Platform*. It is composed of a set of bundles. eZ Studio, like eZ Platform is built on top of the Symfony framework (Full Stack). It has been in development since 2014.

### How to get access to eZ Studio?

While this meta repository, `ezstudio`, is public to ease installation and upgrades, full access can be obtained in one of three ways:
- Request an online demo on [ezstudio.com](http://ezstudio.com/)
- As a partner, download trial version from [Partner Portal](http://ez.no/Partner-Portal)
- As a customer with a eZ Enterprise subscription, full version from [Service Portal](https://support.ez.no/Downloads).
Or by setting up [Composer Authentication Tokens](https://doc.ez.no/display/TECHDOC/Using+Composer) for use in combination with this repository.
- As a customer with a eZ Enterprise subscription, get full version from [Service Portal](https://support.ez.no/Downloads).
Or by setting up [Composer Authentication Tokens](https://doc.ez.no/display/DEVELOPER/Using+Composer) for use in combination with this repository.

## eZ Studio vs. eZ Platform
[eZ Studio](http://ezstudio.com/) is a distribution flavour of [eZ Platform](http://ezplatform.com/), the next generation CMS which uses the same Symfony based kernel as *eZ Platform* (formerly known also as *eZ Publish 6*).
In short eZ Studio comes with new features and services that extend eZ Platform functionality for media industry, and team collaboration.
[eZ Studio](http://ezstudio.com/) is a distribution flavor of [eZ Platform](http://ezplatform.com/), the next generation CMS which uses the same Symfony-based kernel as *eZ Platform* (formerly known also as *eZ Publish 6*).
In short eZ Studio comes with new features and services that extend eZ Platform functionality for media industry and team collaboration.

### Abstract:
- **Very extensible** *You can extend the application and the content model in many ways*
Expand All @@ -40,9 +40,9 @@ In short eZ Studio comes with new features and services that extend eZ Platform
- **PlatformUIBundle**: A modern, extensible "backend" UI for managing content & administering the site

### Further information:
*eZ Studio* is a commercial software which adds advanced features for editorial teams and media companies, 100% built on top of *eZ Platform* APIs.
*eZ Studio* is commercial software which adds advanced features for editorial teams and media companies, 100% built on top of *eZ Platform* APIs.

- [eZ Studio Architecture, including "Platform Stack"](https://doc.ez.no/pages/viewpage.action?pageId=11403666)
- [eZ Studio Architecture, including "Platform Stack"](https://doc.ez.no/display/DEVELOPER/Architecture:+An+Open+Source+PHP+CMS+Built+On+Symfony2+Full+Stack)
- eZ Systems AS *(commercial products and services)*: [ez.no](http://ez.no/)
- eZ Community: [share.ez.no](http://ez.no/)

Expand All @@ -53,7 +53,7 @@ For manual installation instructions, see [INSTALL.md](https://github.com/ezsyst
For simplified installation, see our Docker Tools Beta instructions in [doc/docker-compose/README.md](https://github.com/ezsystems/ezstudio/blob/master/doc/docker-compose/README.md).

## Requirements
Full requirements can be found on the [Requirements](https://doc.ez.no/display/TECHDOC/Requirements) page.
Full requirements can be found on the [Requirements](https://doc.ez.no/pages/viewpage.action?pageId=31429536) page.

*TL;DR: supported PHP versions are 5.5, 5.6 and 7.0 (for dev use), using mod_php or php-fpm, and either MySQL 5.5/5.6 or MariaDB 5.5/10.0.*

Expand All @@ -65,7 +65,7 @@ If you discover a security issue, please see how to responsibly report such issu
For instruction on how to run the functional tests, see [RUNNING_BEHAT.md](https://github.com/ezsystems/ezplatform/blob/master/RUNNING_BEHAT.md).

## Backwards compatibility
eZ Platform aiming to be **100% content compatible** with eZ Publish 5.x, 4.x and 3.x *(introduced in 2002)*, meaning
eZ Platform aims to be **100% content compatible** with eZ Publish 5.x, 4.x and 3.x *(introduced in 2002)*, meaning
that content in those versions of the CMS can be upgraded using
[online documentation](http://doc.ez.no/eZ-Publish/Upgrading) to eZ Platform.

Expand Down

0 comments on commit caa77aa

Please sign in to comment.