Quote:
Originally Posted by theducks
I've never seen a good reason to work with a single, huge HTML file.
|
Not really germane to this topic but one place where it is useful is when I'm converting a book from Gutenberg's "peculiar" format to something more palatable. I use Sigil and what I do is unzip the epub, then pull in all of the html files into Sigil, then use Sigil's merge feature to combine them into one html file and change the suffix to xhtml. For whatever reason the Gutenberg files don't have each chapter in a separate html file. So then my next step is to prepend above the h<whatever> tags Sigil's split marker. Then tell Sigil to split at the markers.
Edit: I forgot to say that I replace everything above the start body tag with the corresponding stuff from a new sigil .xhtml file, so that it has the correct epub3 stuff.