]> scripts.mit.edu Git - www/ikiwiki.git/commitdiff
web commit by TaylorKillian
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 7 Jul 2007 04:11:18 +0000 (04:11 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 7 Jul 2007 04:11:18 +0000 (04:11 +0000)
doc/plugins/write.mdwn

index 25ea8a98e289dc5b620b59b9d027e1f9767a0546..8f0a99acbef2a8ae30b97b4f0c002c684f301339 100644 (file)
@@ -181,7 +181,7 @@ source files that were rendered.
 
 Use this to hook into ikiwiki's cgi script. Each registered cgi hook is
 called in turn, and passed a CGI object. The hook should examine the
-parameters, and if it will handle this CGI request, output a page and
+parameters, and if it will handle this CGI request, output a page (including the http headers) and
 terminate the program.
 
 ### auth