Table of Contents
Newsgroups: gmane.org.wikimedia.mediawiki Date: Thu, 25 Jan 2007 21:32:00 +0100
> Can you tell me how to migrate a lot of text files (about 5000) to mediawiki > there some script for this?
You can use the script maintenance/edit.php . You can do something like:
$ cat ~/mywork.txt | php mediawiki/maintenance/edit.php \ -u vagner -a
Play with a bit before importing all the text files.
Ashar Voultoiz - WP+`+`
http://en.wikipedia.org/wiki/User:Hashar
> You can use the script maintenance/edit.php .
There's also maintenance/importTextFile.php, which could be used with a loop in a shell script to achieve the desired bulk-import.
Rob Church
> But, how can i use the script maintenance/importTextFile?
Well, how about running "php maintenance/importTextFile.php —help" and having a look at the help?
Rob Church
Subject: mass image upload (zip) Newsgroups: gmane.org.wikimedia.mediawiki Date: Wed, 31 Jan 2007 17:07:12 +0000
> Is it possible to mass upload images from a zip archive. If yes how?
Place the files on the server in a readable location and execute the maintenance/importImages.php script from the command line.
Rob Church