Convert HTML document to use relative links ?
- From: Andre Majorel <aym-naibed@xxxxxxxxx>
- Date: Wed, 3 Sep 2008 13:43:03 +0200
Is there is program to make all links relative in HTML documents
saved in wget -x fashion ? (http://foo.com/a/b.html saved as
./foo.com/a/b.html.)
For example,
- if ./foo.com/a/b.html contains <img src="/images/d.jpg">
and ./foo.com/images/d.jpg
exists, replace that tag <img src="../images/d.jpg">
- if ./foo.com/a/b.html contains <a href="http://bar.org/c.html">
and ./bar.org/c.html
exists, replace that tag by <a href="../../bar.org/c.html">
I know about wget -k and it doesn't do what I need. My goal is use
wget or some such to have an exact mirror of the web site and then
make a _copy_ of the mirror that can be navigated off-line.
Thanks in advance.
--
André Majorel <http://www.teaser.fr/~amajorel/>
bugs.debian.org, a spammer's favourite.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
- Follow-Ups:
- Re: Convert HTML document to use relative links ?
- From: Owen Townend
- Re: Convert HTML document to use relative links ?
- Prev by Date: Re: drag&drop mp3 encoding problem in KDE
- Next by Date: Re: Question about Raid/Boot
- Previous by thread: How to stop escaping in syslog (rsyslog and sysklogd)
- Next by thread: Re: Convert HTML document to use relative links ?
- Index(es):
Relevant Pages
|