Importing text into wiki
From PTAGISWiki
I used the information at wikimedia for importing text and looked carefully at the output of Special:Export in order to make a procedure that could be used to import many text files into mediawiki.
- copy text files into a directory where processing can be done in isolation
- run a perl script to generate wikipedia xml based on the text files (Txt2wiki.pl)
- run a perl script to send each xml file to wikipedia's importDump.php (Wiki-import.pl)
