![]() | It has been suggested that this article be split into a new article titled Neos (content management) . (Discuss) (March 2021) |
![]() | This article contains promotional content .(April 2020) |
![]() Logo of TYPO3 | |
![]() TYPO3 CMS 10.4 backend | |
Original author(s) | Kasper Skårhøj |
---|---|
Developer(s) | TYPO3 Association |
Initial release | 1998 |
Stable release | |
Repository | |
Written in | PHP, SQL, JavaScript |
Operating system | Windows, Linux, FreeBSD, macOS, OS/2 |
Platform | IA-32, x86-64 |
Size | 18.5 MB |
Available in | 51 languages |
Type | Content management framework, content management system |
License | GNU General Public License version 2 |
Website | typo3 |
TYPO3 is a Web Content management system (CMS) written in the programming language PHP. It is free and open-source software released under the GNU General Public License version 2.
TYPO3 is similar to other content management systems such as Drupal, Joomla!, and WordPress. It is used more widely in Europe than in other regions, with a larger market share in German-speaking countries, the Netherlands, and France. [2] [3]
TYPO3 allows for the separate maintenance of code and content. It can be extended with new functions without writing any program code. TYPO3 supports publishing content in multiple languages due to its built-in localization system.
TYPO3 was initially authored by Kasper Skårhøj in 1997. [4] It is now developed by over 300 contributors under the lead of Benjamin Mack. [5]
Calculations from the TYPO3 Association show that it is currently used in more than 500,000 installations. The number of installations detected by the public website "CMS Crawler" was around 384,000 in February 2017. [3] [6]
TYPO3 provides a base set of interfaces, functions and modules. Most functionality exceeding the base set can be implemented via the use of extensions. More than 5000 extensions are currently available for TYPO3 for download under the GNU General Public License from a repository called the TYPO3 Extension Repository, or TER. [7]
TYPO3 is able to run on most HTTP servers such as Apache, Nginx or IIS on top of Linux, Microsoft Windows, FreeBSD, macOS, and OS/2. It uses PHP 7.2 or newer [8] and any relational database supported by the TYPO3 DBAL including MySQL/MariaDB, PostgreSQL, and SQLite. [9] Some 3rd-party extensions – not using the database API – support MySQL as the only database engine. The system can be run on any web server with at least 256 MB RAM and a CPU appropriate for that RAM.
The backend can be displayed in any modern browser with JavaScript. There is no browser restriction for displaying user-oriented content generated by TYPO3. A developer setting up a website with TYPO3 would need to work intensively with the Domain-specific language Typoscript. [10]
Conceptually, TYPO3 consists of two parts: the frontend, visible to visitors, and the administrative backend. The frontend displays the web content. The backend is responsible for administration and managing content. The core functions of TYPO3 include user privileges and user roles, timed display control of content (show/hide content elements), a search function for static and dynamic content, search-engine friendly URLs, an automatic sitemap, multi-language capability for frontend and backend, and more.
Like most modern CMS's, TYPO3 follows the policy of separation of content and layout: The website content is stored in a relational database, while the page templates are stored on the file system. Therefore, both can be managed and updated separately.
TYPO3 defines various basic types of content data. Standard content elements are described as text, text with media, images, (plain) HTML, video etc. Various added types of content elements can be handled using extensions.
The fundamental content unit is a "page". Pages represent a URL in the frontend and are organized hierarchically in the backend's page tree. Standard pages serve as "containers" for one or multiple content elements. There are several added special page types, including:
Internally, TYPO3 is managed by various PHP arrays. They contain all the information necessary to generate HTML code from the content stored in the database. This is achieved by a unique configuration language called Typoscript.
Designing and developing with TYPO3 is commonly based on the following elements, among others:
###MARKER###
) and range markers, called subparts (e.g., <!-- ###CONTENT### Start --> … <!-- ###CONTENT### End -->
); that were replaced by various content elements or served as a sub template. This template system can still be found in older extensions or installations.Extensions are the cornerstone in the internal architecture of TYPO3. A feature that was introduced with version 3.5 in 2003 is the Extension Manager, a control center managing all TYPO3 extensions. The division between the TYPO3 core and the extensions is an important concept which determined the development of TYPO3 in the past years. Extensions [11] are designed in a way so they can supplement the core seamlessly. This means that a TYPO3 system will appear as a unit while actually being composed of the core application and a set of extensions providing various features. [12]
They can be downloaded from the online repository (TER) directly from the backend, and are installed and updated with a few clicks. Every extension is identified by a unique extension key (for example, tt news). Also, developers can share new or modified extensions by uploading them to the repository. [7]
Generally, extensions are written in PHP. The full command set of PHP 5.3 can be used (regarded the system requirements of the specific TYPO3 version), but TYPO3 also provides several library classes for better efficiency: Best known and most used is the Pibase library class. With introduction of TYPO3 4.3 in 2009, Pibase has been replaced (or extended) by the Extbase library, which is a modern, model–view–controller (MVC) based development framework. To ensure backward compatibility, both libraries can be used in the same TYPO3 installation. Extbase is a backport of some features of FLOW3, renamed Neos Flow, a general web application framework. [13]
Several companies and organizations base their web or intranet sites on TYPO3. The majority are based in German-speaking countries, such as the state of Saxony-Anhalt, the German Green Party, the University of Lucerne (Switzerland), the University of Vienna (Austria) and Technische Universität Berlin. [14] International organizations running one or more TYPO3 sites are: Airbus, Konica-Minolta, Leica Microsystems, Air France, Greenpeace, and Meda (Sweden). [15] [16] [17]
Branch | Version [18] | Release date | Major changes |
---|---|---|---|
3.x | |||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="3.0" | 3.0 | 2001[ citation needed ] |
| |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="3.2" | 3.2 | 17 May 2002 |
| |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="3.3" | 3.3 | 3 June 2002 |
| |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="3.5" | 3.5 | 18 February 2003 |
| |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="3.6" | 3.6 | 30 April 2004 |
| |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="3.7" | 3.7 | 24 September 2004 |
| |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="3.8" | 3.8 | 23 May 2005 |
| |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="3.8.1" | 3.8.1 | 14 November 2005 |
| |
4.x | class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="4.0" | 4.0 | 7 April 2006 |
|
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="4.1" | 4.1 | 6 March 2007 | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="4.2" | 4.2 | 24 May 2008 |
| |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="4.3" | 4.3 | 30 November 2009 |
| |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="4.4" | 4.4 | 22 June 2010 |
| |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="4.5 LTS" | 4.5 LTS | 26 January 2011 |
| |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="4.6" | 4.6 | 25 October 2011 | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="4.7" | 4.7 | 24 April 2012 | ||
6.x | class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="6.0" | 6.0 | 27 November 2012 [51] | |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="6.1" | 6.1 | 30 April 2013 | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="6.2 LTS" | 6.2 LTS | 25 March 2014 [57] |
| |
7.x | class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="7.0" | 7.0 | 2 December 2014 |
|
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="7.4" | 7.4 | 4 August 2015 |
| |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="7.5" | 7.5 | 29 September 2015 |
| |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="7.6 LTS" | 7.6 LTS | 10 November 2015 |
| |
8.x | class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="8.0" | 8.0 | 22 March 2016 |
|
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="8.1" | 8.1 | 3 May 2016 |
| |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="8.2" | 8.2 | 5 July 2016 |
| |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="8.3" | 8.3 | 30 August 2016 |
| |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="8.4" | 8.4 | 18 October 2016 |
| |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="8.5" | 8.5 | 20 December 2016 |
| |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="8.6" | 8.6 | 14 February 2017 |
| |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="8.7 LTS" | 8.7 LTS | 4 April 2017 |
| |
9.x | class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="9.0" | 9.0 | 12 December 2017 |
|
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="9.1" | 9.1 | 30 January 2018 |
| |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="9.2" | 9.2 | 10 April 2018 |
| |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="9.3" | 9.3 | 12 June 2018 |
| |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="9.4" | 9.4 | 4 September 2018 |
| |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="9.5 LTS" | 9.5 LTS | 2 October 2018 |
| |
10.x | class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="10.0" | 10.0 | 23 July 2019 | |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="10.1" | 10.1 | 1 October 2019 | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="10.2" | 10.2 | 3 December 2019 | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="10.3" | 10.3 | 25 February 2020 | ||
class="templateVersion co swatch-maintained" style="color: var(--color-base, #202122); " title="Old version, still maintained" data-sort-value="10.4 LTS" | 10.4 LTS | 21 April 2020 |
| |
11.x | class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="11.0" | 11.0 | 22 December 2020 | Support PHP 7.4 and 8.0 / MySQL 5.7+ / MariaDB / Postgres / SQLite |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="11.1" | 11.1 | 23 February 2021 | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="11.2" | 11.2 | 4 May 2021 | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="11.3" | 11.3 | 13 July 2021 | ||
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="11.4" | 11.4 | 7 September 2021 | ||
class="templateVersion co swatch-maintained" style="color: var(--color-base, #202122); " title="Old version, still maintained" data-sort-value="11.5" | 11.5 | 5 October 2021 | Long Term Support Release (LTS), fully supported for 3 years until October 2024. [70] | |
12.x | class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="12.0" | 12.0 | 4 October 2022 | First release of TYPO3 12.0 [71] |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="12.1" | 12.1 | 6 December 2022 | Interoperability with third-party systems [72] | |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="12.2" | 12.2 | 7 February 2023 | Improved Backend UI [73] | |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="12.3" | 12.3 | 28 March 2023 | Last-Minute Features [74] | |
class="templateVersion co swatch-maintained" style="color: var(--color-base, #202122); " title="Old version, still maintained" data-sort-value="12.4" | 12.4 | 25 April 2023 | Long Term Support Version with 3 years of official security and maintenance support [75] | |
13.x | class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="13.0" | 13.0 | 30 January 2024 | First release of TYPO3 13.0 with breaking changes and new system requirements [76] |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="13.1" | 13.1 | 23 April 2024 | Reusable components for creating new sites | |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="13.2" | 13.2 | 2 July 2024 | Content blocks and new APIs for integrations | |
class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="13.3" | 13.3 | 17 September 2024 | Feature freeze [77] | |
class="templateVersion c swatch-latest" style="color: var(--color-base, #202122); " title="Latest version" data-sort-value="13.4" | 13.4 | 15 October 2024 | LTS-release |
A completely rewritten version (code-named "Phoenix") was originally planned as TYPO3 version 5.0. While working on this new release and analyzing the 10-year history and complexity of TYPO3 v4, the TYPO3 community decided to branch out version 5 as a completely separate product, one that wouldn't replace version 4 in the near future and as such needed to have its own name. Published as FLOW3, now renamed Neos Flow, it along with various other packages then served as the basis for the start of development of project Phoenix. [78]
In September 2012, the TYPO3 developers decided on the name for the new product, "TYPO3 Neos". [79] With TYPO3 Neos 1.0 alpha1, a public test version was released in late 2012. [80] [81] In May 2015 the TYPO3 Association and the Neos team decided to go separate ways, with TYPO3 CMS remaining the only CMS product endorsed by the Association and the Neos team publishing Neos as a stand-alone CMS without any connection to the TYPO3 world. [82]
In January 2017, Neos 3.0 has been published, along with a new version of Flow framework and a name change of its configuration language from TypoScript2 to Fusion. [83]
{{cite web}}
: CS1 maint: numeric names: authors list (link)