I have html/webpage files stored in a folder locally on my machine. I can view this content just fine using any browser. However, long term, I would prefer to have the contents stored inside of some kind of archive format (ZIP?). I could do this and manually extract the contents each time I want to view the pages. However, this has several disadvantages.
How I can view html/webpage files inside of an archive file with the following conditions:
Not having to manually extracted the contents each time
The contents should not be extracted into the same directory as the archive - it should go somewhere else like a system temp directory
Not having to extract ALL the contents just to view a few pages. I would like the solution to be able to only extract the contents necessary to render the current page being viewed