Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | Today | - | ||||
README.md | H A D | 25-Feb-2018 | 607 | 21 | 14 | |
action.php | H A D | 25-Feb-2018 | 8.8 KiB | 251 | 116 | |
plugin.info.txt | H A D | 25-Feb-2018 | 234 | 8 | 7 |
README.md
1ACL Regular Expressions 2======================================================================== 3 4Regular expression support for DokuWiki access control lists 5 6Usage 7------------------------------------------------------------------------ 8 9Install the plugin; any entries in `acl.auth.php` will now recognise PHP 10Perl-Compatible Regular Expressions when surrounded with slashes: 11 12``` 13:projects:/[0-9]+/:members @managers 2 14``` 15 16Known Issues 17------------------------------------------------------------------------ 18 19At the moment, there's no admin component - editing must be done through 20the file system. 21