Integrates Thüringer Content Architektur Tourismus into TYPO3. https://cms.thuecat.org/
  • PHP 95.7%
  • HTML 4.2%
  • Nix 0.1%
Find a file
Anja Leichsenring b2be349697 [FEATURE] Import Events into ext:events tables (!145)
Import event and data objects from thuecat into ext:events tables
to display with existing functionality and plugins from there.
This is a stripped import, no other related entities like locations are
currently respected.

Reviewed-on: https://forgejo.werkraum-media.de/typo3/thuecat/pulls/145
Reviewed-by: Daniel Siepmann <daniel.siepmann@codappix.com>
Co-authored-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Co-committed-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
2026-05-07 07:01:51 +00:00
.forgejo Migrate CI from GitHub to Forgejo (main) 2026-04-27 06:07:01 +00:00
Classes [FEATURE] Import Events into ext:events tables (!145) 2026-05-07 07:01:51 +00:00
Configuration [FEATURE] Import Events into ext:events tables (!145) 2026-05-07 07:01:51 +00:00
Documentation Add TYPO3 v14 Support 2026-03-25 08:07:03 +01:00
Resources [FEATURE] Import Events into ext:events tables (!145) 2026-05-07 07:01:51 +00:00
Tests [FEATURE] Import Events into ext:events tables (!145) 2026-05-07 07:01:51 +00:00
.gitattributes Migrate CI from GitHub to Forgejo (main) 2026-04-27 06:07:01 +00:00
.gitignore [FEATURE] Parser based importer (!144) 2026-05-05 07:58:35 +00:00
.php-cs-fixer.dist.php [TASK] Remove deprecations for v14 (#138) 2026-04-14 13:16:47 +02:00
composer.json [FEATURE] Import Events into ext:events tables (!145) 2026-05-07 07:01:51 +00:00
ext_conf_template.txt Support sync scope 2021-06-01 09:43:33 +02:00
ext_localconf.php Add title to static import configuration 2025-02-04 11:54:24 +01:00
ext_tables.sql [FEATURE] Import Events into ext:events tables (!145) 2026-05-07 07:01:51 +00:00
phpstan-baseline.neon [FEATURE] Import Events into ext:events tables (!145) 2026-05-07 07:01:51 +00:00
phpstan.neon [FEATURE] Parser based importer (!144) 2026-05-05 07:58:35 +00:00
phpunit.xml.dist [TASK] Remove deprecations for v14 (#138) 2026-04-14 13:16:47 +02:00
phpunit_dev.xml.dist [FEATURE] Parser based importer (!144) 2026-05-05 07:58:35 +00:00
Readme.Importer.md [FEATURE] Parser based importer (!144) 2026-05-05 07:58:35 +00:00
README.md [FEATURE] Parser based importer (!144) 2026-05-05 07:58:35 +00:00
shell.nix Add TYPO3 v14 Support 2026-03-25 08:07:03 +01:00
xliff-core-1.2-strict.xsd Migrate CI from GitHub to Forgejo (main) 2026-04-27 06:07:01 +00:00

ThüCAT integration into TYPO3 CMS

ThüCAT is ¨Thüringer Content Architektur Tourismus¨. This is an extension for TYPO3 CMS (https://typo3.org/) to integrate ThüCAT. The existing API is integrated and allows importing data into the system.

Full documentation available at https://docs.typo3.org/p/werkraummedia/thuecat/master/en-us/.

Current state

The extension already allows:

  • Create configuration to import:

    • specified resources via static configuration, e.g. defined organisation or towns.

    • sync scope, a syncScopeId to always update delivered resources.

  • Support multiple languages

  • Import of the following types (not all properties are supported):

    • Organisations (responsible for content)

    • Towns

    • Tourist information

    • Tourist attraction

  • Backend module:

    • To inspect current existing organisations and their towns and tourist information

    • To inspect import configuration

    • To create import configuration

    • To inspect past imports and possible errors, as well as number of affected records

  • Frontend:

    • Content element to display tourist attraction

    • Page Type to reference tourist attraction

    • Descriptions are formatted HTML, use f:format.html ViewHelper for rendering.

Short time goals

  • Content element to display town, tourist information and organisation.

  • Extending import to include further properties

Installation

Please configure API Key via Extension Configuration.

Configuration records need to be created, e.g. by visiting the ThüCAT module. Those can then be imported via the same module.

Architecture notes

  • Importer overview: see Readme.Importer.md for a tour of the import package — components, run flow, logging contract, and extension points.