How do I export and import images from and into a MediaWiki? By the way, what is the purpose of the notify dialog box when asking a question on StackOverflow?
|
|
There is no automatic way to export images like you export pages, you have to right click on them, and choose "save image". To get the history of the Image page, use the Special:Export page. To import images use the Special:Upload page on your wiki. If you have lots of them, you can use the Import Images script. Note: you generally have to be in the sysop group to upload images. |
|||||
|
|
For "Exporting and Importing" ALL Images in MediaWiki, there are a step-by-step single procedure. Step-1: generate the dumps,
The
To generate a backup is important to copy all the files in the same directory. Example:
A tar comand or another procedure can do this copy, and zip all the files in a See more details about each tool at http://www.mediawiki.org/wiki/Manual:Maintenance_scripts Step-2: need a backup? installing a copy of the images? ... you need only Step-3: restore the dumps, with the maintenance tools. See http://www.mediawiki.org/wiki/Manual:Maintenance_scripts After exploding the zip files,
That is all. Check, navegating in your wiki's Special:NewFiles. For exporting and importing "ALL Images AND ALL ARTICLES" in MediaWiki, add some procedures at each step. Step-1: ... to generate the dumps, add
Step-2: ... you need Step-3: ... add (after importImages line)
That is all. Check also Special:AllPages. |
||||
|
|
|
There are a few mass upload tools available. Commonist - www.djini.de/software/commonist/ Both run on the desktop and can be configured to upload to your local wiki (they are configured for Wikipedia and Wikimedia commons by default). If you are afraid to edit the content of a .jar file, I suggest you start with Commonplace. Another useful extension exists for Mediawiki itself. MultiUpload - http://www.mediawiki.org/wiki/Extension:MultiUpload This extension allows you to drop images in a folder and load them all at once. It supports annotations for each file if necessary and cleans up the folder once it is done. On the downside, it requires opening a shared folder on the server side. Commonplace - commons.wikimedia.org/wiki/Commons:Tools/Commonplace used to be available, but it was deprecated as of Jan. 13, 2010. |
||||
|
|
|
Hope this helps a bit: http://www.mediawiki.org/wiki/Manual%3AImportImages.php |
|||
|
|