]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/inline_plugin_rootpage_option_is_not_case_insensitive.mdwn
greatly simplified test case
[ikiwiki.git] / doc / bugs / inline_plugin_rootpage_option_is_not_case_insensitive.mdwn
1 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".
2
3 But maybe this is intended behavior? --rdennis
4
5 > It is. Ikiwiki does not try to subvert the case sensativity of the
6 > filesystem. It just avoids you having to get the case right when
7 > referring to existing files, by wikilinks or pagespecs --[[Joey]] 
8
9 [[tag done]]