diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-29 13:29:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-29 13:29:10 -0400 |
commit | 4d0b142412f5f9312ae47d891bd00ef73b283aa9 (patch) | |
tree | 402eb5ecd12ed7a940ee92ba713194e52beed05e /doc/bugs | |
parent | 494b36acd6b23502be9c907b2d3f7121c8f1576b (diff) | |
download | ikiwiki-4d0b142412f5f9312ae47d891bd00ef73b283aa9.tar ikiwiki-4d0b142412f5f9312ae47d891bd00ef73b283aa9.tar.gz |
response
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Filenames_with_colons_cause_problems_for_Windows_users.mdwn | 4 |
1 files changed, 4 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 289e3534f..8460f0c83 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 @@ -51,6 +51,10 @@ Windows does not support filenames containing any of these characters: `/ \ * : >>>> They'll suddenly change names. Well, I should finish frying my current fish >>>> before taking on something new, so I'll shut up now :). -- [[Will]] +>>>>> If `linkpage()` is changed to escape colons, then links to pages +>>>>> with literal colons in their names will stop working; ikiwiki will +>>>>> instead look for page names with escaped colons. --[[Joey]] + >>> So, I guess it has to be a config option, possibly defaulting on >>> when the OS is Windows. And if being able to checkout/etc the wiki >>> source on windows systems is desired, you'd have to remember to turn |