RE: hi

2004-02-11 Thread parrt
Hi, this is Terence's spam blocker. Apparently this is the first time he's getting email from this reply-to email address. Just follow the link and answer the simple question to verify you are a human not a spam-bot and I'll get the message. [was getting 1000 spam a day; now, zippo!]. Thanks

Re: Regex matching of url

2004-02-11 Thread Joseph Bachant
I dont know how I got bc'd on this continuing dialog, but I would appreciate the removal of my address. Thanks/ B Joseph P. Bachant, Policy Coordinator MO Dept. of Conservation PO Box 180, Jefferson City, MO 65102-0180 Office: 573/ 751-4115 x 3596 Fax: 573/ 526-4495 e-mail: [EMAIL PROTECTED]

Regex matching of url

2004-02-11 Thread Nicolas Schodet
Hello, Here is two new options to accept or reject an url with a regular expression. --regex-accept --regex-reject I have included #ifdef conditionnal in order to make it optionnal, I plan to use a autoconf macro to detect whether the libc regex is usable. Do you find this patch usefull ? Nico

Re: --spider parameter

2004-02-11 Thread Aaron S. Hawley
Some sort of URL reporting facility is on the unspoken TODO list. http://www.mail-archive.com/[EMAIL PROTECTED]/msg05282.html /a On Wed, 11 Feb 2004, Olivier SOW wrote: > hi, > > I use Wget to check page state with the --spider parameter > I looking for a way to get back only the number server r

not downloading at all, help

2004-02-11 Thread Juhana Sadeharju
Hello. What goes wrong in the following? (I will read replies from the list archives.) % wget http://www.maqamworld.com/ --16:59:21-- http://www.maqamworld.com:80/ => `index.html' Connecting to www.maqamworld.com:80... connected! HTTP request sent, awaiting response... 503

--spider parameter

2004-02-11 Thread Olivier SOW
hi, I use Wget to check page state with the --spider parameter I looking for a way to get back only the number server response (200 if OK, 404 if missing, ...) but I don't found a simple way. So i try to write the result to a file and parse it but there is no standard output for each response can