Extension:Whitelist Pages

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
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]

  1. Download the source code into a file called WhitelistPages.php and place it in $IP/extensions/WhitelistPages/
  2. Add the line
    require_once("$IP/extensions/WhitelistPages/WhitelistPages.php");
    into the wiki's LocalSettings.php
  3. Installation can now be verified through the wiki's Special:Version