FYI: I've attached a new version to the first post.
One major change is that the plugin will now run EPUBCheck in JSON mode.
Advanced users can add the new
extra preference setting to EpubCheck.json to have the plugin output additional epub
3 information provided by EPUBCheck.
Code:
{
"extra": true,
...
}
The additional publication information looks like this:
The following entry:
Code:
isBackwardCompatible: False
will be
false if:
a) one of the following values is
true:
Code:
isScripted: False
hasFixedFormat: False
or
b) the book doesn't contain an .ncx file.