Please enter your password of your account at the remote wiki below.
/!\ You should trust both wikis because the password could be read by the particular administrators.

Clear message
Locked History Actions

MoinMoinについて

MoinMoinについて

test

SideBar

サイドバーをつけたいときにはSideBarというページを作ればよいだけ。

ACL (Access Control Lists)

あるグループについて権限を与える時には、wikiconfig.pyで

 acl_rights_before = u"SuperUser:read,write,delete,revert,admin xxxGroup:read,write"
 acl_rights_default = u"All:"

などと書く。グループの設定は「xxxGroup」というページを新規作成し、

#acl xxxGroup:read,write All:read
 * Henohenomoheji
 * Akasatana

などと書いておく。これでグループが定義される。 ALL はだめです! All で。(これで少しはまった...)

特定のページだけにACLを適用する場合には

#acl xxxGroup:read,write All:read

を真似してページの初めに書けば良い。