View Single Post
Old 10-09-2013, 09:14 AM   #5
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,399
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
There is no raw html. This is an ebook editor, in other words you give it an ebook already in epub or azw3. And adding an import tool to process html files into epub with no changes is trivial calibre already does that, try adding an html file to calibre you will get a zip, with all linked files, images, styles and an autogenerated opf with no changes made anywhere (except for link rewriting). Just rename that zip to .epub and add in the boilerplate META-INF/content.xml and mimetype files and there you go -- an epub from html.

@JSWolf: In fact the above approach can be generalized to *all* ebook formats calibre can handle, including LIT.

Last edited by kovidgoyal; 10-09-2013 at 09:19 AM.
kovidgoyal is offline