Whitelist
Aus WS64 Wiki
Version vom 7. September 2013, 21:36 Uhr von WS64 (Diskussion | Beiträge)
Inhaltsverzeichnis |
Wikimedia Extension "Extended Whitelist"
Introduction
This extension allows to whitelist pages by category.
The intention is to use this extension with closed Wikis (like this one here) but still be able to share certain pages just by putting them in to pre-defined categories.
This extension was written by WS64.
Installation
Download all extension files from here and place them in the extensions/ExtendedWhitelist/ directory.
Add the following text to your LocalSettings.php:
require_once( "$IP/extensions/ExtendedWhitelist/ExtendedWhitelist.php" );
Configuration
Add lines to LocalSettings.php like this one:
$WSCategoryWhitelist = array( "PUBLIC","public" );
This example will whitelist all files that are within the categories "PUBLIC" and "public".