Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuurlijk committed Dec 19, 2018
1 parent 42804b4 commit 5050221
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# TYPO3 migration tools
Tools for migrating TYPO3 sites

## Are TYPO3 migration tools helping you to migrate your TYPO3 site more smoothly?
Then please consider a sponsorship so I can make this tool even more awesome!
- Become a patreon on [Patreon](https://www.patreon.com/michielroos)
- Make a donation via [PayPal](https://paypal.me/MichielRoos)

Thank you! ♥

## Requirements
The tool requires **PHP 7.0** or higher to run. Why? *Because this tool was written in 2018!* Still running that old site on PHP 5.6? Move your extensions over to a system with PHP 7.0+ to scan them.

## Installation
Download the latest version from: https://github.com/Tuurlijk/typo3migrate/releases

Or install using composer (skip the init step if you're installing it into an existing project):
```bash
composer init
composer require --update-no-dev "michielroos/typo3migrate:*"
```

## Usage
Current tools:
* xml2xlf
### Convert xml to xlf
Convert a xmllang file to xlf.
```bash
php ./typo3migrate.phar xml2xlf ~/tmp/localllang_db.xml
```

0 comments on commit 5050221

Please sign in to comment.