aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Filenames_with_colons_cause_problems_for_Windows_users.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-27 17:03:11 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-27 17:03:11 +0000
commit67a4d88b7b05f56d19a0bad070d92ef10ea2b692 (patch)
tree0f8f102a511376e3c922957479dc1db5225080fb /doc/bugs/Filenames_with_colons_cause_problems_for_Windows_users.mdwn
parented54f94ee7824e6e0a7fc8ed9e411a3646514856 (diff)
downloadikiwiki-67a4d88b7b05f56d19a0bad070d92ef10ea2b692.tar
ikiwiki-67a4d88b7b05f56d19a0bad070d92ef10ea2b692.tar.gz
question
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, 4 insertions, 1 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 f4864d802..d373a367a 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
@@ -2,4 +2,7 @@
As reported by a Windows user trying ikiwiki: because Windows doesn't support filenames with colons, he couldn't check out the ikiwiki svn repository. More generally, ikiwiki doesn't encode colons in filenames for wiki pages, but to support Windows users perhaps it should.
-Windows does not support filenames containing any of these characters: `/ \ * : ? " < > |` \ No newline at end of file
+Windows does not support filenames containing any of these characters: `/ \ * : ? " < > |`
+
+> I take it this is a problem when checking out a wiki in windows, not when
+> browsing to urls that have colons in them from windows? --[[Joey]]