2021-02-03 15:49:15 +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.
|
|
|
|
|
2021-06-01 09:45:54 +02:00
|
|
|
Full documentation available at https://docs.typo3.org/p/werkraummedia/thuecat/master/en-us/.
|
|
|
|
|
2021-02-03 15:49:15 +01:00
|
|
|
## Current state
|
|
|
|
|
|
|
|
The extension already allows:
|
|
|
|
|
2021-05-31 13:32:58 +02:00
|
|
|
* Create configuration to import:
|
|
|
|
|
|
|
|
* specified resources via static configuration,
|
|
|
|
e.g. defined organisation or towns.
|
|
|
|
|
|
|
|
* sync scope, a syncScopeId to always update delivered resources.
|
2021-02-03 15:49:15 +01:00
|
|
|
|
2021-02-17 15:33:15 +01:00
|
|
|
* Support multiple languages
|
|
|
|
|
2021-02-03 15:49:15 +01:00
|
|
|
* Import of the following types (not all properties are supported):
|
|
|
|
|
|
|
|
* Organisations (responsible for content)
|
|
|
|
|
|
|
|
* Towns
|
|
|
|
|
|
|
|
* Tourist information
|
|
|
|
|
2021-02-03 17:20:01 +01:00
|
|
|
* Tourist attraction
|
|
|
|
|
2021-02-03 15:49:15 +01:00
|
|
|
* 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
|
|
|
|
|
2021-02-17 15:33:15 +01:00
|
|
|
* Frontend:
|
|
|
|
|
|
|
|
* Content element to display tourist attraction
|
|
|
|
|
2021-02-18 08:49:27 +01:00
|
|
|
* Page Type to reference tourist attraction
|
2021-02-03 15:49:15 +01:00
|
|
|
|
2021-05-27 15:27:45 +02:00
|
|
|
* Descriptions are formatted HTML, use `f:format.html` ViewHelper for rendering.
|
|
|
|
|
2021-02-18 08:49:27 +01:00
|
|
|
## Short time goals
|
2021-02-03 15:49:15 +01:00
|
|
|
|
2021-02-17 15:33:15 +01:00
|
|
|
* Content element to display town, tourist information and organisation.
|
2021-02-03 15:49:15 +01:00
|
|
|
|
|
|
|
* Extending import to include further properties
|
2021-05-31 13:32:58 +02:00
|
|
|
|
|
|
|
## 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.
|