Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
pull values from form to config
[git.ikiwiki.info.git]
/
doc
/
ikiwiki
/
pagespec.mdwn
diff --git
a/doc/ikiwiki/pagespec.mdwn
b/doc/ikiwiki/pagespec.mdwn
index e1a4762024d3769ae8a4aa79d349917bb3c7dbe3..156e3f6ca84a40eeb1c0b2009200d48f28675996 100644
(file)
--- a/
doc/ikiwiki/pagespec.mdwn
+++ b/
doc/ikiwiki/pagespec.mdwn
@@
-1,3
+1,4
@@
+[[!meta robots="noindex, follow"]]
To select a set of pages, such as pages that are locked, pages
whose commit emails you want subscribe to, or pages to combine into a
blog, the wiki uses a PageSpec. This is an expression that matches
To select a set of pages, such as pages that are locked, pages
whose commit emails you want subscribe to, or pages to combine into a
blog, the wiki uses a PageSpec. This is an expression that matches
@@
-33,10
+34,13
@@
functions:
was created
* "`created_before(page)`" - match only pages created before the given page
was created
was created
* "`created_before(page)`" - match only pages created before the given page
was created
-* "`glob(
foo)`" - match pages that match the given glob `foo`
. Just writing
+* "`glob(
someglob)`" - match pages that match the given glob
. Just writing
the glob by itself is actually a shorthand for this function.
the glob by itself is actually a shorthand for this function.
-* "`internal(
foo
)`" - like `glob()`, but matches even internal-use
+* "`internal(
glob
)`" - like `glob()`, but matches even internal-use
pages that globs do not usually match.
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:
For example, to match all pages in a blog that link to the page about music
and were written in 2005: