Request review of my 'goto' branch
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>
Sat, 31 Jan 2009 18:37:48 +0000 (18:37 +0000)
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>
Sat, 31 Jan 2009 18:38:29 +0000 (18:38 +0000)
doc/todo/apache_404_ErrorDocument_handler.mdwn
doc/todo/generic___39__do__61__goto__39___for_CGI.mdwn

index b200ff3b22d2cf0f54c136e94543d694b62d7e43..e3dd7c3455a05164f827fd5c691bba04e7c7c8e1 100644 (file)
@@ -15,4 +15,4 @@ successful requests.
 Due to [a well-known MSIE misfeature](http://support.microsoft.com/default.aspx?scid=kb;en-us;Q294807),
 error output needs to be at least 512 bytes long, so some padding might also be required.
 
-I'm happy to write such a script if there is interest. --[[smcv]]
+Implemented in the 'goto' branch in my git repository. --[[smcv]]
index 1828f0a7bbdbec2ee8bf91655603c8db100128f0..1276c8e6a4b886f1c6d111ffde59f374c34d4500 100644 (file)
@@ -6,4 +6,5 @@ the same for users. For now I've just cloned the functionality into the comments
 plugin, but perhaps this functionality could be renamed to `do=goto` or
 something, and moved to `IkiWiki/CGI.pm`?
 
-If there's general approval I'm happy to write a patch. --[[smcv]]
+> Now implemented as the 'goto' branch in my git repository, along with
+> [[apache_404_ErrorDocument_handler]]. --[[smcv]]