diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-12-25 15:12:05 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-12-25 15:12:05 -0500 |
commit | 8e0f45ae670985a0ffde8180776dd8ce5821c7d8 (patch) | |
tree | bbcd3f6f8c5888a8f1834ee36c6d80ea1504701b /doc/todo/ACL.mdwn | |
parent | d35bf0be6765d692d97769cd2d81ed143c8e9036 (diff) | |
download | ikiwiki-8e0f45ae670985a0ffde8180776dd8ce5821c7d8.tar ikiwiki-8e0f45ae670985a0ffde8180776dd8ce5821c7d8.tar.gz |
add example
Diffstat (limited to 'doc/todo/ACL.mdwn')
-rw-r--r-- | doc/todo/ACL.mdwn | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/todo/ACL.mdwn b/doc/todo/ACL.mdwn index 4c3062427..d40701d60 100644 --- a/doc/todo/ACL.mdwn +++ b/doc/todo/ACL.mdwn @@ -70,4 +70,9 @@ Here is how I see it: \[[!acl user=* page=/subsite/* acl=/subsite/acl.mdwn]] </pre> -Any idea when this is going to be finished? If you want, I am happy to beta test. +Any idea when this is going to be finished? If you want, I am happy to beta test. + +> It's already done, though that is sorta hidden in the above. :-) +> Example of use to only allow two users to edit the tipjar page: +> locked_pages => 'tipjar and !(user(joey) or user(bob))', +> --[[Joey]] |