• Downloading webpages to view offline
    4 replies, posted
Do you guys know of any good "website downloaders" that I can use to view a webpage offline? I've tried a few on via googleing but none seem to be that good.
I used. [url]http://www.sparkleware.com/superbot/[/url]
Er... don't most any browser support downloading websites?
If you want to download a whole site you can use wget. In linux it sometimes comes natively. On a mac, just download the source files and compile it. On windows, just install cygwin and during the install you can ask if you would like to install wget. And what wget is, is a tool to download remote files onto a local machine but it's much more powerful. In wget run. wget -m <url>
And of course if you just want a single page+images, in your browser just hit Ctrl+S
Sorry, you need to Log In to post a reply to this thread.