tetsuo13 / MediaWiki-to-DokuWiki-Importer

Convert MediaWiki to DokuWiki
31 stars 10 forks source link

Add option to run through web server #7

Closed tetsuo13 closed 12 years ago

tetsuo13 commented 12 years ago

For those without shell access, create option to pass GET argument to switch into non-CLI mode. Output HTML feedback.

Requires #2 first be completed.

tetsuo13 commented 12 years ago

Can use an option to check for the existence of the command line, perhaps isset($_SERVER['argc']) or similar, and switch on that as to whether to execute with the path to LocalSettings.php in the command line arguments or in $_GET.