aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-01-31 14:55:14 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-01-31 14:55:14 -0500
commit2524903dc60d678cca7496a58cecd5cd97a72ad2 (patch)
tree26e3df7ee37cb7c25332993344d6bb33385aee69
parentf4dd02f00ae5255641b49d60e971f6f298f6a98f (diff)
downloadikiwiki-2524903dc60d678cca7496a58cecd5cd97a72ad2.tar
ikiwiki-2524903dc60d678cca7496a58cecd5cd97a72ad2.tar.gz
comments
-rw-r--r--doc/todo/generic___39__do__61__goto__39___for_CGI.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/todo/generic___39__do__61__goto__39___for_CGI.mdwn b/doc/todo/generic___39__do__61__goto__39___for_CGI.mdwn
index 1276c8e6a..2c308d086 100644
--- a/doc/todo/generic___39__do__61__goto__39___for_CGI.mdwn
+++ b/doc/todo/generic___39__do__61__goto__39___for_CGI.mdwn
@@ -8,3 +8,13 @@ something, and moved to `IkiWiki/CGI.pm`?
> Now implemented as the 'goto' branch in my git repository, along with
> [[apache_404_ErrorDocument_handler]]. --[[smcv]]
+
+>> Looks good, the only things I wonder are:
+>> * Should it be a separate plugin? In particular `cgi_page_from_404()` is
+>> pretty big, and only works if apache is configured so seems somewhat
+>> pluginaable.
+>> * I wish there were some way to generalize the workaround for the stupid
+>> MSIE behavior. Actually, I wish we could ignore the MSIE stupidity,
+>> as I tend to do, but perhaps it's too stupid in this case for that to
+>> fly..
+>> --[[Joey]]