All Projects → in2code-de → in2publish_core

in2code-de / in2publish_core

Licence: GPL-3.0 license
in2publish Community Version

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
SCSS
7915 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to in2publish core

restrictfe
TYPO3 extension restrictfe. Blocks access to frontend and allows to show it only to some defined exception's like if the request is from an authorized backend user, has specific IP, header etc.
Stars: ✭ 12 (-68.42%)
Mutual labels:  typo3, typo3-cms-extension, staging, typo3-extension
typo3v10 example sitepackage
Site package extension for TYPO3 10 feature demonstration
Stars: ✭ 13 (-65.79%)
Mutual labels:  typo3, typo3-cms-extension, typo3-extension
content defender
Define allowed or denied content element types in your backend layouts
Stars: ✭ 63 (+65.79%)
Mutual labels:  content, typo3, typo3-extension
mask export
Export your mask elements as extension
Stars: ✭ 45 (+18.42%)
Mutual labels:  content, typo3, typo3-extension
backend debug
Debug support in TYPO3 backend
Stars: ✭ 20 (-47.37%)
Mutual labels:  typo3, typo3-cms-extension, typo3-extension
schema
TYPO3 extension providing an API and view helpers for schema.org markup
Stars: ✭ 19 (-50%)
Mutual labels:  typo3, typo3-cms-extension, typo3-extension
urlguard
TYPO3 extension urlguard. Allows to define what query parameters will be passed to newly created typolinks.
Stars: ✭ 16 (-57.89%)
Mutual labels:  typo3, typo3-cms-extension, typo3-extension
beuser fastswitch
TYPO3 Backend Mode: Fast backend user switch for TYPO3 CMS administrator users
Stars: ✭ 13 (-65.79%)
Mutual labels:  typo3, typo3-cms-extension
powermail
This is the official repository of the TYPO3 extension powermail! Powermail is a well-known, editor-friendly, powerful and easy mailform extension for TYPO3
Stars: ✭ 76 (+100%)
Mutual labels:  typo3, typo3-cms-extension
randomdata
TYPO3 extensions to generate new random data or replace existing data with random data
Stars: ✭ 14 (-63.16%)
Mutual labels:  typo3, typo3-extension
rest
REST webservices for TYPO3 CMS
Stars: ✭ 78 (+105.26%)
Mutual labels:  typo3, typo3-cms-extension
bea-content-sync-fusion
Synchronize contents across your Multisite.
Stars: ✭ 41 (+7.89%)
Mutual labels:  content, synchronization
TYPO3 Restler
restler (PHP REST-Framework) for TYPO3
Stars: ✭ 29 (-23.68%)
Mutual labels:  typo3, typo3-extension
basetemplate9
TYPO3 v9 LTS Template Foundation - Use it as a base for your website configuration. Add all your Stylesheets, JavaScripts and Templates.
Stars: ✭ 15 (-60.53%)
Mutual labels:  typo3-cms-extension, typo3-extension
luxletter
Newsletter system for TYPO3
Stars: ✭ 18 (-52.63%)
Mutual labels:  typo3, typo3-extension
blog
This blog extension uses TYPO3s core concepts and elements to provide a full-blown blog that users of TYPO3 can instantly understand and use.
Stars: ✭ 39 (+2.63%)
Mutual labels:  typo3, typo3-cms-extension
t3monitoring client
Monitoring client
Stars: ✭ 28 (-26.32%)
Mutual labels:  typo3-cms-extension, typo3-extension
doc
Project documentation for editors & integratiors, visible in the TYPO3 backend
Stars: ✭ 17 (-55.26%)
Mutual labels:  typo3-cms-extension, typo3-extension
fluid-components
Encapsulated frontend components with Fluid's ViewHelper syntax for TYPO3
Stars: ✭ 41 (+7.89%)
Mutual labels:  typo3, typo3-extension
autoloader
⚙️ Best TYPO3 Swiss Army knife ever ⚙️
Stars: ✭ 22 (-42.11%)
Mutual labels:  typo3, typo3-extension

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)

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.

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 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:

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

Version changelog

See: Changelog

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].