aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/inline_plugin_rootpage_option_is_not_case_insensitive.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-02-24 16:50:58 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-02-24 16:50:58 -0500
commit40a0b3e74889ec46824716cdfda770d370107669 (patch)
tree40319de4706e8fb5b14f82fad0c99513cbbed6e1 /doc/bugs/inline_plugin_rootpage_option_is_not_case_insensitive.mdwn
parentd4c7b44ea0cb77b40ffcd0a65d2d6caab0a69e09 (diff)
downloadikiwiki-40a0b3e74889ec46824716cdfda770d370107669.tar
ikiwiki-40a0b3e74889ec46824716cdfda770d370107669.tar.gz
close
Diffstat (limited to 'doc/bugs/inline_plugin_rootpage_option_is_not_case_insensitive.mdwn')
-rw-r--r--doc/bugs/inline_plugin_rootpage_option_is_not_case_insensitive.mdwn6
1 files changed, 6 insertions, 0 deletions
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]]