diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-07 17:49:17 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-07 17:49:17 +0000 |
commit | 5813066cdccb6b5db23624ead63a5b103284218e (patch) | |
tree | 352799ef6ef97c3381a86fc6535b958aaedb10d1 | |
parent | 89b2c0cbcc6d6f3d5b114d0a3f349fb591306db3 (diff) |
web commit by http://ethan.betacantrips.com/: respones
-rw-r--r-- | doc/todo/pagespec_expansions.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/todo/pagespec_expansions.mdwn b/doc/todo/pagespec_expansions.mdwn index 9915d8b3b..0ac2d8e3c 100644 --- a/doc/todo/pagespec_expansions.mdwn +++ b/doc/todo/pagespec_expansions.mdwn @@ -48,6 +48,8 @@ I can see why it might not be much of an improvement. :) --Ethan >>> Ah.. in that case, why not use "a/b/* and !a/b/*/*" ? No need for a new >>> symbol. --[[Joey]] +>>>> I know it's not necessary, but it would be helpful. --Ethan + OK, I took a shot at implementing the changes. I was thinking about making pagespecs relative by default but I couldn't decide whether page `foo/bar` inlining `*` should match `foo/bar/*` or `foo/*`. @@ -114,6 +116,12 @@ and you can see it work at >>> of deeply nested subdirs. >>> --[[Joey]] +>>>> Context-dependence was my conclusion too. My feeling is that inlining +>>>> in a subdirectory of the current page is more common, but I don't +>>>> really know. However, I think the changes as written should work OK +>>>> with my index patch and allowing inlining from a/b/c/, so I'm +>>>> satisfied. --Ethan + > I've committed support for ./ to ikiwiki now, based on your patch. > --[[Joey]] |