diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-02-08 03:46:35 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-02-08 03:46:35 +0100 |
commit | 509b5e775030896799a02201a3c84ba501744df6 (patch) | |
tree | d72c0d4a5fb72407261372e7aebed9fb699a9ec6 /ikiwiki | |
parent | 6e5ed5af1550aad66d10ea645ff21755bb74c018 (diff) |
Sync with ikiwiki 2.30.
Diffstat (limited to 'ikiwiki')
-rw-r--r-- | ikiwiki/pagespec.mdwn | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ikiwiki/pagespec.mdwn b/ikiwiki/pagespec.mdwn index 5c6433e..3cd6bb9 100644 --- a/ikiwiki/pagespec.mdwn +++ b/ikiwiki/pagespec.mdwn @@ -33,8 +33,13 @@ 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 +* "`glob(someglob)`" - match pages that match the given glob. Just writing + the glob by itself is actually a shorthand for this function. +* "`internal(glob)`" - like `glob()`, but matches even internal-use + pages that globs do not usually match. +* "`title(glob)`", "`author(glob)`", "`authorurl(glob)`", + "`license(glob)`", "`copyright(glob)`" - match pages that have the given + metadata, matching the specified glob. For example, to match all pages in a blog that link to the page about music and were written in 2005: |