]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/websetup_eats_setupconf_and_allow__95__symlinks__95__before__95__srcdir.mdwn
blogspam: Fix encoding issue in RPC::XML call. Thanks, Changaco
[ikiwiki.git] / doc / bugs / websetup_eats_setupconf_and_allow__95__symlinks__95__before__95__srcdir.mdwn
index 2bf03daf5023e9f00a93e54d96a583c5f0992764..47063d5cfdc1607a239b7f99fa4b40fb22f4fd44 100644 (file)
@@ -6,3 +6,16 @@ To override an incorrectly guessed path, I set setupconf in the .setup file. I a
 > ikiwiki source tree. 
 > 
 > I've fixed the `allow_symlinks_before_srcdir` issue. --[[Joey]]
+
+I meant setupfile as in IkiWiki::Setup::dump($config{setupfile}) from IkiWiki/Plugin/websetup.pm
+
+Sorry for the confusion.
+
+> Ok, that's an internal setting that I never envisioned someone digging
+> out and setting in their setup file. It could be made an exported config
+> option, but then every generated setup file will have this setting in it,
+> which will be at best redundant.
+> 
+> Can you find another solution, such as a symlink, for your special case?
+
+I see your point. [[done]]