How exactly can I do this:

There is a website I wish to mirror. It has many pages and images and
it uses CSS.

I wish to run wget and have it:
1) download all HTML/CSS/images
2) uses local references so <A
HREF="http://site.org/images/image.jpg";> will be saved as <A
HREF="images/image.jpg">
3) do the same thing for CSS etc.

I am not sure how many levels of links the site has but it is a lot so
I want to be sure to get them all.

So when the site is saved locally all the links will work and be local
links, even if one of the pages is setup to use <A
HREF="http://site.org/html/setup.html";> it will be saved locall as "A
HREF="html/setup.html">

Thanks!
Zach


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to