Integrates Thüringer Content Architektur Tourismus into TYPO3. https://cms.thuecat.org/
Find a file
Daniel Siepmann (Codappix) 40df095b1f Handle 404 for configured resources
They previously ended in a 503 server error.
We now catch the exception and convert it into a log entry.
It is logged into TYPO3 logging framework and import log.

That way triggering the import will result in a flash message showing
the import didn't fully work.

Resolves: #12295
2025-11-11 14:56:13 +01:00
.github/workflows Prevent Error: Call to undefined method introspectTable() 2025-11-11 14:52:20 +01:00
Classes Handle 404 for configured resources 2025-11-11 14:56:13 +01:00
Configuration Handle 404 for configured resources 2025-11-11 14:56:13 +01:00
Documentation Handle 404 for configured resources 2025-11-11 14:56:13 +01:00
Resources Handle 404 for configured resources 2025-11-11 14:56:13 +01:00
Tests Handle 404 for configured resources 2025-11-11 14:56:13 +01:00
.gitattributes TYPO3 V12 Update (#116) 2023-12-05 09:43:55 +01:00
.gitignore TYPO3 V12 Update (#116) 2023-12-05 09:43:55 +01:00
.php-cs-fixer.dist.php Add TYPO3 13 LTS Support 2025-01-13 10:52:09 +01:00
composer.json Prevent Error: Call to undefined method introspectTable() 2025-11-11 14:52:20 +01:00
ext_conf_template.txt Support sync scope 2021-06-01 09:43:33 +02:00
ext_emconf.php Add TYPO3 wizard to select pages in configuration 2025-02-04 11:44:15 +01:00
ext_localconf.php Add title to static import configuration 2025-02-04 11:54:24 +01:00
ext_tables.php Remove content elements 2025-01-13 10:52:09 +01:00
ext_tables.sql Add support for additional images added via TYPO3 (#112) 2023-08-29 13:54:16 +02:00
phpstan-baseline.neon Ease entity registration 2025-01-13 10:52:09 +01:00
phpstan.neon Prevent Error: Call to undefined method introspectTable() 2025-11-11 14:52:20 +01:00
phpunit.xml.dist TYPO3 V12 Update (#116) 2023-12-05 09:43:55 +01:00
README.md Add documentation 2021-06-01 14:59:08 +02:00
shell.nix Remove content elements 2025-01-13 10:52:09 +01: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.