• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..23-Apr-2024-

README.mdH A D25-Feb-2018607 2114

action.phpH A D25-Feb-20188.8 KiB251116

plugin.info.txtH A D25-Feb-2018234 87

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