Hi everybody,

I tried:

wget -nd -r -l1 -k -p
'http://www.medienwerkstatt-online.de/lws_wissen/index.php?level=3&kategorie_1=Technik+und+Umwelt&kategorie_2=Jahreszeiten&kategorie_3=Fr%FChling'

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>
 .
Problems are the '?' and the '%' which was used to code an umlaut.
Is it possible that these links are set correctly? Or maybe avoid the '?' and
'%' and replace them with e. g. '_' ?

2. Some file names are very long so that mkisofs -r -J won't work. Is it
possible to limit file name length?

Regards
-- 
Joachim Fahnenm�ller

Q:      What does a WASP Mom make for dinner?
A:      A crisp salad, a hearty soup, a lovely entree, followed by
        a delicious dessert.

Reply via email to