Skip to content

History / ObdalibQuestUsing

Revisions

  • dos2unix all the wiki files

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

    @ghxiao ghxiao committed Sep 17, 2013
  • fix all the image links for i in *.mediawiki; do gsed -i -r "s/\[\[Image\(([^,\)]+)\).*\]\]/[[attachments\/${i%.*}\/\1]]/g" $i; done for i in *.mediawiki; do gsed -i -r "s/\[\[attachments(.*),(.*)\]\]/[[attachments\1|\2]]/g" $i; done for i in *.mediawiki; do gsed -i -r "s/\[\[attachments(.*),(.*)\]\]/[[attachments\1|\2]]/g" $i; done

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

    @ghxiao ghxiao committed Sep 17, 2013