Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cedricziel/ttcontent_to_txnews
Quick and dirty (sketch!) on tt_content to tx_news conversion
https://github.com/cedricziel/ttcontent_to_txnews
Last synced: 11 days ago
JSON representation
Quick and dirty (sketch!) on tt_content to tx_news conversion
- Host: GitHub
- URL: https://github.com/cedricziel/ttcontent_to_txnews
- Owner: cedricziel
- License: gpl-3.0
- Created: 2014-08-31T17:22:43.000Z (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2016-10-04T17:37:18.000Z (about 8 years ago)
- Last Synced: 2024-10-11T20:06:28.406Z (25 days ago)
- Language: PHP
- Homepage:
- Size: 569 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TtContent to TxNews migrator
Migrates tt_content rows to tx_news ones.
## Development
### Codestyle
The project uses the TYPO3 CMS coding standards. Apply them using a composer script:
```
composer run checkstyle-fix
```or manually:
```
php php-cs-fixer.phar --config-file=.php_cs fix
```## License
GNU GENERAL PUBLIC LICENSE Version 3