Skip to content

History / ObdaFileCompatibilityRepair

Revisions

  • Updated ObdaFileCompatibilityRepair (mediawiki)

    mislusnys committed Nov 29, 2013
  • dos2unix all the wiki files

    @ghxiao ghxiao committed Sep 18, 2013
  • replace all the \ by <br>

    @ghxiao ghxiao committed Sep 17, 2013
  • 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

    @ghxiao ghxiao committed Sep 17, 2013
  • fix the list in wiki by replacing '-' to '*' for i in *.mediawiki; do gsed -i -re 's/^(\s*)- /\1* /g' $i; done

    @ghxiao ghxiao committed Sep 17, 2013
  • batch convert tracwiki files to mediawiki formats

    @ghxiao ghxiao committed Sep 17, 2013