]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/write.mdwn
* cgi hooks are now run before ikiwiki state is loaded.
[ikiwiki.git] / doc / plugins / write.mdwn
index 9c3a36b8fb516a72e0b3dbc01ad343348bd4173f..216cfa51c95a5dba9d1fbb49d0b5296afe8d821c 100644 (file)
@@ -222,8 +222,11 @@ 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 (including the http headers) and
-terminate the program.
+parameters, and if it will handle this CGI request, output a page
+(including the http headers) and terminate the program.
+
+Note that cgi hooks are called as early as possible, before any ikiwiki
+state is loaded, and with no session information.
 
 ### auth