Quote:
Originally Posted by PenguinCEO
I am writing a bash script to build an epub from a file folder. The focus of the script are the following lines of code:
Code:
zip -X0 ${FILENAME}.epub mimetype
zip -Xr9 ${FILENAME}.epub META-INF/
zip -Xr9 ${FILENAME}.epub oebps/
I would like to compare that code with a possible "standard". Where can I find a document that describes the standard of internal structure and file compression levels within an epub?
|
You can use ePubPack (Windows) to create your ePub from files. Here's the link to the MR thread.
https://www.mobileread.com/forums/sh...ad.php?t=84675