Extension:CloseWikis
From MediaWiki.org
|
CloseWikis Release status: stable |
|||
|---|---|---|---|
| Implementation | User rights | ||
| Description | Allows to close wikis via web interface. | ||
| Author(s) | VasilievVV | ||
| Last version | v1 (25 October 2008) | ||
| MediaWiki | 1.12.0+ | ||
| License | No license specified | ||
| Download | Download snapshot Subversion [Help] |
||
|
|||
|
|||
|
|||
|
Check usage (experimental) |
|||
CloseWikis is an extension that allows stewards to close and reopen wikis via special web interface, Special:CloseWiki.
[edit] Installation
Download the latest version of this extension and add the following text into your LocalSettings.php:
require_once('$IP/extensions/CloseWikis/CloseWikis.php'); $wgCloseWikisDatabase = "closewikis";
[edit] $wgCloseWikisDatabase
This is the database that is shared among your wiki farm. Run closewikis.sql to populate it with the correct table(s).
[edit] Usage
To add a wiki to the list of wikis, use $wgLocalDatabases to define the wikis' databases. The name of the database should appear in the dropdown list in Special:CloseWiki.