aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/cgi_wrapper_always_regenerated.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-12-23 05:58:15 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-12-23 05:58:15 +0000
commitbe81a25cc525680706a37d73cbe115e11d8a7a9a (patch)
tree7c95fcd380a6d559ccea2b4ae5c58db66391ebf0 /doc/bugs/cgi_wrapper_always_regenerated.mdwn
parent61b85443d1d8ec051597260a7b511db7ec66f6ca (diff)
downloadikiwiki-be81a25cc525680706a37d73cbe115e11d8a7a9a.tar
ikiwiki-be81a25cc525680706a37d73cbe115e11d8a7a9a.tar.gz
responses and doc improvement
Diffstat (limited to 'doc/bugs/cgi_wrapper_always_regenerated.mdwn')
-rw-r--r--doc/bugs/cgi_wrapper_always_regenerated.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/cgi_wrapper_always_regenerated.mdwn b/doc/bugs/cgi_wrapper_always_regenerated.mdwn
index 142a24db2..76819422b 100644
--- a/doc/bugs/cgi_wrapper_always_regenerated.mdwn
+++ b/doc/bugs/cgi_wrapper_always_regenerated.mdwn
@@ -5,3 +5,12 @@ Whenever I run ikiwiki with --setup with this same configuration, then each time
Should I use a different config? This is confusing because if I use a config without my cgi wrapper defined, I still have my left-over ikiwiki.cgi still in place (so CGI is enabled).
It seems wasteful to update each time when my goal is just to create the HTML pges (since the CGI didn't generate them) as noted in my other bug report.
+
+> If ikiwiki is run in refresh mode, it won't regnerate the wrapper. You
+> want to run it in refresh mode, because it's also wastful to rebuild all
+> the unchanged pages, which is done by default when setting up a wiki with
+> --setup.
+>
+> Example of refresh mode: `ikiwiki -setup ikiwiki.setup --refresh`
+>
+> Improved the docs slightly, so I'll call this [[bugs/done]] --[[Joey]]