Quote:
Originally Posted by kkkkkk
When I open an EPUB converted from KFX using Sigil, the following warning pops up:
"Warning: This EPUB had HTML files that were not well formed or are missing a DOCTYPE, html, head or body elements."
I noticed that the XHTML files are missing the modern web standard <!DOCTYPE html>.
|
DOCTYPE is optional in EPUB 3, but since it does not hurt to include it I will change the plugin to do so in the next release.
Quote:
Originally Posted by kkkkkk
Additionally, I would like to know what the reason is for setting PLACE_FILES_IN_SUBDIRS = False to disable the categorized resource folder structure?
|
There were occasional problems with the linkages between files for some books when they were placed in separate folders. Since there is no technical advantage to separating them it was easiest to resolve that by just keeping them together.