From: Joey Hess Date: Thu, 8 Jan 2009 18:21:44 +0000 (-0500) Subject: new feature X-Git-Tag: 3.02~54 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4bc545cff9bfb6d0dc6c76df253becc4e6cc6721;p=ikiwiki.git new feature --- diff --git a/doc/todo/relative_pagespec_deficiency.mdwn b/doc/todo/relative_pagespec_deficiency.mdwn new file mode 100644 index 000000000..9fdfe74b1 --- /dev/null +++ b/doc/todo/relative_pagespec_deficiency.mdwn @@ -0,0 +1,6 @@ +While a relative pagespec like `./posts/*` will work, when used in a page +such as `bdale/blog`, you cannot do +`created_after(./posts/foo)` -- only `glob()` supports relative page +references. + +The other pagespec functions should too, where appropriate.