From: http://anastigmatix.net/ Date: Thu, 16 Oct 2014 02:53:41 +0000 (-0400) Subject: mention pagespec_alias patches X-Git-Tag: debian/3.20141016~16 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/0a6ca5c892de8696e89e699785dd34bac9ef11a0?ds=inline;hp=-c mention pagespec_alias patches --- 0a6ca5c892de8696e89e699785dd34bac9ef11a0 diff --git a/doc/plugins/contrib/pagespec_alias/discussion.mdwn b/doc/plugins/contrib/pagespec_alias/discussion.mdwn new file mode 100644 index 000000000..fe0e1e1c4 --- /dev/null +++ b/doc/plugins/contrib/pagespec_alias/discussion.mdwn @@ -0,0 +1,14 @@ +I've submitted a couple of patches in [this pull request](https://github.com/jmtd/ikiwiki/pull/1). +The first passes along whatever parameters are being supplied to the pagespec evaluation +(without which, specs like `user(alice)` don't work). + +The second changes the "example" returned by `getsetup` to be an actual map, since I saw +that `--dumpsetup` can make use of that to produce a syntactically correct map example +in the YAML config file. An earlier commit comment suggested that once was a problem, +but it doesn't seem to be one now. + +Only later did I notice this [[earlier discussion|todo/pagespec_aliases]] suggesting +that the problem with a map might have been in websetup - which I'm not using, so I don't +know if it would still be a problem there. + +[[jcflack]]