DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

in2publish_core - Content publisher for TYPO3

Latest Stable Version Build Status Latest Unstable Version License Codacy Badge

Introduction

Content Publishing in TYPO3 - the easy way:

  • Intuitive Use
  • High Security
  • Future proof
  • Supports all extensions (with correct TCA)

Description

The Content Publisher takes working with content to a whole new level. As an editor you can see all changes at a glance and publish them. Changes of major revisions can be prepared and approved individually. Pages and related content and files are reliably transferred as well. You can also publish selected page trees to the live server.

Editing pages can be structured into a multi-step workflow, thus editing, reviewing, and publishing can be separated into distinct roles. The modern user interface facilitates intuitive handling without excessive training.

Questions

If you have questions please have a look at the FAQs first. If your question is not listed try to find your answer in the documentation. You can ask questions (no support!) in the #ext-in2publish Slack channel on typo3.slack.com but there is no warranty. If you need support you can contact in2code.

Technical note

The content publisher basically requires two TYPO3 instances. A staging and a live instance. Editors work solely on the stage server. They also have a backend module to manage pages and files and their publishing status. This means that backend access to the live server is not required anymore. The data transfer between the two servers is secured by encrypted connections and allows only unidirectional system access from stage to live.

Data from the live server is only transferred upon explicit request from the stage server. This also means that the stage server can be placed inside the private company intranet while the live server is accessible throughout the internet. The same TYPO3 extension is installed on both servers. So both servers only differ in configuration. This has the great advantage that an existing deployment can be used for both systems at once.

See for more details:

  • https://www.in2code.de/produkte/content-publisher/ (german)
  • https://www.in2code.de/fileadmin/content/downloads/in2code_content_publisher_en.pdf (english)

Screenshots

Example overview module with details

Side by side comparison between stage and live

Installation support by a lot of tests

Example workflow module (part of the enterprise version)

Example workflow feature (part of the enterprise version)

Browser notifications after asynchronous publishing (part of the enterprise version)

Installation

composer require in2code/in2publish_core

Easy installation via composer. See documentation for a step by step manual

Documentation

Version changelog

See: Changelog