Quote:
Originally Posted by PenguinCEO
I don't use windows. The thread has a standard, not a program, as its argument. In any case: have you read the ePubPack code? Can you guarantee that it fully complies with the standard?
|
Hmmm... epubpack stores the mimetype file uncompressed and uses deflate compression on the other files, it creates the META-INF directory and uses it to store the meta-inf reserved files including the ones I've never seen in the wild but created for testing. If epubpack did error checking, it would have abended on that particular test.
If you want to take a look at epubpack's code, check it's
SourceForge page.
After that, if you are feeling really bored or suffering from insomnia

, check the
EPUB Open Container Format (OCF) 3.2 from the
www.w3.org website.