Extension:Settings

Category:Unmaintained extensions#Settings Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
Settings
Release status: unmaintainedCategory:Unmaintained extensions
Implementation other (invalid type)Category:Extensions with invalid or missing type
Description Settings is SMW+ deployment framework like configuration system based on XML file name
Author(s) Vitold Sedyshev (vit1251talk)
Latest version 0.1 (2013-03-08)
MediaWiki Category:Extensions without MediaWiki version
Database changes No
License GNU General Public License 3.0
Download Category:Extensions in GitHub version control
README
$wgSettings
Category:All extensionsCategory:Extensions not in ExtensionJson

The Settings extension executes on a separate process and provides a base registry object with parameters that you can use in you LocalSettings.php.

Usage

require_once "$IP/settings/Settings.php";

$wgLanguageContent = $wgSettings->get('wgLanguageContent');

Installation

  1. To install the settings extension, put the following line in LocalSettings.php
require_once "$IP/settings/Settings.php";
Category:All extensions Category:Extensions in GitHub version control 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