Extension:Whitelist Pages
From MediaWiki.org
|
Whitelist Pages Release status: stable |
|
|---|---|
| Implementation | other (invalid type) |
| Description | Allows whitelisting pages on a private wiki so that anonymous users can read said pages |
| Author(s) | Jack Phoenix Misza |
| Last version | 0.2.1 (2011-05-04) |
| Database changes | no |
| License | Public domain |
| Download | |
| Example | ShoutWiki |
| Check usage and version matrix; Pages stats | |
Whitelist Pages is a MediaWiki extension that allows site administrators to modify the value of the $wgWhitelistRead global by editing the system message called MediaWiki:Public read whitelist. Whitelisted pages in the MediaWiki:Public read whitelist system message are separated by newlines.
The extension was written by Jack Phoenix and Misza for ShoutWiki.
Installation[edit]
- Download the source code into a file called WhitelistPages.php and place it in $IP/extensions/WhitelistPages/
- Add the line
into the wiki's LocalSettings.phprequire_once("$IP/extensions/WhitelistPages/WhitelistPages.php");
- Installation can now be verified through the wiki's Special:Version