资 源 简 介
AnonimSpace is a mediawiki-extension for set the namespace for anonymous.
Installation
The installation of this extension is done by 2 easy steps:
1. drop the php-file in the extension-folder of your mediawiki-installation.
1. add require\_once("$IP/extensions/AnonimSpace/AnonimSpace.php"); to your LocalSettings.php.
Example of usage
define("NS_BEGIN", 100);$wgExtraNamespaces [NS_BEGIN] = "Beginner";$AnonimSpaceList [NS_BEGIN] = array("edit");