OLAT Wiki-Migration 5.0.0 to 5.1.0
==================================

Wiki link must be migrated because the Wiki Parser changed from 5.0.0 to 5.1.0
 1. Migrate ':' to '/' in Wiki links e.g. [[Test:Migration1]]  => [[Test/Migration1]]
 2. Migrate '"' to ''' in Wiki links e.g. [[Test"Migration2"]] => [[Test'Migration2']]
 3. Set Image alignment to 'right'   e.g. [Image:test.png]]    => [[Image:test.png|right]]
 4. Migrate '&' to '&amp;' in Wiki links e.g. [[Test & Migration4"]] => [[Test &amp; Migration4]]
 5. Remove '_' at the end of wiki words => change pagename, rename file (wp- and properties-file)

Resources :
 - Script wiki_migration_51.sh
 - Java Program ch.unizh.codeutils.WikiMigration_5_1_0      => Step 1-4
 - Java Program ch.unizh.codeutils.WikiWordMigration_5_1_0  => Step 5

Adapte script 'wiki_migration_51.sh' for your installation :
Set BCROOT for your olat installation 
Set OLATROOT for your olat installation 

Login as olat-runtime user : e.g. 'su - wwwrun'
Start Script : './wiki_migration_51.sh'
Check file output.log and output_2.log
In case of an error, you can find backup wiki files in subfolder 'backup' and 'backup_2'
