Question

I've read tons of similar questions in the Web, but found nothing that is acceptable for me. So, I'm looking for an html5+css+js solution for an offline use that looks similar to chm/pdf. My requirements:
1. All resources are stored in one single file, and I want to edit the source code directly and easily.
2. It's javascript-enabled and opened by the browser.
3. I don't need a built-in index/search functionality.
I tried to write something on my own, but it can't get rid of a serious memory leak...

Was it helpful?

Solution

MHTML would be an alternative. Here are some examples:

Another alternative would be SVG with data-uris to embed images and markup. Here are some examples:

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top