> > They are different in that you want on-the-fly mode while > > authoring/translating, since it is fast (that was the original > > idea for livedocs), but you need to configure the bulk generation > > mode for mirror distribution. > > OK, so how would these two modes be different? Phpdoc needs to be > configured either way, the TOC needs to be built. The search index might > be the only stuff, that a quickviewer might not need...
Different only at configure time; for bulk mode you might want to specify the target format (if you're generating something like PDF with it one day) and output dirs. You might also want to tell it to create different archive formats for the downloadable manual etc. The core code that does the generation will be the same; it's just how it is harnessed that will be different. --Wez.
