add example

master
Joey Hess 2009-12-25 15:12:05 -05:00
parent d35bf0be67
commit 8e0f45ae67
1 changed files with 6 additions and 1 deletions

View File

@ -71,3 +71,8 @@ Here is how I see it:
</pre> </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]]