aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Filenames_with_colons_cause_problems_for_Windows_users.mdwn
diff options
context:
space:
mode:
authorJoeRayhawk <JoeRayhawk@web>2009-06-09 18:37:58 -0400
committerJoey Hess <joey@kitenet.net>2009-06-09 18:37:58 -0400
commit9d0b13bb2b88d625ffafa8d253e03800728dcad2 (patch)
tree4b6aaae8e4ca4b11eb1f2dd7da29217f4baf6570 /doc/bugs/Filenames_with_colons_cause_problems_for_Windows_users.mdwn
parent48a5f9f2d8daef8c16b3e4b00511e00eaa0fa024 (diff)
downloadikiwiki-9d0b13bb2b88d625ffafa8d253e03800728dcad2.tar
ikiwiki-9d0b13bb2b88d625ffafa8d253e03800728dcad2.tar.gz
More NTFS filename compatability problems.
Diffstat (limited to 'doc/bugs/Filenames_with_colons_cause_problems_for_Windows_users.mdwn')
-rw-r--r--doc/bugs/Filenames_with_colons_cause_problems_for_Windows_users.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/Filenames_with_colons_cause_problems_for_Windows_users.mdwn b/doc/bugs/Filenames_with_colons_cause_problems_for_Windows_users.mdwn
index 0fccd1dcb..7559e6d0a 100644
--- a/doc/bugs/Filenames_with_colons_cause_problems_for_Windows_users.mdwn
+++ b/doc/bugs/Filenames_with_colons_cause_problems_for_Windows_users.mdwn
@@ -68,3 +68,8 @@ Windows does not support filenames containing any of these characters: `/ \ * :
>>> ikiwiki on windows, including its assumption that the directory
>>> separator is "/". Windows will be supported when someone sends me a
>>> comprehansive and not ugly or performance impacting patch. :-) --[[Joey]]
+
+> Speaking of Windows filename problems, how do I keep directories ending in a
+> period from being created? The following didn't seem to work.
+> `wiki_file_chars => "-[:alnum:]+/._",`
+> `wiki_file_regex => '[-[:alnum:]+_]$',`