From 66cb6baf4e205886bfbac8d90d1adc2b791102a2 Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 30 May 2007 19:54:08 +0000 Subject: * Apply a patch from Carl Worth adding support for using globs in link() in a PageSpec. --- doc/pagespec.mdwn | 2 +- .../Support_wildcard_inside_of_link__40____41___within_a_pagespec.mdwn | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') 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]] -- cgit v1.2.3