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&amp;kategorie_1=Technik+und+Umwelt&amp;kategorie_2=Jahreszeiten&amp;kategorie_3=Fr%FChling">Fr�hling</a>
>  .
> This one doesn't work, it should read
> <a
> href="index.php%3Flevel=3&amp;kategorie_1=Technik+und+Umwelt&amp;kategorie_2=Jahreszeiten&amp;kategorie_3=Fr&#25FChling">Fr�hling</a>
>  .

If you use -E/--html-extension, '?' will be changed to %3F.

In Wget 1.10-beta [1], a literal '%' in file name is changed to %25,
which should always work.

> 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

Reply via email to