Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
there is now a patch for this too, in my repo
[git.ikiwiki.info.git]
/
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]]