Whitelist
Aus WS64 Wiki
(Unterschied zwischen Versionen)
WS64 (Diskussion | Beiträge) K |
WS64 (Diskussion | Beiträge) K |
||
Zeile 3: | Zeile 3: | ||
===Introduction=== | ===Introduction=== | ||
− | This extension allows to whitelist pages | + | This extension allows to whitelist pages by category.<br> |
+ | 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.<br> | ||
+ | This extension was written by WS64. | ||
===Installation=== | ===Installation=== | ||
Download all extension files from [[Media:ExtendedWhitelist.zip|here]] and place them in the extensions/ExtendedWhiteList/ directory.<br> | Download all extension files from [[Media:ExtendedWhitelist.zip|here]] and place them in the extensions/ExtendedWhiteList/ directory.<br> | ||
Add the following text to your [https://www.mediawiki.org/wiki/Manual:LocalSettings.php LocalSettings.php] | Add the following text to your [https://www.mediawiki.org/wiki/Manual:LocalSettings.php LocalSettings.php] | ||
<pre>require_once( "$IP/extensions/ExtendedWhitelist/ExtendedWhitelist.php" );</pre> | <pre>require_once( "$IP/extensions/ExtendedWhitelist/ExtendedWhitelist.php" );</pre> | ||
− | | + | ===Configuration=== |
− | ===Configuration=== | + |
Version vom 7. September 2013, 21:20 Uhr
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===