]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/contrib/pagespec_alias/discussion.mdwn
mention pagespec_alias patches
[git.ikiwiki.info.git] / doc / plugins / contrib / pagespec_alias / discussion.mdwn
1 I've submitted a couple of patches in [this pull request](https://github.com/jmtd/ikiwiki/pull/1).
2 The first passes along whatever parameters are being supplied to the pagespec evaluation
3 (without which, specs like `user(alice)` don't work).
5 The second changes the "example" returned by `getsetup` to be an actual map, since I saw
6 that `--dumpsetup` can make use of that to produce a syntactically correct map example
7 in the YAML config file. An earlier commit comment suggested that once was a problem,
8 but it doesn't seem to be one now.
10 Only later did I notice this [[earlier discussion|todo/pagespec_aliases]] suggesting
11 that the problem with a map might have been in websetup - which I'm not using, so I don't
12 know if it would still be a problem there.
14 [[jcflack]]