문제

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...

도움이 되었습니까?

해결책

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:

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top