Thomas Allen <[email protected]> wrote: > On Feb 18, 4:51 am, alex23 <[email protected]> wrote: > > On Feb 18, 7:34 pm, [email protected] wrote: > > > > > Yeah, but wget -r -k will do that bit of it, too. > > > > Wow, nice, I don't know why I never noticed that. Cheers! > > Hm...doesn't do that over here. I thought it may have been because of > absolute links (not to site root), but it even leaves things like <a > href="/">. Does it work for you guys?
It works for me. The sample pages I just tested on it don't use any href="/" links, but my 'href="/about.html"' got properly converted to 'href="../about.html"'. (On the other hand my '/contact.html' got converted to a full external URL...but that's apparently because the contact.html file doesn't actually exist :) --RDM -- http://mail.python.org/mailman/listinfo/python-list
