]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/__96__wiki__95__file__95__chars__96___setting_not_propagated_to_CGI_wrapper.mdwn
close as user error
[ikiwiki.git] / doc / bugs / __96__wiki__95__file__95__chars__96___setting_not_propagated_to_CGI_wrapper.mdwn
index bf30145f911137587a003c06e9f31b08498d914d..f04b3404befa2c2da3892c1d6ae9873a9ab3d6bf 100644 (file)
@@ -16,3 +16,13 @@ I added this to the setup file and everything worked:
 
 Maybe the CGI wrapper should specially call `checkconfig`, which is
 the function responsible for updating `wiki_file_regexp`?
+
+--[[legoscia]]
+
+> You have to regrenerate the cgi wrapper after changing your setup file
+> for the configuration changes to take effect.
+> 
+> I tested it, setting `wiki_file_chars => "moocow"`,
+> running ikiwiki -refresh -wrappers my.setup, and looking at strings:
+> `'wiki_file_regexp' => qr/(?-xism:(^[moocow]+$))/`
+> So, this appears to have been user error. [[done]] --[[Joey]]