diff options
author | Joey Hess <joey@kitenet.net> | 2011-01-05 17:35:34 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-05 17:35:34 -0400 |
commit | 4391c41af29934f1fba9a0580a819a23d3fe30d6 (patch) | |
tree | bc1f81194589b9c07c4eeb834e3f653b98e1ffd9 | |
parent | d991ccf134acbc2eec83b8409a5911744f1956eb (diff) |
mention 2 remaining cases for completeness
leaving bug closed
-rw-r--r-- | doc/todo/want_to_avoid_ikiwiki_using_http_or_https_in_urls_to_allow_serving_both.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/todo/want_to_avoid_ikiwiki_using_http_or_https_in_urls_to_allow_serving_both.mdwn b/doc/todo/want_to_avoid_ikiwiki_using_http_or_https_in_urls_to_allow_serving_both.mdwn index 534a099b6..6ede7f91e 100644 --- a/doc/todo/want_to_avoid_ikiwiki_using_http_or_https_in_urls_to_allow_serving_both.mdwn +++ b/doc/todo/want_to_avoid_ikiwiki_using_http_or_https_in_urls_to_allow_serving_both.mdwn @@ -2,6 +2,18 @@ [[done]] again! :) +Actually, there are two places where the configured url is still hardcoded: + +1. When searching, all the links will use it. This is annoying to fix, + and we deem it not a problem. +2. When ikiwiki dies with an error, the links on the error page will + use it. Too bad :) + +------ + +## semi-old + + * CGI pages, with the exception of edit pages, set `<base>` to `$config{url}` |