aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-02-11 20:39:10 -0500
committerJoey Hess <joey@gnu.kitenet.net>2010-02-11 20:39:10 -0500
commitc923e0ba3377f85107ccea1933a042aaec675c77 (patch)
treedd185a72ba4b63a171fd68cb2342ae64c8e73788 /doc
parent7af18f2a1ec8b5ce4764813b0464112f517e806f (diff)
downloadikiwiki-c923e0ba3377f85107ccea1933a042aaec675c77.tar
ikiwiki-c923e0ba3377f85107ccea1933a042aaec675c77.tar.gz
Allow globs to be used in user() pagespecs.
Diffstat (limited to 'doc')
-rw-r--r--doc/ikiwiki/pagespec.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ikiwiki/pagespec.mdwn b/doc/ikiwiki/pagespec.mdwn
index 5f0f44e2e..8d8b1a507 100644
--- a/doc/ikiwiki/pagespec.mdwn
+++ b/doc/ikiwiki/pagespec.mdwn
@@ -44,7 +44,8 @@ Some more elaborate limits can be added to what matches using these functions:
metadata, matching the specified glob.
* "`user(username)`" - tests whether a modification is being made by a
user with the specified username. If openid is enabled, an openid can also
- be put here.
+ be put here. Glob patterns can be used in the username. For example,
+ to match all openid users, use `user(*://.*)`
* "`admin()`" - tests whether a modification is being made by one of the
wiki admins.
* "`ip(address)`" - tests whether a modification is being made from the