View Single Post
Old 06-07-2009, 01:44 PM   #13
zelda_pinwheel
zeldinha zippy zeldissima
zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.
 
zelda_pinwheel's Avatar
 
Posts: 27,827
Karma: 921169
Join Date: Dec 2007
Location: Paris, France
Device: eb1150 & is that a nook in her pocket, or she just happy to see you?
Quote:
Originally Posted by Jellby View Post
What I do is:

#create MyBook.epub only with "mimetype", without compression (as per spec)
zip -X0 MyBook.epub mimetype

#add the rest of the files with maximum compression
zip -X9Dr MyBook.epub META-INF OEBPS
if you don't want to use the commande line, you can also just create an empty zip archive, and put the mimetype in there alone as the first file (no compression). then add all the others afterward. that is what i do.

(or just create a zip of the mimetype, and add the other files in a second operation).
zelda_pinwheel is offline   Reply With Quote