https://github.com/in2code-de/in2publish_core
in2publish Community Version
https://github.com/in2code-de/in2publish_core
content multiserver php publisher publishing staging synchronization typo3 typo3-cms-extension typo3-extension workflow
Last synced: 21 days ago
JSON representation
in2publish Community Version
- Host: GitHub
- URL: https://github.com/in2code-de/in2publish_core
- Owner: in2code-de
- License: gpl-3.0
- Created: 2016-07-27T12:58:54.000Z (almost 9 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-22T13:39:51.000Z (22 days ago)
- Last Synced: 2025-04-24T01:15:58.822Z (21 days ago)
- Topics: content, multiserver, php, publisher, publishing, staging, synchronization, typo3, typo3-cms-extension, typo3-extension, workflow
- Language: PHP
- Homepage: https://www.in2code.de/produkte/content-publisher/
- Size: 15.8 MB
- Stars: 40
- Watchers: 14
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# in2publish_core - Content publisher for TYPO3
[](https://packagist.org/packages/in2code/in2publish_core)
[](https://travis-ci.org/in2code-de/in2publish_core)
[](https://packagist.org/packages/in2code/in2publish_core)
[](https://packagist.org/packages/in2code/in2publish_core)
[](https://www.codacy.com/gh/in2code-de/in2publish_core/dashboard?utm_source=github.com&utm_medium=referral&utm_content=in2code-de/in2publish_core&utm_campaign=Badge_Grade)## Introduction
Content Publishing in TYPO3 - the easy way:
* Intuitive Use
* High Security
* Future proof
* Supports all extensions (with correct TCA)
## Support
This TYPO3 Extension is free to use. We as in2code and our developers highly appreciate your feedback and work hard to
improve our extensions. To do so, in2code provides two extra days per month for coding and developing (Coding Night and
Freaky Friday). During these days our more than 20 developers spend their time with improvements and updates for this
and other extensions.You can support our work [here](https://www.in2code.de/extensionsupport).
Thank you very much in advance.
Your in2code Team
## Description
The Content Publisher for TYPO3 is an extension that allows the separation of TYPO3 into an editorial system and a live
system. This separation allows editors to prepare and test their content independently from the live system. When the
new content is ready to be published, it is transferred to the live system by the Content Publisher with a single click.
Even embedded images and files are reliably transferred. The Content Publisher thus takes working with content to a new
level. Content can be compared with the live system before publication and pages with changes are highlighted in color.The Content Publisher can transfer entire pages or, in the Enterprise Edition, individual content elements. It is highly
extensible and configurable and supports all TYPO3 features and 3rd party extensions, as long as they provide correct
TCA.The Enterprise Edition extends the Content Publisher with a large number of features, such as workflows to organize
pages and individual content types in the editing process, workflow assignment, workflow email notification, workflow
colors in the page tree, publishing permissions, limiting publishing to languages, support for Solr, EXT:
fal_securedownload, EXT:rte_ckeditor_image, Remote Cache Control, Fire and Forget and more.### Questions
If you have questions **please** have a look at the [FAQs](Documentation/FAQ.md) 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](https://www.in2code.de/en/).### 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/en/products/typo3-content-publisher/ (english)
* https://www.in2code.de/produkte/typo3-content-publisher/ (german)### Screenshots
Example overview module with details
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
* [Requirements And Limitations](Documentation/RequirementsAndLimitations.md)
* Extension documentation: [Documentation](Documentation/README.md)
* Community help: https://typo3.slack.com/messages/ext-in2publish/## Version changelog
See: [Changelog](CHANGELOG.md)
## Testing
Hint: https://youtrack.jetbrains.com/issue/WI-74556/PHPUnit-settings-are-not-configured#focus=Comments-27-8185787.0-0