Re: errno patches for Windows

2003-10-17 Thread Hrvoje Niksic
Gisle Vanem [EMAIL PROTECTED] writes: #ifndef ENOTCONN # define ENOTCONN X_ENOTCONN #endif Except you cannot make Winsock return X_ENOTCONN. But we don't really care because we're in control of what gets stores into errno after Winsock calls. So instead of: errno = WSAGetLastError ();

RE: Wget 1.9-rc1 available for testing

2003-10-17 Thread Herold Heiko
Windows MSVC binary at http://xoomer.virgilio.it/hherold/ Heiko -- -- PREVINET S.p.A. www.previnet.it -- Heiko Herold [EMAIL PROTECTED] -- +39-041-5907073 ph -- +39-041-5907472 fax -Original Message- From: Hrvoje Niksic [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 4:42

Re: Wget 1.8.2 bug

2003-10-17 Thread Hrvoje Niksic
??? ?? [EMAIL PROTECTED] writes: I've seen pages that do that kind of redirections, but Wget seems to follow them, for me. Do you have an example I could try? [EMAIL PROTECTED]:~/ /usr/local/bin/wget -U All.by -np -r -N -nH --header=Accept-Charset: cp1251, windows-1251, win,

Re: Wget 1.8.2 bug

2003-10-17 Thread Tony Lewis
Hrvoje Niksic wrote: Incidentally, Wget is not the only browser that has a problem with that. For me, Mozilla is simply showing the source of http://www.minskshop.by/cgi-bin/shop.cgi?id=1cookie=set, because the returned content-type is text/plain. On the other hand, Internet Explorer will

Re: Wget 1.8.2 bug

2003-10-17 Thread Hrvoje Niksic
Tony Lewis [EMAIL PROTECTED] writes: Hrvoje Niksic wrote: Incidentally, Wget is not the only browser that has a problem with that. For me, Mozilla is simply showing the source of http://www.minskshop.by/cgi-bin/shop.cgi?id=1cookie=set, because the returned content-type is text/plain. On

wget downloading a single page when it should recurse

2003-10-17 Thread Philip Mateescu
Hi, I'm having a problem with wget 1.8.2 cygwin and I'm almost ready to swear it once worked... I'm trying to download the php manual off the web using this command: $ wget -nd -nH -r -np -p -k -S http://us4.php.net/manual/en/print/index.php Here's the result: --10:12:15--

Re: wget downloading a single page when it should recurse

2003-10-17 Thread Aaron S. Hawley
The HTML of those pages contains the meta-tag meta name=robots content=noindex,nofollow / and Wget listened, and only downloaded the first page. Perhaps Wget should give a warning message that the file contained a meta-robots tag, so that people aren't quite so dumb-founded. /a On Fri, 17 Oct

Re: wget downloading a single page when it should recurse

2003-10-17 Thread Philip Mateescu
Thanks! A warning message would be nice when for not so obvious reasons wget doesn't behave as one would expect. I don't know if there are other tags that could change wget's behavior (like -r and meta name=robots do), but if they happen it would be useful to have a message. Thanks again!

Re: wget downloading a single page when it should recurse

2003-10-17 Thread Tony Lewis
Philip Mateescu wrote: A warning message would be nice when for not so obvious reasons wget doesn't behave as one would expect. I don't know if there are other tags that could change wget's behavior (like -r and meta name=robots do), but if they happen it would be useful to have a message.

Re: wget downloading a single page when it should recurse

2003-10-17 Thread Hrvoje Niksic
Aaron S. Hawley [EMAIL PROTECTED] writes: The HTML of those pages contains the meta-tag meta name=robots content=noindex,nofollow / and Wget listened, and only downloaded the first page. Perhaps Wget should give a warning message that the file contained a meta-robots tag, so that people

Re: Wget 1.9 about to be released

2003-10-17 Thread Hrvoje Niksic
In case you're curious, I'm still waiting for a response from the GNU people. If I don't hear from them soon, I'll release 1.9 anyway and put it on a private FTP site. That way there will be a release for Noel to package for Debian and we can watch the fun as the bug reports start pouring.

wget syntax for extension reject

2003-10-17 Thread Patrick Robinson
Hello, would someone be so kind to tell me the exact syntax to tell wget which extensions it should reject, e.g. mp3 or mpg Somehow I can't figure it out by trying and by the manpage. Thanks Regards Patrick Robinson