This wiki is not enabled for mail processing. Contact the owner of the wiki, who can enable email.

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

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