Extension:SpecialPagesManager
From MediaWiki.org
|
Special Pages Manager Release status: beta |
|
|---|---|
| Implementation | framework (invalid type) |
| Description | |
| Author(s) | user:jldupont |
| Last version | See SVN |
| MediaWiki | tested on 1.10 |
| License | No license specified |
| Download | SVN |
|
Check usage (experimental) |
|
Contents |
[edit] What can this extension do?
Gives the ability to a sysop to enhance a MediaWiki installation with custom special pages managed directly from the database (instead of PHP files).
[edit] Usage
[edit] Installation
- Get Extension:StubManager
- Get all the files from the SVN link and copy them 'extensions/SpecialPagesManager' directory
[edit] Notes
This extension is also part of the BizzWiki platform.
[edit] Changes to LocalSettings.php
require('extensions/StubManager.php'); require('extensions/SpecialPagesManager/SpecialPagesManager.php');
