tetsuo13 / MediaWiki-to-DokuWiki-Importer

Convert MediaWiki to DokuWiki
31 stars 10 forks source link

Port functionality of shell script to PHP #2

Closed tetsuo13 closed 12 years ago

tetsuo13 commented 12 years ago

Port everything mw2dw-conv_sed.sh does into a function that processPage() can call. This will simplify things a bit and help those running in shared hosting environments without shell access.

escalate commented 12 years ago

You can already find this on the bottom of the page http://www.dokuwiki.org/tips:mediawiki_to_dokuwiki_converter

tetsuo13 commented 12 years ago

It's a good start but it's not a complete translation of the sed script.