05-28-2012, 01:25 PM | #1 |
Sigil developer
Posts: 1,274
Karma: 1101600
Join Date: Jan 2011
Location: UK
Device: Kindle PW, K4 NT, K3, Kobo Touch
|
Convert EPUB to HTML Zip extra meta text
When converting an EPUB to Zip format in calibre 0.8.53 for displaying online, the top level html file has some extra text added to the meta data for description that results in " /> being displayed on the first HTML page.
So with "My Description" in the Description metadata field in the EPUB, the html file contains this: <meta name="DC.description" content="<p class="description">My Description</p>" /> should just be this: <meta name="DC.description" content="My Description" /> Deleting the line is a workaround, but it would be nice if it could be fixed. Is there reason the Zip format is not called the HTML Zip format? When looking for a way to convert an EPUB to HTML I almost didn't see that Zip was really HTML Zip. I assume to try to minimize confusion with the HTMLZ format, but it does make it harder to find since once you find HTMLZ you assume that's the only HTML converter. |
05-28-2012, 01:31 PM | #2 |
creator of calibre
Posts: 44,566
Karma: 24495948
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
The zip output plugin was developed as a poor man's way of displaying ebooks with a simple webserver. As such the output is optimized for display in browsers. Dont use it if you want html output. Just unzip an epub, or if you want single file html, use htmlz.
If you want bugs fixed in it, you'll have to contact that plugin's author, his email address should be in the source. |
Advert | |
|
05-28-2012, 02:34 PM | #3 |
Sigil developer
Posts: 1,274
Karma: 1101600
Join Date: Jan 2011
Location: UK
Device: Kindle PW, K4 NT, K3, Kobo Touch
|
That's exactly what I want to use it for - to display a book online through a simple webserver.
I'll contact the author in case they don't see this. |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Convert HTML to MOBI (HTML recognized as ZIP file) | pdubois | Conversion | 1 | 01-25-2011 01:55 PM |
Complex HTML archive (ZIP), how to convert | Mixx | Calibre | 10 | 09-28-2010 01:29 PM |
Convert from HTML (zip) no longer working | alhscw | Calibre | 2 | 08-03-2010 02:07 PM |