1 [[!tag wishlist]]I would quite like to be able to run ikiwiki in a "CGI-only" mode, where
2 every wikilink was routed via the cgi, and such "normal" page visits were rendered on the
3 fly by the CGI, a bit like edit-preview mode.
5 The reason I'd like this is I would like to have a number of parallel ikiwiki instances
6 running alongside my prime one, based on the same source repository; but with different
7 setup parameters (such as possibly different overlay or template directories, etc.).
9 I would still need to have multiple copies of the source repository (= separate `.ikiwiki`
10 directories, seperate locks); but I could use `git-relink` or shallow clones or various
11 other methods to limit the disk-space impact of that; what I want to avoid is multiple
12 *destination* directories, especially for what might be relatively throw-away experiments.
14 I imagine if this was possible, it would be hella-slow, but it would still be useful I
15 think (and might even help to highlight some of the pain points for future optimisation