converting_docuwiki_to_mediawiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
converting_docuwiki_to_mediawiki [2018/03/03 14:27] – created davidconverting_docuwiki_to_mediawiki [2018/03/18 17:14] – [Sample Steps] david
Line 17: Line 17:
  
 # copy original file to this location # copy original file to this location
-cp /path/to/docuwiki/data/pages/duolingo/tips/page_i_want.txt .+cp /path/to/docuwiki/data/pages/subdir/page_i_want.txt .
  
 # Convert file # Convert file
 php dokuwiki2mediawiki.php page_i_want.txt php dokuwiki2mediawiki.php page_i_want.txt
 +
 +#Convert all
 +find -type f -name '*.txt' -exec php dokuwiki2mediawiki.php {} \;
  
 # View new markup # View new markup
  • converting_docuwiki_to_mediawiki.txt
  • Last modified: 2021/01/12 21:08
  • by 127.0.0.1