We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated ObdaFileCompatibilityRepair (mediawiki)
dos2unix all the wiki files
replace all the \ by <br>
fix the images links which do have additional parameters for i in *.mediawiki; do gsed -i -r "s/\[\[Image\(([^,\)]+)\).*\]\]/[[attachments\/${i%.*}\/\1]]/g" $i; done
fix the list in wiki by replacing '-' to '*' for i in *.mediawiki; do gsed -i -re 's/^(\s*)- /\1* /g' $i; done
batch convert tracwiki files to mediawiki formats