View Single Post
Old 04-06-2020, 07:12 AM   #13
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,075
Karma: 147983159
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by PenguinCEO View Post
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
JSWolf is offline   Reply With Quote