typoniels / techradar
TYPO3 Extension to Import Techradar Data (Cockpit CMS) into TYPO3
This package's canonical repository appears to be gone and the package has been frozen as a result.
Requires
- php: 7.2.* || 7.3.* || 7.4.*
- erusev/parsedown: ^1.7
- typo3/cms-core: ^9.5 || ^10.4 || ^11
- typo3/cms-extbase: ^9.5 || ^10.4 || ^11
- typo3/cms-fluid: ^9.5 || ^10.4 || ^11
- typo3/cms-frontend: ^9.5 || ^10.4 || ^11
Requires (Dev)
- phpmd/phpmd: ^2.10
- phpstan/phpstan: ^0.12.88
- squizlabs/php_codesniffer: ^3.6
Replaces
- typo3-ter/techradar: dev-master
This package is auto-updated.
Last update: 2022-03-11 15:10:16 UTC
README
With this extension, My Techradar can be easily imported into TYPO3 to have the data directly in the CMS (e.g. for Solr).
Installation
You can download the extension as a zip or install it directly via Composer.
composer require typoniels/techradar
To get the Extension directly from this Gitlab please add the following to your composer.json
"repositories": [ { "type": "vcs", "url": "https://www.halle-development.com/typoniels-extensions/techradar.git" }, ]
Setup of the Techradar-Extension
- The Setup of the Extension is quite easy. Just Install and activate it in the extensionmanager.
- Create a sysfolder-page in your sitetree
- Fill in the Connection Details into the Extension Configuration (BE Module)
- Create Scheduler Task to bring the Data into TYPO3
- Add TYPOScript Template for preconfigured Solr-Config (Filter, Indexer)
Features
- Import Data from Headless CMS Cockpit to TYPO3
- Add Techradar/Lernplan to Solr
- Convert Images to FAL
Upcoming Features | v2
- Seperated Solr-Indexer to avoid not valid Items (e.g. offline / incorrect links)
- Develop a generic TYPO3-Cockpit Connector
- ...
TODOs / Known Problems
- Nothing yet
Found a Bug?
Feel free to write me a mail or create a Issue direct in the Gitlab Issue-Tracker. Contribution is always welcome.
You need a customized TYPO3 solution?
Niels Langlotz | typoniels.de