Earlier quoted context omitted.
Firefox still has it under File.
In the modern hamburger menu, it’s under “More”.
Show HN: Self-hosted offline Internet from your browsing history
51–60 of 166 posts
Re: Show HN: Self-hosted offline Internet from your browsing history
#52Earlier quoted context omitted.
I implemented some options for that purpose in SingleFile [1]. They allow you to save the page when you bookmark it and eventually replace the URL of the page with the file URI on your disk. [1] https://github.com/gildas-lormeau/SingleFile
Why a zip file instead of a WARC file? https://en.wikipedia.org/wiki/Web_ARChive
> Both WARC and MHTML require mutilatious modifications of the resources so that the resources can be "forced to fit" the format. At 22120, we believe this is not required
Re: Show HN: Self-hosted offline Internet from your browsing history
#53Earlier quoted context omitted.
Why a zip file instead of a WARC file? https://en.wikipedia.org/wiki/Web_ARChive
Because it's easier to produce and extract. The zip format also allows creating self-extracting files (I'm referring to SingleFileZ). I'm not sure this is possible with the WARC format.
Re: Show HN: Self-hosted offline Internet from your browsing history
#54Re: Show HN: Self-hosted offline Internet from your browsing history
#55Isn't this how the internet was supposed to work in the first place? I remember Netscape navigator having a 'go offline' icon in the corner.
https://www.google.com/amp/s/amp.theguardian.com/world/2014/...
Re: Show HN: Self-hosted offline Internet from your browsing history
#56Earlier quoted context omitted.
I remember that button, too, but I think it had more to do with connection charges than caching. In Netscape days, many people would have to pay by the minute to be connected to the internet. In those days, web pages generally contained far more information than they do now, and were less interactive. So you'd connect, load the content you wanted to see, disconnect, and then just sit there and read it for free, inste…
I'm not sure that was the use-case. With pre-DHTML HTML4, there really just wasn't anything on a page that could continue to interact with the server after the page finished loading. So, presuming the button was for your described use-case, what would the difference be between "going offline" and just... not clicking any more links? (It's not like Netscape could or should signal your modem to hang up — Netscape doesn…
These browsers were born in the era of dialup Internet that had per minute charges and/or long distance charges. At the very least you were tying up your family's phone line.
Basically it's like paying for every minute your cable modem is plugged in.
For the feature itself: Netscape had integration with the modem connectivity for the OS and would initiate a connection when you tried to visit a remote page. Offline mode let you disable automatic dialing of the modem.
Re: Show HN: Self-hosted offline Internet from your browsing history
#57Re: Show HN: Self-hosted offline Internet from your browsing history
#58Re: Show HN: Self-hosted offline Internet from your browsing history
#59Earlier quoted context omitted.
I remember that button, too, but I think it had more to do with connection charges than caching. In Netscape days, many people would have to pay by the minute to be connected to the internet. In those days, web pages generally contained far more information than they do now, and were less interactive. So you'd connect, load the content you wanted to see, disconnect, and then just sit there and read it for free, inste…
I'm not sure that was the use-case. With pre-DHTML HTML4, there really just wasn't anything on a page that could continue to interact with the server after the page finished loading. So, presuming the button was for your described use-case, what would the difference be between "going offline" and just... not clicking any more links? (It's not like Netscape could or should signal your modem to hang up — Netscape doesn…