aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/CGI_problem_with_some_webservers.mdwn
diff options
context:
space:
mode:
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-07-21 12:31:04 +0100
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-07-21 12:31:04 +0100
commit9c02d61d9bbc41705a5e32543b51261fad891095 (patch)
treea590b8be85eee86cff045118cb30c1539cbe7e3c /doc/bugs/CGI_problem_with_some_webservers.mdwn
parent6153fd6d88fd41ee12a850652a6903a17ae9edda (diff)
downloadikiwiki-9c02d61d9bbc41705a5e32543b51261fad891095.tar
ikiwiki-9c02d61d9bbc41705a5e32543b51261fad891095.tar.gz
Migrate doc/bugs via prefix_directives
This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
Diffstat (limited to 'doc/bugs/CGI_problem_with_some_webservers.mdwn')
-rw-r--r--doc/bugs/CGI_problem_with_some_webservers.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/bugs/CGI_problem_with_some_webservers.mdwn b/doc/bugs/CGI_problem_with_some_webservers.mdwn
index 1b09608c6..a40a454c1 100644
--- a/doc/bugs/CGI_problem_with_some_webservers.mdwn
+++ b/doc/bugs/CGI_problem_with_some_webservers.mdwn
@@ -1,5 +1,5 @@
The "ikwiki.cgi?page=index&do=edit" function has a problem
-when running with [[debpkg thttpd]] or [[debpkg mini-httpd]]:
+when running with [[!debpkg thttpd]] or [[!debpkg mini-httpd]]:
for some reason the headers ikiwiki outputs are transmitted
as the page content. Surprisingly, the "do=prefs" function
works as expected.
@@ -15,7 +15,7 @@ Here is what it looks like in iceweasel:
<html>
(...)
-Ikiwiki runs fine with [[debpkg boa]].
+Ikiwiki runs fine with [[!debpkg boa]].
--[[JeremieKoenig]]
@@ -64,6 +64,6 @@ Why do they appear two times with conflicting values in the very same hashes?
>>> where ikiwiki might output to stderr, and that's the right thing to do.
>>> So I don't see any way to address this in ikiwiki. --[[Joey]]
->>>> (reported as [[debbug 437927]] and [[debbug 437932]]) --[[JeremieKoenig]]
+>>>> (reported as [[!debbug 437927]] and [[!debbug 437932]]) --[[JeremieKoenig]]
Marking [[done]] since it's not really an ikiwiki bug. --[[Joey]]