Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Media files are dumped with wrong path #5

Open
clee opened this issue Oct 10, 2010 · 2 comments
Open

Media files are dumped with wrong path #5

clee opened this issue Oct 10, 2010 · 2 comments

Comments

@clee
Copy link

clee commented Oct 10, 2010

When converting an epub into a chook, like so:

peregrin book.epub book/

The images end up in book/OEBPS/images, and the CSS is in book/OEBPS/ instead of book/ which makes the links inside of the index.html not work.

@joseph
Copy link
Owner

joseph commented Oct 11, 2010

Thanks clee. Can you confirm that the EPUB file you're testing with passes epubcheck? If you're sure it's valid, can you outline here the directory structure inside the EPUB archive? And perhaps post the OPF XML in a gist?

I'm unable to replicate what you describe with a handful of the EPUBs I have here — but EPUB is such a variable beast that I might be missing a check somewhere.

@clee
Copy link
Author

clee commented Oct 11, 2010

There are errors from epubcheck (using v1.0.5 here), but they all say this:

ERROR: /Users/clee/Documents/Throne_of_Jade.epub/OEBPS/Novi_9780345493446_epub_cvi_r1.htm(6): attribute "value" not allowed at this point; ignored
ERROR: /Users/clee/Documents/Throne_of_Jade.epub/OEBPS/Novi_9780345493446_epub_tp_r1.htm(4): attribute "value" not allowed at this point; ignored
ERROR: /Users/clee/Documents/Throne_of_Jade.epub/OEBPS/Novi_9780345493446_epub_toc_r1.htm(4): attribute "value" not allowed at this point; ignored
ERROR: /Users/clee/Documents/Throne_of_Jade.epub/OEBPS/Novi_9780345493446_epub_ded_r1.htm(4): attribute "value" not allowed at this point; ignored
ERROR: /Users/clee/Documents/Throne_of_Jade.epub/OEBPS/Novi_9780345493446_epub_c01_r1.htm(4): attribute "value" not allowed at this point; ignored
ERROR: /Users/clee/Documents/Throne_of_Jade.epub/OEBPS/Novi_9780345493446_epub_c02_r1.htm(4): attribute "value" not allowed at this point; ignored
ERROR: /Users/clee/Documents/Throne_of_Jade.epub/OEBPS/Novi_9780345493446_epub_c03_r1.htm(4): attribute "value" not allowed at this point; ignored
ERROR: /Users/clee/Documents/Throne_of_Jade.epub/OEBPS/Novi_9780345493446_epub_c04_r1.htm(4): attribute "value" not allowed at this point; ignored
ERROR: /Users/clee/Documents/Throne_of_Jade.epub/OEBPS/Novi_9780345493446_epub_c05_r1.htm(4): attribute "value" not allowed at this point; ignored
ERROR: /Users/clee/Documents/Throne_of_Jade.epub/OEBPS/Novi_9780345493446_epub_c06_r1.htm(4): attribute "value" not allowed at this point; ignored
ERROR: /Users/clee/Documents/Throne_of_Jade.epub/OEBPS/Novi_9780345493446_epub_c07_r1.htm(4): attribute "value" not allowed at this point; ignored
ERROR: /Users/clee/Documents/Throne_of_Jade.epub/OEBPS/Novi_9780345493446_epub_c08_r1.htm(4): attribute "value" not allowed at this point; ignored
ERROR: /Users/clee/Documents/Throne_of_Jade.epub/OEBPS/Novi_9780345493446_epub_c09_r1.htm(4): attribute "value" not allowed at this point; ignored
ERROR: /Users/clee/Documents/Throne_of_Jade.epub/OEBPS/Novi_9780345493446_epub_c10_r1.htm(4): attribute "value" not allowed at this point; ignored
ERROR: /Users/clee/Documents/Throne_of_Jade.epub/OEBPS/Novi_9780345493446_epub_c11_r1.htm(4): attribute "value" not allowed at this point; ignored
ERROR: /Users/clee/Documents/Throne_of_Jade.epub/OEBPS/Novi_9780345493446_epub_c12_r1.htm(4): attribute "value" not allowed at this point; ignored
ERROR: /Users/clee/Documents/Throne_of_Jade.epub/OEBPS/Novi_9780345493446_epub_c13_r1.htm(4): attribute "value" not allowed at this point; ignored
ERROR: /Users/clee/Documents/Throne_of_Jade.epub/OEBPS/Novi_9780345493446_epub_c14_r1.htm(4): attribute "value" not allowed at this point; ignored
ERROR: /Users/clee/Documents/Throne_of_Jade.epub/OEBPS/Novi_9780345493446_epub_c15_r1.htm(4): attribute "value" not allowed at this point; ignored
ERROR: /Users/clee/Documents/Throne_of_Jade.epub/OEBPS/Novi_9780345493446_epub_c16_r1.htm(4): attribute "value" not allowed at this point; ignored
ERROR: /Users/clee/Documents/Throne_of_Jade.epub/OEBPS/Novi_9780345493446_epub_c17_r1.htm(4): attribute "value" not allowed at this point; ignored
ERROR: /Users/clee/Documents/Throne_of_Jade.epub/OEBPS/Novi_9780345493446_epub_bm1_r1.htm(4): attribute "value" not allowed at this point; ignored
ERROR: /Users/clee/Documents/Throne_of_Jade.epub/OEBPS/Novi_9780345493446_epub_ack_r1.htm(4): attribute "value" not allowed at this point; ignored
ERROR: /Users/clee/Documents/Throne_of_Jade.epub/OEBPS/Novi_9780345493446_epub_bm2_r1.htm(4): attribute "value" not allowed at this point; ignored
ERROR: /Users/clee/Documents/Throne_of_Jade.epub/OEBPS/Novi_9780345493446_epub_bm3_r1.htm(4): attribute "value" not allowed at this point; ignored
ERROR: /Users/clee/Documents/Throne_of_Jade.epub/OEBPS/Novi_9780345493446_epub_bm9_r1.htm(4): attribute "value" not allowed at this point; ignored
ERROR: /Users/clee/Documents/Throne_of_Jade.epub/OEBPS/Novi_9780345493446_epub_adc_r1.htm(4): attribute "value" not allowed at this point; ignored
ERROR: /Users/clee/Documents/Throne_of_Jade.epub/OEBPS/Novi_9780345493446_epub_cop_r1.htm(4): attribute "value" not allowed at this point; ignored

The structure looks like:
├── META-INF
│   └── container.xml
├── Novi_9780345493446_epub_ncx_r1.ncx
├── Novi_9780345493446_epub_opf_r1.opf
├── OEBPS
│   ├── Novi_9780345493446_epub_ack_r1.htm
│   ├── Novi_9780345493446_epub_adc_r1.htm
│   ├── Novi_9780345493446_epub_bm1_r1.htm
│   ├── Novi_9780345493446_epub_bm2_r1.htm
│   ├── Novi_9780345493446_epub_bm3_r1.htm
│   ├── Novi_9780345493446_epub_bm9_r1.htm
│   ├── Novi_9780345493446_epub_c01_r1.htm
│   ├── Novi_9780345493446_epub_c02_r1.htm
│   ├── Novi_9780345493446_epub_c03_r1.htm
│   ├── Novi_9780345493446_epub_c04_r1.htm
│   ├── Novi_9780345493446_epub_c05_r1.htm
│   ├── Novi_9780345493446_epub_c06_r1.htm
│   ├── Novi_9780345493446_epub_c07_r1.htm
│   ├── Novi_9780345493446_epub_c08_r1.htm
│   ├── Novi_9780345493446_epub_c09_r1.htm
│   ├── Novi_9780345493446_epub_c10_r1.htm
│   ├── Novi_9780345493446_epub_c11_r1.htm
│   ├── Novi_9780345493446_epub_c12_r1.htm
│   ├── Novi_9780345493446_epub_c13_r1.htm
│   ├── Novi_9780345493446_epub_c14_r1.htm
│   ├── Novi_9780345493446_epub_c15_r1.htm
│   ├── Novi_9780345493446_epub_c16_r1.htm
│   ├── Novi_9780345493446_epub_c17_r1.htm
│   ├── Novi_9780345493446_epub_cop_r1.htm
│   ├── Novi_9780345493446_epub_css_r1.css
│   ├── Novi_9780345493446_epub_cvi_r1.htm
│   ├── Novi_9780345493446_epub_ded_r1.htm
│   ├── Novi_9780345493446_epub_toc_r1.htm
│   ├── Novi_9780345493446_epub_tp_r1.htm
│   └── images
│   ├── Novi_9780345493446_epub_001_r1.jpg
│   ├── Novi_9780345493446_epub_002_r1.jpg
│   ├── Novi_9780345493446_epub_003_r1.jpg
│   ├── Novi_9780345493446_epub_004_r1.jpg
│   ├── Novi_9780345493446_epub_005_r1.jpg
│   ├── Novi_9780345493446_epub_006_r1.jpg
│   ├── Novi_9780345493446_epub_007_r1.jpg
│   ├── Novi_9780345493446_epub_cvi_r1.jpg
│   └── Novi_9780345493446_epub_cvt_r1.jpg
└── mimetype

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants