Integrates Thüringer Content Architektur Tourismus into TYPO3. https://cms.thuecat.org/
Go to file
2022-04-11 16:24:10 +02:00
.github/workflows Add PHP 7.2 support 2021-09-09 15:16:30 +02:00
Classes Support PublicHolidays for opening hours (#51) 2021-09-14 14:51:14 +02:00
Configuration Add Twitter Bootstrap markup to templates (#50) 2021-09-14 15:02:16 +02:00
Documentation Prepare Release 1.2.2 (#67) 2022-04-11 16:24:10 +02:00
Resources Fix conditional and enhance OpeningHours (#66) 2022-04-11 16:16:51 +02:00
Tests Fix conditional and enhance OpeningHours (#66) 2022-04-11 16:16:51 +02:00
.gitignore Initial composer setup 2021-02-01 09:04:10 +01:00
composer.json Prepare release of 1.2.1 (#65) 2022-04-11 09:57:51 +02:00
dependency-checker.json Import tourist attraction only in German language 2021-02-16 12:01:35 +01:00
ecs.php Adapt ECS configuration 2021-08-31 09:11:31 +02:00
ext_conf_template.txt Support sync scope 2021-06-01 09:43:33 +02:00
ext_emconf.php Prepare Release 1.2.2 (#67) 2022-04-11 16:24:10 +02:00
ext_localconf.php Allow editor to create and edit import configuration 2021-06-01 09:53:58 +02:00
ext_tables.php Initial import mechanism 2021-02-16 11:09:18 +01:00
ext_tables.sql Make compatible with mysql 8 strict modes 2021-09-08 13:23:23 +02:00
phpstan-baseline.neon Update phpstan baseline 2022-03-08 08:35:53 +01:00
phpstan.neon Fix pipeline 2021-11-29 10:59:35 +01:00
phpunit.xml.dist Add PHP 7.2 support 2021-09-09 15:16:30 +02:00
README.md Add documentation 2021-06-01 14:59:08 +02: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.