projects
/
ikiwiki
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
[ikiwiki]
/
doc
/
todo
/
relative_pagespec_deficiency.mdwn
1
While a relative pagespec like `./posts/*` will work, when used in a page
2
such as `bdale/blog`, you cannot do
3
`created_after(./posts/foo)` -- only `glob()` supports relative page
4
references.
5
6
The other pagespec functions should too, where appropriate.
7
8
[[done]]