First of all, thank you very much for your help so far. I have fixed most of the errors... see below.
Quote:
Originally Posted by pdurrant
OK, I've downloaded from your web site again. It's incorrectly zipped - the book contents (especially mimetype) and nested in a couple of folders instead of being at the root level.
|
I don't know what is wrong in the zipping. This is how I do it in the bash file.
rm -f "$FILE"
zip -X0 "$FILE" mimetype
zip -X9Dr "$FILE" META-INF OEBPS
I have re-uploaded the latest version. Is it now correct?
Quote:
Originally Posted by pdurrant
Re-zipping correctly, lots of errors show up in content.opf - ids mustn't have spaces, and they must all be unique.
|
Fixed.
Quote:
Originally Posted by pdurrant
In the toc.ncx the play order sequence has gaps (it must be sequential).
|
I can not fix that. I want all the email to start at a new page (so it is a separate xhtml file) but I do not want them to show in the spine, neither in the TOC. If I remove the gaps, then the flow is incorrect, it goes from chapter to chapter, jumping over all the emails within them. What is the solution?
Quote:
Originally Posted by pdurrant
There are also still some name and id problems in the html.
|
Fixed.
Quote:
Originally Posted by pdurrant
In case you can't see them in epubcheck, I've added the error messages below.
|
I can now see the errors in epubcheck.
Quote:
Originally Posted by pdurrant
Now, it has been argued by some that epubcheck only checks whether and epub can pass epubcheck, and this is true - passing epubcheck doesn't mean your epub is perfect. It ssays nothing about the content, only that the syntax is (probably) good. But IMO, it's an essential start to pass epubcheck.
|
The only error is the gaps in toc.ncx (see above).
I think that I am almost there... Would you mind checking the file again and tell me what to do regarding the gaps. Thank you! Paul