Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Applications > Website Copier

Website Copier
Thread Tools
Mac Enthusiast
Join Date: May 2003
Location: Houston, TX
Status: Offline
Reply With Quote
Apr 8, 2005, 10:12 AM
 
Does anyone know of a Mac freeware that will let me copy websites to my hard drive and browse them offline? I used to use httrack when I was on my PC but have not found an equivalent on the Mac. Thanks,
     
Mac Elite
Join Date: Mar 2001
Location: Madison, WI
Status: Offline
Reply With Quote
Apr 8, 2005, 12:53 PM
 
If you still have IE5, you can save a site as a "web archive". That's about the only thing I use it for now--no other browser or shareware seems to have duplicated that function as well as IE did.
I do not like those green links and spam.
I do not like them, Sam I am.
     
Mac Elite
Join Date: Sep 2000
Location: Tempe, AZ
Status: Offline
Reply With Quote
Apr 8, 2005, 02:37 PM
 
You can do this from the command line using wget. You can use Fink to download wget. Install Fink, follow its set-up instructions, then do "fink install wget".

Once you've gotten it, use "man wget" to see the help for wget, or google it for instructions.

I'm sure there's an easier way, though.
Geekspiff - generating spiffdiddlee software since before you began paying attention.
     
Mac Elite
Join Date: Apr 2002
Location: Illinois
Status: Offline
Reply With Quote
Apr 8, 2005, 03:13 PM
 
Search MacUpdate for Deep Vacuum (a wget frontend) Or WebGrabber.
     
Mac Elite
Join Date: Oct 2000
Location: Seattle
Status: Offline
Reply With Quote
Apr 10, 2005, 02:39 AM
 
If you do use wget, this will download the whole site and convert the links for local viewing:

wget -r --convert-links -D thesite.com -p http://thesite.com

replace thesite.com with the actual domain name of course.

You will also want to create a folder to hold the files and cd into that folder first.

So the whole thing might be like this:

cd ~/Sites
mkdir offline
cd offline
wget -r --convert-links -D thesite.com -p http://thesite.com
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 11:21 AM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2