https://github.com/b13/xray
TYPO3 Extension doing some sanity checks with data integrity
https://github.com/b13/xray
Last synced: 12 months ago
JSON representation
TYPO3 Extension doing some sanity checks with data integrity
- Host: GitHub
- URL: https://github.com/b13/xray
- Owner: b13
- License: gpl-2.0
- Created: 2021-04-23T08:55:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T10:32:37.000Z (about 3 years ago)
- Last Synced: 2024-10-29T00:57:31.508Z (over 1 year ago)
- Language: PHP
- Size: 49.8 KB
- Stars: 7
- Watchers: 8
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# X-Ray your TYPO3 installation
This extension is a collection of utility commands that scan a TYPO3 installation for
potential integrity improvements.
## External links that could be internal Links
The Command
```
./bin/typo3 xray:external-links --dry-run
```
lists all external links that could be converted to internal links. This supports links to pages and files.
Without the `--dry-run` option the migration will be performed and the links will be rewritten in the `t3://` syntax.
## Sharing our expertise
[Find more TYPO3 extensions we have developed](https://b13.com/useful-typo3-extensions-from-b13-to-you) that help us deliver value in client projects. As part of the way we work, we focus on testing and best practices to ensure long-term performance, reliability, and results in all our code.