Skip to content

Revisions

  • query working only without ^^xsd:string specification.

    @ttm ttm committed Jan 23, 2014
  • fixed 2 more missing <tt> tags (caused missing : on rendered page)

    @ttm ttm committed Jan 23, 2014
  • : missing of rendered page because of missing <tt> markups

    @ttm ttm committed Jan 23, 2014
  • Updated BookTutorial (mediawiki)

    @skomlaebri skomlaebri committed Jan 16, 2014
  • Updated BookTutorial (mediawiki)

    @ghxiao ghxiao committed Nov 29, 2013
  • Updated BookTutorial (mediawiki)

    @ghxiao ghxiao committed Nov 29, 2013
  • Updated BookTutorial (mediawiki)

    @ghxiao ghxiao committed Nov 29, 2013
  • Updated BookTutorial (mediawiki)

    @ghxiao ghxiao committed Nov 29, 2013
  • Updated BookTutorial (mediawiki)

    @ghxiao ghxiao committed Nov 29, 2013
  • Updated BookTutorial (mediawiki)

    @ghxiao ghxiao committed Nov 29, 2013
  • Updated BookTutorial (mediawiki)

    @ghxiao ghxiao committed Nov 29, 2013
  • Updated BookTutorial (mediawiki)

    @ghxiao ghxiao committed Nov 29, 2013
  • work on BookTutorial

    @ghxiao ghxiao committed Nov 29, 2013
  • work on BookTutorial

    @ghxiao ghxiao committed Nov 29, 2013
  • Updated BookTutorial (mediawiki)

    @ghxiao ghxiao committed Nov 29, 2013
  • Updated BookTutorial (mediawiki)

    @ghxiao ghxiao committed Nov 29, 2013
  • Updated BookTutorial (mediawiki)

    @ghxiao ghxiao committed Nov 29, 2013
  • Updated BookTutorial (mediawiki)

    @ghxiao ghxiao committed Nov 29, 2013
  • Updated BookTutorial (mediawiki)

    @ghxiao ghxiao committed Nov 29, 2013
  • Updated BookTutorial (mediawiki)

    @ghxiao ghxiao committed Nov 29, 2013
  • Updated BookTutorial (mediawiki)

    @ghxiao ghxiao committed Nov 29, 2013
  • replace all the notes/warnings by blockquote SED: :a;N;$!ba;s|<pre>[^>#]*\#div[^\n]*\n([^>]+)\n</pre>|<blockquote>'''\n\1\n'''</blockquote>|g

    @ghxiao ghxiao committed Sep 18, 2013
  • 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
  • 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
  • s/\*\*(\w*)\*\*/'''\1''' /g

    @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