WikiImporter
This isn't an Extension and needs a better place for documentation.
Description
editThis is a utility script that selectively updates a wiki using another wiki's content, i.e. if you have a public and a private wiki where the public wiki has *only* partial contents of the private wiki, this script can selectively fetch pages/images from your private wiki and import them to your public wiki. Its needed to list all the pages to import in a file in separate lines.
Usage
editJust run this script after setting the settings (below).
Example settings
editPlease set the settings in settings.php to point to your wikis
$settings['publicWiki'] = "http://myPublic.com/w"; // Location of Api.php
$settings['publicWikiUser'] = "Nischay Nahata"; // Username of account with read,write permissions
$settings['publicWikiPassword'] = "password"; // Password
$settings['privateWiki'] = "http://myPrivate.com/w"; // Location of Api.php
$settings['privateWikiUser'] = "Nischay Nahata"; // Username of account with read permissions
$settings['privateWikiPassword'] = "password"; // Password
$settings['file'] = "clientPages.txt";
Example File
editfile named clientPages.txt has the following text:
Hello Category:Id File:Passportpics.jpg
Authors
editwikiImporter was originally written by Nischay Nahata, as http://www.WikiWorks.com consultant for Aruba Networks
License
editGPL v2 or later
see more
editMore at wikiImporter