From: Joey Hess Date: Sun, 24 Feb 2008 21:50:58 +0000 (-0500) Subject: close X-Git-Url: https://scripts.mit.edu/gitweb/www/ikiwiki.git/commitdiff_plain/40a0b3e74889ec46824716cdfda770d370107669?hp=d4c7b44ea0cb77b40ffcd0a65d2d6caab0a69e09 close --- diff --git a/doc/bugs/inline_plugin_rootpage_option_is_not_case_insensitive.mdwn b/doc/bugs/inline_plugin_rootpage_option_is_not_case_insensitive.mdwn index f9c5c2344..e8f033aa4 100644 --- a/doc/bugs/inline_plugin_rootpage_option_is_not_case_insensitive.mdwn +++ b/doc/bugs/inline_plugin_rootpage_option_is_not_case_insensitive.mdwn @@ -1,3 +1,9 @@ If rootpage is "foo/Bar" and a directory "foo/bar" exists already, the new pages go into the "foo/Bar" directory instead of the existing "foo/bar". But maybe this is intended behavior? --rdennis + +> It is. Ikiwiki does not try to subvert the case sensativity of the +> filesystem. It just avoids you having to get the case right when +> referring to existing files, by wikilinks or pagespecs --[[Joey]] + +[[tag done]]