aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/W3MMode_still_uses_http:__47____47__localhost__63__.mdwn
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawlkQOG_UxmAVOjXBQJLpiBmBWXEiTL9PYw <Terry@web>2011-12-02 14:23:07 -0400
committeradmin <admin@branchable.com>2011-12-02 14:23:07 -0400
commitb4d54c155aca64f12673103f7eeae97606d06d28 (patch)
treeedff34b812ad9003011f6bb72a911648540df874 /doc/bugs/W3MMode_still_uses_http:__47____47__localhost__63__.mdwn
parentcd76576d4d439be27420c4e9a90b6dcbe4744f02 (diff)
downloadikiwiki-b4d54c155aca64f12673103f7eeae97606d06d28.tar
ikiwiki-b4d54c155aca64f12673103f7eeae97606d06d28.tar.gz
Diffstat (limited to 'doc/bugs/W3MMode_still_uses_http:__47____47__localhost__63__.mdwn')
-rw-r--r--doc/bugs/W3MMode_still_uses_http:__47____47__localhost__63__.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/bugs/W3MMode_still_uses_http:__47____47__localhost__63__.mdwn b/doc/bugs/W3MMode_still_uses_http:__47____47__localhost__63__.mdwn
index 270b909a9..64b6ef2ed 100644
--- a/doc/bugs/W3MMode_still_uses_http:__47____47__localhost__63__.mdwn
+++ b/doc/bugs/W3MMode_still_uses_http:__47____47__localhost__63__.mdwn
@@ -7,3 +7,14 @@ ikiwiki version is 3.20110715ubuntu1.
w3m is 0.5.3.
-- [[terry|tjgolubi]]
+
+I made it work, though probably not completely, by renaming
+~/.ikiwiki/wrappers/ikiwiki.cgi to ikiwiki2.cgi and replacing it with:
+
+ #!/bin/bash
+ /home/tjgolubi/.ikiwiki/wrappers/ikiwiki2.cgi $* | sed -e 's,http://localhost,file://,g'
+
+I'm afraid that this hack may have bad side-effects, but I hope it points you to the cause/solution.
+Of course, the next time I rerun ikiwiki --setup, it will overwrite my wrapper-wrapper.
+
+-- [[terry|tjgolubi]]