Colin_Morey 2011-08-25 04:46:52 -04:00 committed by admin
parent c8f7dcbc31
commit 1c34fddec5
1 changed files with 6 additions and 0 deletions

View File

@ -132,3 +132,9 @@ any ideas?
> pagespec look? I can imagine it supporting something like `glob(../*) and not
> glob(../*/*)` to match all "directories" of the parent page, and so on up
> to the root. --[[Joey]]
>> I don't know, perhaps some way of nesting pagespecs
>>> glob(../* unless $_ eq 'second level item'{ glob 'second level item'/*})
>> but that could get messy, perhaps a new cmd 'pagetree' or something
>> might be better? --Colin