aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://anastigmatix.net/ <http://anastigmatix.net/@web>2014-10-15 22:53:41 -0400
committeradmin <admin@branchable.com>2014-10-15 22:53:41 -0400
commit0a6ca5c892de8696e89e699785dd34bac9ef11a0 (patch)
tree83684fb190c460f087953b49dd6a1e3e3f38cc54
parenta67e0d212c1205e288241deb8f83c46542930873 (diff)
downloadikiwiki-0a6ca5c892de8696e89e699785dd34bac9ef11a0.tar
ikiwiki-0a6ca5c892de8696e89e699785dd34bac9ef11a0.tar.gz
mention pagespec_alias patches
-rw-r--r--doc/plugins/contrib/pagespec_alias/discussion.mdwn14
1 files changed, 14 insertions, 0 deletions
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]]