Hacker News new | ask | show | jobs
by Spivak 3276 days ago
> Plain HTML isn't so good if you want to include images in your document or have multiple pages.

Am I missing something? This is practically the only thing that vanilla HTML is good at?

It seems like you could get all the benefits of EPUB with an archive of HTML files.

1 comments

EPUB is an archive of HTML files.

It has a handful of metadata files to tie all those HTML files together, but it is essentially a ZIP container full of HTML, CSS, JS, and images. Rename filename.epub to filename.zip and open it up some time.