Quote:
Originally Posted by KevinH
For example the equivalent of a Publish button for Epub3 should now be possible:
Contents of automate01.txt
Code:
# start with Checkpoint save to prevent any data loss
RepoCommit
# run a basic well-formed test before running any advanced tools
WellFormedCheckEpub
# prettify any code and fix any remaining html errors
MendPrettifyHTML
# clean up
DeleteUnusedMedia
DeleteUnusedStyles
# make sure styles are valid
ValidateStylesheetsWithW3C
# make en epub3 that works with epub2 only readers
GenerateNCXGuideFromNav
#RemoveNCXGuideFromEpub3
UpdateManifestProperties
EpubCheck
Save
|
That routine is great!! Sigil 1.8 will be incredible!