projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8f7dcb
)
(no commit message)
author
Colin_Morey
<Colin_Morey@web>
Thu, 25 Aug 2011 08:46:52 +0000
(
04:46
-0400)
committer
admin
<admin@branchable.com>
Thu, 25 Aug 2011 08:46:52 +0000
(
04:46
-0400)
doc/ikiwiki/pagespec/discussion.mdwn
patch
|
blob
|
history
diff --git
a/doc/ikiwiki/pagespec/discussion.mdwn
b/doc/ikiwiki/pagespec/discussion.mdwn
index 1ffb89d6cd5328ea1fded24e5ad87ca5e6ccd307..b0d44874ab097fbf9297949cf6e384930a7f4b14 100644
(file)
--- a/
doc/ikiwiki/pagespec/discussion.mdwn
+++ b/
doc/ikiwiki/pagespec/discussion.mdwn
@@
-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