]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/todo/ACL.mdwn
Add a include setting, which can be used to make ikiwiki process wiki source files...
[git.ikiwiki.info.git] / doc / todo / ACL.mdwn
index e9fb2717f10d4f6edd18fd1175d8eac763effcdf..d40701d60c95d40d3eca8cb5ee19454d2890e5ca 100644 (file)
@@ -69,3 +69,10 @@ Here is how I see it:
     <pre>
     \[[!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.
+
+> 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]]