14,952
edits
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
This is partial translation of Meta:[http://meta.wikimedia.org/wiki/Setting_user_rights_in_MediaWiki Setting user rights in MediaWiki]. You may click the link for the latest information. Please notice that the '''translated/derivated content is available under [http://www.gnu.org/copyleft/fdl.html GNU Free Documentation License]''' which the same with the original work. | This is partial translation of Meta:[http://meta.wikimedia.org/wiki/Setting_user_rights_in_MediaWiki Setting user rights in MediaWiki]. You may click the link for the latest information. Please notice that the '''translated/derivated content is available under [http://www.gnu.org/copyleft/fdl.html GNU Free Documentation License]''' which the same with the original work. | ||
= MediaWiki 1.5+ = | |||
== 準備 == | |||
* 支援Unicode的編輯器 for Windows:個人建議使用[http://notepad-plus.sourceforge.net/uk/site.htm Notepad Plus編輯器](under the GPL Licence) (其他選擇:[http://www.esperanto.mv.ru/UniRed/ENG/ UniRed - Unicode editor for Windows 95/98/NT/2000]) | |||
* 請記得文件格式編譯成'''UTF-8(無BOM)'''。 | |||
== 修改 LocalSetting.php == | |||
將以下設定插入 LocalSetting.php | |||
$wgGroupPermissions['*']['edit'] = false; | |||
代表有登錄的使用者才能編輯頁面 | |||
* 參考[http://meta.wikimedia.org/wiki/User_rights Help:User rights] | |||
= MediaWiki 1.4+ = | |||
適用版本: MediaWIki 版本: 1.4 or older | |||
== 準備 == | == 準備 == | ||
* 支援Unicode的編輯器 | * 支援Unicode的編輯器 | ||
* 請記得文件格式編譯成'''UTF-8(無BOM)'''。 | * 請記得文件格式編譯成'''UTF-8(無BOM)'''。 | ||