]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/pagespec.mdwn
releasing version 2.8
[ikiwiki.git] / doc / pagespec.mdwn
index 53519e7f02d798976311c847beca3c8e188e1891..e004de4af9a0e7238e9bac017b1a1ad064e512fc 100644 (file)
@@ -24,7 +24,7 @@ match all pages except for Discussion pages and the SandBox:
 Some more elaborate limits can be added to what matches using any of these
 functions:
 
-* "`link(page)`" - match only pages that link to a given page
+* "`link(page)`" - match only pages that link to a given page (or glob)
 * "`backlink(page)`" - match only pages that a given page links to
 * "`creation_month(month)`" - match only pages created on the given month
 * "`creation_day(mday)`" - or day of the month
@@ -33,6 +33,8 @@ functions:
   was created
 * "`created_before(page)`" - match only pages created before the given page
   was created
+* "`user(name)`" - only available in page subscription preferences, match
+  only changes made by this user
 
 For example, to match all pages in a blog that link to the page about music
 and were written in 2005: