diff options
author | Mich_Hein@757185527c4a9401c60f158c059d40255dbeacee <Mich_Hein@web> | 2016-01-15 17:36:51 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-01-15 17:36:51 -0400 |
commit | 430df83d095a81430c5bb5199b7c68eb8c42f0d3 (patch) | |
tree | 0dc7f2b6f4ec74d60b7c9fb3dd76f42d8ffe06c0 | |
parent | 10c2b5253bdde24407c0135d16029b1a013e4240 (diff) | |
download | ikiwiki-430df83d095a81430c5bb5199b7c68eb8c42f0d3.tar ikiwiki-430df83d095a81430c5bb5199b7c68eb8c42f0d3.tar.gz |
further invastigation on the rebuilding crash
-rw-r--r-- | doc/bugs/po_plugin_config_crasher.mdwn | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/po_plugin_config_crasher.mdwn b/doc/bugs/po_plugin_config_crasher.mdwn index a0014a347..22afa674d 100644 --- a/doc/bugs/po_plugin_config_crasher.mdwn +++ b/doc/bugs/po_plugin_config_crasher.mdwn @@ -9,3 +9,20 @@ I suspect the relevant configuration is this: Config problems in ikiwiki.setup should really not cause the whole site build to crash; this can make it hard to recover. --[[Joey]] + +--- +I try to setup a small site with the auto-blog.setup and played a bit with it: +If I activate the po plugin and set po_translateable_pages to something meaningful (like the example: '* and !*/Discussion'), +then I'll get the same error + + syntax error in pagespec "\"page(./posts/*)" + +but only after a second run of the ikiwiki --setup site.setup + +My try to get a clue: deleting any po and pot files and run the rebuild again - works fine +run the rebuild a second time - error as above + +tune any of the pagespec variables in the setup and at the inline directives of the blog or sidebar dosn't change anything +except leaving the po_translateable_pages empty, than the rebuild works and doesn't create any po files (as expected). + +Is this helpful or have I done anything stupid ? -- Michael |