File rejection is not working

2005-04-05 Thread Gerald Wheeler
The "-R" option is not working in wget 1.9.1 for anything but specifically-hardcoded filenames..   file[Nn]ames such as [Tt]hese are simply ignored...   Please respond... Do not delete my email address as I am not a subscriber... Yet   Thanks   Jerry

Re: wget 1.10 alpha 1

2005-04-05 Thread Mauro Tortonesi
On Tuesday 05 April 2005 03:16 am, FUJISHIMA Satsuki wrote: > Two points: > o some junks are archived. (po/*.gmo and windows/*~) sorry. i am really spoiled by automake, which automatically deletes junk files from the final distribution. > o string_t remains in src/Makefile.in (does not build) >

Re: wget spans hosts when it shouldn't and fails to retrieve dirs starting with a dot...

2005-04-05 Thread Jörn Nettingsmeier
Jörn Nettingsmeier wrote: hi everyone ! i'm trying to set up a website monitoring tool for a university research project. the idea is to use wget to archive politician's websites once a week to analyse their campaigns in the last 4 weeks before the election. i have hit a few snags, and i would w

Re: cvs compile problem...

2005-04-05 Thread Jörn Nettingsmeier
Jörn Nettingsmeier wrote: hi everybody! i'm new to wget, and can't compile the current cvs: i did a cvs checkout, make -f Makefile.cvs and ./configure as usual. make chokes: /bin/sh ../libtool --mode=link gcc -O2 -Wall -Wno-implicit -o wget cmpt.o connect.o convert.o cookies.o ftp.o ftp-basic.o f

cvs compile problem...

2005-04-05 Thread Jörn Nettingsmeier
hi everybody! i'm new to wget, and can't compile the current cvs: i did a cvs checkout, make -f Makefile.cvs and ./configure as usual. make chokes: /bin/sh ../libtool --mode=link gcc -O2 -Wall -Wno-implicit -o wget cmpt.o connect.o convert.o cookies.o ftp.o ftp-basic.o ftp-ls.o ftp-opie.o hash.

wget spans hosts when it shouldn't and fails to retrieve dirs starting with a dot...

2005-04-05 Thread Jörn Nettingsmeier
hi everyone ! i'm trying to set up a website monitoring tool for a university research project. the idea is to use wget to archive politician's websites once a week to analyse their campaigns in the last 4 weeks before the election. i have hit a few snags, and i would welcome comments. my wget i

Keep session cookies command line switch considered invalid

2005-04-05 Thread Oliver Cole
Wget seems to consider --keep-session-cookies not to be a valid command line switch, even though its documented in the man page. Eg, raptor$ wget --load-cookies cookies.txt --save-cookies cookies.txt --keep-session-cookies --post-file=post.txt https://www.memset.com/login.php wget: unrecognized o

RE: Character encoding

2005-04-05 Thread Alan Hunter
The solution is to explicitly set the character encoding to utf-8. I do this in the aspx file's head section and it works fine. This is kinda wierd though as with an aspx file, it seems that dotnet will always insert this charset header for you by default (you can see this by running wget in deb

Re: wget 1.10 alpha 1

2005-04-05 Thread FUJISHIMA Satsuki
Two points: o some junks are archived. (po/*.gmo and windows/*~) o string_t remains in src/Makefile.in (does not build) Otherwise it looks OK. ~/cvs/wget$ diff -xCVS -ur . /tmp/wget-1.10-alpha1/ Only in /tmp/wget-1.10-alpha1/: Branches Only in /tmp/wget-1.10-alpha1/: configure.bat Only in /tmp/wge