Hello. This is report on some wget bugs. My wgetdir command looks
the following (wget 1.9.1):
wget -k --proxy=off -e robots=off --passive-ftp -q -r -l 0 -np -U Mozilla $@

Bugs:

Command: "wgetdir http://www.directfb.org";.
Problem: In file "www.directfb.org/index.html" the hrefs of type
  "/screenshots/index.xml" was not converted to relative
  with "-k" option.

Command: "wgetdir http://threedom.sourceforge.net";.
Problem: In file "threedom.sourceforge.net/index.html" the
hrefs were not converted to relative with "-k" option.

Command: "wgetdir http://liarliar.sourceforge.net";.
Problem: Files are named as
  content.php?content.2
  content.php?content.3
  content.php?content.4
which are interpreted, e.g., by Nautilus as manual pages and are
displayed as plain texts. Could the files and the links to them
renamed as the following?
  content.php?content.2.html
  content.php?content.3.html
  content.php?content.4.html
After all, are those pages still php files or generated html files?
If they are html files produced by the php files, then it could
be a good idea to add a new extension to the files.

Command: "wgetdir 
http://www.newtek.com/products/lightwave/developer/lscript2.6/index.html";
Problem: Images are not downloaded. Perhaps because the image links
are the following:
  <image src="v26_2.jpg">

Regards,
Juhana

Reply via email to