Extension:PageImporter

Category:Extensions incompatible with 1.41 Category:Unmaintained extensions#PageImporter Category:Extensions without an imageCategory:Extensions with invalid or missing typeCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
PageImporter
Release status: unmaintainedCategory:Unmaintained extensions
Author(s) James Montalvo (Jamesmontalvo3talk)
MediaWiki Category:Extensions without MediaWiki version
License GNU General Public License 3.0 or later
Download Category:Extensions in GitHub version control
Category:All extensionsCategory:Extensions not in ExtensionJson

Extension to provide the ability to have extension-defined pages. Extensions can define directories of files which map to wiki pages, and will be synced with the files anytime php extensions/PageImporter/importPages.php is run. Additionally, the current state of the wiki's pages (that are tracked by an extension) can be exported to the extension by doing php extensions/PageImporter/importPages.php --export.

Installation

  • Download and place the file(s) in a directory called PageImporter in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'PageImporter' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Category:All extensions Category:Extensions in GitHub version control Category:Extensions incompatible with 1.41 Category:Extensions not in ExtensionJson Category:Extensions with invalid or missing type Category:Extensions without MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:Unmaintained extensions