Extension:Whitelist Pages/de-formal

This page is a translated version of the page Extension:Whitelist Pages and the translation is 50% complete.
MediaWiki extensions manual
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
Latest version 0.4.0 (2015-11-19)
MediaWiki 1.39.7+
Database changes No
License Public domain
Download
Example ShoutWiki
Translate the Whitelist Pages extension if it is available at translatewiki.net

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

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens WhitelistPages im Ordner extensions/ ablegen.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/WhitelistPages
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'WhitelistPages' );
    
  •   Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

MediaWiki:Public read whitelist should look like:

Main Page
Special:RequestAccount

Page names should have spaces, not underscores between words.


Siehe auch