]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/inline_plugin_rootpage_option_is_not_case_insensitive.mdwn
web commit by http://jblevins.org/: Update: unclosed redirection meta tags
[ikiwiki.git] / doc / bugs / inline_plugin_rootpage_option_is_not_case_insensitive.mdwn
index f9c5c2344eeecc05f3006d08f588b8b5804a54be..e8f033aa4e775afb654841f58e14119f10777e9f 100644 (file)
@@ -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]]