diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-30 19:54:08 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-30 19:54:08 +0000 |
commit | 66cb6baf4e205886bfbac8d90d1adc2b791102a2 (patch) | |
tree | 6e31c5bb419eb56c487fa89839835f94860e2625 /doc | |
parent | 866cdd7c4a4e268f9e4528a8df80b44950c7adb3 (diff) |
* Apply a patch from Carl Worth adding support for using globs in link()
in a PageSpec.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pagespec.mdwn | 2 | ||||
-rw-r--r-- | doc/todo/Support_wildcard_inside_of_link__40____41___within_a_pagespec.mdwn | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/pagespec.mdwn b/doc/pagespec.mdwn index b26a42e28..e004de4af 100644 --- a/doc/pagespec.mdwn +++ b/doc/pagespec.mdwn @@ -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 diff --git a/doc/todo/Support_wildcard_inside_of_link__40____41___within_a_pagespec.mdwn b/doc/todo/Support_wildcard_inside_of_link__40____41___within_a_pagespec.mdwn index 4197cece7..24f9054f7 100644 --- a/doc/todo/Support_wildcard_inside_of_link__40____41___within_a_pagespec.mdwn +++ b/doc/todo/Support_wildcard_inside_of_link__40____41___within_a_pagespec.mdwn @@ -41,3 +41,5 @@ That doesn't work in ikiwiki 2.1, but I have it } #}}} -- 1.5.1.1.g6aead + +Thanks! [[done]] --[[Joey]] |