How to create a proper ePub Zip file on the Mac
1) the first file must be the "mimetype" file (my ZipIt utility wants to reorder files, alpha, by name, rather than retaining the order that files are added into the archive).
2) that first file must NOT be compressed; the remaining files are to be compressed.
I did find one discussion on the web that says that the Applescript below will do it ... but I don't know applescript syntax and when I tried to create a script file it did not like anything that I substituted between the quotes.
=============================
zip -X0 "full path to new epub file" mimetype
and
zip -rDX9 "full path to new epub file" * -x "*.DS_Store" -x mimetype
=============================
Thanks in advance!!
Mini, Mac OS X (10.6.4), iPhones, iPods, iPad, MacBook Pro (10.5), PB G4 (10.4)