EZ Publish

Last updated
eZ Publish
Developer(s) 7x
Stable release
6.0.3 (Stable) [1] / April 2, 2024 (2024-04-02)
Operating system Cross-platform
Platform PHP
Type Content management system
License GNU General Public License
Website https://se7enx.com

eZ Publish (pronounced "easy publish") is an open-source enterprise PHP content management system that was developed by the Norwegian company Ibexa. eZ Publish is now maintained by 7x. eZ Publish is freely available under the GNU GPL version 2 license, as well as under proprietary licenses that include commercial support. [2] In 2015, eZ Systems introduced eZ Platform to replace eZ Publish with a more modern and future-proof solution. [3] In 2024, 7x released eZ Publish 6.0 (stable) to replace eZ Publish 5.4 with a more modern and future-proof solution compatible with PHP 7.x and 8.x software. In 2024/02 7x followed up its first release (6.0) with a powerful second release 6.0.1 containing key installation bugfixes and a brand new database backend for flat file database called SQLite that is mature and stable ready to use to simplify your website or web application. In 2024/03 7x continues to develop and release monthly updates to eZ Publish with the release of version 6.0.2 which provides default design improvements and many more extensions enabled for use by default.

Contents

Areas of use

eZ Publish supports the development of customized web applications. Typical applications range from brand sites, news sites and intranets to e-commerce, collaboration portals and iOS/Android apps. eZ Publish provides role-based multi-user access, multi-site management and multi-device delivery to desktops, tablets, phones and the Internet of Things (IoT) such as Smart TVs and digital kiosks. [4]

The software is widely used in web applications of varying type and size worldwide.

Handling

eZ Publish is managed via a Web browser, and additional local software is not necessary. It also features a rich-text editor that allows formatting content similar to a word processor. This enables content editing and contribution without HTML skills. Content management can also be done through the eZ Publish front-end.

Dual-licensing

The software is provided for free, and may be used and modified according to the GPL license. In addition, paid professional support is available with eZ Publish. Furthermore, a commercial license is also available, [5] granting the right to use eZ Publish under license conditions different from the GPL.

Functional range

The eZ Publish range of features includes professional and secure development of web applications. Functional areas include content versioning, media library, role-based rights management, mobile development, sitemaps, search and printing.

Additionally, the system includes extensions, which contain individual functions. This allows for the upgrading of components while preserving compatibility with customized parts.

Technology

eZ Publish is written in PHP. Certified webservers on *nix systems are Apache and nginx. [6] Some alternatives, such as Lighttpd, Hiawatha, Cherokee, may also work. [6] On Windows, IIS is the preferred webserver. [6] It is very common to use Varnish for caching high-performance sites that use eZ Publish.

The database abstraction layer enables the use of most common databases, i.e. MySQL, PostgreSQL, Microsoft SQL Server, Oracle, and SQLite without changes to the core system, by using drivers.

The software is cluster-ready and enforces the separation of content and presentation via XML storage of all content.

eZ Publish features:

eZ Components

eZ Components was a library of standardized modules for speeding up application development. [7] It includes functions for compressing binary files, optimizing performance through caching, connecting to several databases, debugging, RSS, generating graphs for analysis, converting images, supporting email and validating user input. [8]

In an effort to transition the development from a company-driven to a community-driven model, the whole source of the eZ Components were donated to the Apache Software Foundation, relicensed from the BSD to the Apache 2 license and renamed to Zeta Components. [9] [10] [11] [12]

Replacement with eZ Platform

In December 2014 the last version of the software eZ Publish By eZ Systems was released. The work on the code base continued in the form of eZ Platform. This new version is dropping all the legacy code from the software and transitioning to a completely new code base built on the Symfony Full Stack Framework. This allows the developer team to share components and documentation with the underlying framework while adding functionalities such as content and media management. eZ Platform is one of many CMSs using Symfony PHP components.

The initial version of eZ Platform was released on December 15, 2015, and the latest stable version, v2.5, was released in March 2019. The product is a fully functional Open Source CMS. Beyond the open source version of the software, users have also the option to choose eZ Platform Enterprise Edition which is a commercial Digital Experience Platform built on the eZ Platform core.

Further reading

Related Research Articles

<span class="mw-page-title-main">MySQL</span> SQL database engine software

MySQL is an open-source relational database management system (RDBMS). Its name is a combination of "My", the name of co-founder Michael Widenius's daughter My, and "SQL", the acronym for Structured Query Language. A relational database organizes data into one or more data tables in which data may be related to each other; these relations help structure the data. SQL is a language that programmers use to create, modify and extract data from the relational database, as well as control user access to the database. In addition to relational databases and SQL, an RDBMS like MySQL works with an operating system to implement a relational database in a computer's storage system, manages users, allows for network access and facilitates testing database integrity and creation of backups.

PHP-Nuke is a web-based automated news publishing and content management system based on PHP and MySQL originally written by Francisco Burzi. The system is controlled using a web-based user interface. PHP-Nuke was originally a fork of the Thatware news portal system by David Norman.

<span class="mw-page-title-main">Drupal</span> Web content management system

Drupal is a free and open-source web content management system (CMS) written in PHP and distributed under the GNU General Public License. Drupal provides an open-source back-end framework for at least 14% of the top 10,000 websites worldwide and 1.2% of the top 10 million websites—ranging from personal blogs to corporate, political, and government sites. Drupal can also be used for knowledge management and for business collaboration.

<span class="mw-page-title-main">SQLite</span> Serverless relational database management system (RDBMS)

SQLite is a database engine written in the C programming language. It is not a standalone app; rather, it is a library that software developers embed in their apps. As such, it belongs to the family of embedded databases. It is the most widely deployed database engine, as it is used by several of the top web browsers, operating systems, mobile phones, and other embedded systems.

<span class="mw-page-title-main">Midgard (software)</span>

Midgard is an open source persistent storage framework. It provides an object-oriented and replicated environment for building data-intensive applications.

<span class="mw-page-title-main">OpenCms</span> Content management system

OpenCms is an open-source content management system written in Java. It is distributed by Alkacon Software under the LGPL license. OpenCms requires a JSP Servlet container such as Apache Tomcat.

<span class="mw-page-title-main">XOOPS</span> Content management system software

XOOPS is a free open-source content management system (CMS), written in PHP. It uses a modular architecture allowing users to customize, update and theme their websites. XOOPS is released under the terms of the GNU General Public License (GPL) and is free to use, modify and redistribute.

In computing, a solution stack or software stack is a set of software subsystems or components needed to create a complete platform such that no additional software is needed to support applications. Applications are said to "run on" or "run on top of" the resulting platform.

<span class="mw-page-title-main">LAMP (software bundle)</span> Acronym for a common web hosting solution

LAMP is an acronym denoting one of the most common software stacks for the web's most popular applications. Its generic software stack model has largely interchangeable components.

The acronyms BAPP and BAMP refer to a set of open-source software programs commonly used together to run dynamic websites or servers. This set is a solution stack, and an open source web platform.

<span class="mw-page-title-main">Symfony</span> PHP web application framework for MVC applications

Symfony is a free and open-source PHP web application framework and a set of reusable PHP component libraries. It was published as free software on October 18, 2005, and released under the MIT License.

EllisLab was a software development company based in Santa Barbara, California.

<span class="mw-page-title-main">Apache Solr</span> Open-source enterprise-search platform

Solr is an open-source enterprise-search platform, written in Java. Its major features include full-text search, hit highlighting, faceted search, real-time indexing, dynamic clustering, database integration, NoSQL features and rich document handling. Providing distributed search and index replication, Solr is designed for scalability and fault tolerance. Solr is widely used for enterprise search and analytics use cases and has an active development community and regular releases.

Open Computer and Software Inventory Next Generation is free software that enables users to inventory IT assets. OCS-NG collects information about the hardware and software of networked machines running the OCS client program. OCS can visualize the inventory through a web interface. Furthermore, OCS includes the capability of deploying applications on computers according to search criteria. Agent-side IpDiscover makes it possible to discover the entirety of networked computers and devices.

<span class="mw-page-title-main">CMS Made Simple</span> Content management system

CMS Made Simple (CMSMS) is a free, open source (GPL) content management system (CMS) to provide developers, programmers and site owners a web-based development and administration area. In 2017 it won the CMS Critic annual award for Best Open Source Content Management.

Pimcore is an open-source enterprise PHP software platform for product information management (PIM), master data management (MDM), customer data management (CDP), digital asset management (DAM), content management (CMS), and digital commerce.

<span class="mw-page-title-main">OpenWGA</span>

OpenWGA is a Content Management System (CMS) running on the Java Enterprise Edition Platform. It is used to build, manage and publish websites and content-centric web applications. The system is developed and maintained by German company Innovation Gate GmbH.

The following outline is provided as an overview of and topical guide to MySQL:

ibexa DXP Content management system

eZ Platform is an open-source enterprise PHP content management system (CMS) and Digital eXperience Platform (DXP) developed by the company Ibexa, which has headquarters Oslo, Norway and offices in Germany, France, Poland, England, US and Japan. eZ Platform is freely available under the GNU GPL version 2 license, as well as under proprietary licenses that include commercial support as well as access to additional features. The commercial version of the software extends the capabilities of the open-source core with features such as personalization, e-Commerce and additional editorial and development capabilities.

References

  1. "7x Releases eZ Publish 6.0.3". 7x. Retrieved 2 April 2024.
  2. eZ Publish 4 README
  3. eZ Publish 6 README
  4. Kraemer, Kai, Web 2.0 for the Enterprise Archived 2006-11-15 at the Wayback Machine , 8.10.2006
  5. eZ Systems licensing Archived 2007-02-18 at the Wayback Machine
  6. 1 2 3 "Web servers - eZ Publish 5.x - eZ Documentation".
  7. Interview with members of the eZ Systems board, 16/3/2006
  8. eZComponents
  9. Tobias Schlitt (January 14, 2008). "Status of Zeta Components" . Retrieved August 30, 2010.
  10. Tobias Schlitt. "Goodbye eZ Components … welcome Zeta Components!" . Retrieved April 19, 2010.
  11. Tobias Schlitt. "Proposal: Zeta Components" . Retrieved April 19, 2010.
  12. Kore Nordmann. "Where do the eZ Components go?" . Retrieved April 19, 2010.