On Thu, Apr 28, 2005 at 11:43:31PM +0200, Hrvoje Niksic wrote: > Joachim Fahnenmueller <[EMAIL PROTECTED]> writes: > > > The page contains many links with PHP targets similar to above. > > Wget downloaded all the linked files, pictures etc correctly, but > > then I had two problems: > > > > 1. Some local links don't work. E. g. one of the downloaded pages is saved > > as > > index.php?level=3&kategorie_1=Technik+und+Umwelt&kategorie_2=Jahreszeiten&kategorie_3=Fr%FChling > > and another one contains a link > > <a > > href="index.php?level=3&kategorie_1=Technik+und+Umwelt&kategorie_2=Jahreszeiten&kategorie_3=Fr%FChling">Fr�hling</a> > > . > > This one doesn't work, it should read > > <a > > href="index.php%3Flevel=3&kategorie_1=Technik+und+Umwelt&kategorie_2=Jahreszeiten&kategorie_3=FrFChling">Fr�hling</a> > > . > > If you use -E/--html-extension, '?' will be changed to %3F.
OK, that did it. > > In Wget 1.10-beta [1], a literal '%' in file name is changed to %25, > which should always work. I'll try it when I have time. > > > 2. Some file names are very long so that mkisofs -r -J won't work. Is it > > possible to limit file name length? > > Not at this time, sorry. > > > [1] > Get it from > ftp://ftp.deepspace6.net/pub/ds6/sources/wget/wget-1.10-alpha3.tar.bz2 Thanks a lot! -- Joachim Fahnenm�ller "Professional certification for car people may sound like an oxymoron." -The Wall Street Journal, page B1, Tuesday, July 17, 1990.
