Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mdelaney123

macrumors regular
Original poster
Jul 22, 2004
132
1
Anyone know of a software program that will save a web site locally to my iBook so I can view the site when I am not connected to the internet?

Thanks...
 
firefox has an option to "save as..." a complete webpage, if you wanted a few pages...
 
/Applications/Utilities/Terminal

Then I am *fairly* sure that wget is installed in OSX by default so if you get an error saying the below can't be ran for whatever reason then it's a different story but hopefully it is as easy as:

Code:
wget -m -k http://yourwebsite.com

You might want to

Code:
mkdir yourwebsite.com

Then

Code:
cd yourwebsite.com

First though.
 
I second that

Web devil is great, very simple, clean easy to use. Is very thorough. Hope that helps.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.