EPUB internal file structure
I noticed a difference in behavior about naming the html files inside the EPUB archive.
(a) long-file-name.HTML -> author-title-filename.EPUB
The EPUB file has a list of HTML files named long-file-name-split-000.html etc.
(b) long-file-name.HTML -> author-title-filename.AZW3 -> author-title-filename.EPUB
The EPUB file has a text folder with a list of HTML files named part000.html etc.
I do not like what happens at (a): the internal html files should have simple names, as in (b). What can I do to change this behavior? Is there an option somewhere that I missed?
|