]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/ikiwiki/pagespec.mdwn
implement typed links; add tagged_is_strict config option
[ikiwiki.git] / doc / ikiwiki / pagespec.mdwn
index 5f0f44e2ebe6cf847bfe2b6c8b73d8e62ad4969b..ca669302427b854cd59f9cccd123fe93720bf659 100644 (file)
@@ -44,13 +44,17 @@ 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
   specified IP address.
 * "`postcomment(glob)`" - matches only when comments are being 
   posted to a page matching the specified glob
+* "`typedlink(type glob)`" - matches pages that link to a given page (or glob)
+  with a given link type. Plugins can create links with a specific type:
+  for instance, the tag plugin creates links of type `tag`.
 
 For example, to match all pages in a blog that link to the page about music
 and were written in 2005: