Re: problem downloading images from Zope documentation pages

2004-01-14 Thread Hrvoje Niksic
[EMAIL PROTECTED] writes:

> I'm trying to download the documentation for the Zope application
> server, at http://zope.org/Documentation/Books/ZopeBook/2_6Edition/,
> and I'm having problems getting the images.  For example, when I run
> the following command:
>
>   /usr/bin/wget -kp \
> http://zope.org/Documentation/Books/ZopeBook/2_6Edition/Preface.stx
>
> the only files I get are the HTML page itself and the robots.txt file.
> I don't get any of the referenced images.

For whatever reason, zope.org's robots.txt disallows the use of Wget
on the site.  You need to use `-e robots=off' to download anything off
zope.org using `-r' or `-p'.

> /usr/bin/wget is version 1.8.1, and is part of the Debian 3.0
> distribution that I'm running.

It's a good idea to upgrade to a later version.


problem downloading images from Zope documentation pages

2003-12-23 Thread rupert . bug-wget
Hi.

I'm trying to download the documentation for the Zope application
server, at http://zope.org/Documentation/Books/ZopeBook/2_6Edition/,
and I'm having problems getting the images.  For example, when I run
the following command:

  /usr/bin/wget -kp \
http://zope.org/Documentation/Books/ZopeBook/2_6Edition/Preface.stx

the only files I get are the HTML page itself and the robots.txt file.
I don't get any of the referenced images.

/usr/bin/wget is version 1.8.1, and is part of the Debian 3.0 distribution
that I'm running.  I downloaded and compiled wget 1.9.1 and tried the
same command with this newer version, and I got exactly the same result.

Can anyone explain why wget isn't fetching the images from this page,
or suggest how I could make wget fetch them?

Regards,

Ronan.