link check program as plug-in to netscape

2001-02-21 Thread C K
This might be off the topic of the mailling list, but do you think it's possible and what ideas come to your mind if one creates a link check program (or if anyone already created one) that plugs-in to netscape. Since netscape already has everything on it, ie SSL, javascript interpreter, etc.

Re: Parsing HTML with javascript ...

2001-02-21 Thread C K
With javascript the only thing I can think of (and what we've done in catching javascript links) is re-parsing the current document in the $response object, with a pattern match of what your looking for, and then base url those found links (then either downloading those images as the image lin

Re: / and DirectoryIndex

2001-02-21 Thread John Indra
On Wed, Feb 21, 2001 at 01:09:50PM +0100, Reinier Post wrote: >> - http:://www.domain.com/ > >This :: notation is contagious :-) Ha3x... unbelievable. I didn't even notice that before. I was writing my user agent when I wrote this message :) >The server won't tell you whether or not they're the

parallel LWP

2001-02-21 Thread [EMAIL PROTECTED]
Hi, Can anybody give me an example how I can use parallel LWP with POST method for posting? Best Regards, Ladislav Blazek( Mr.)

Small Makefile bug in libwww-perl-5.50

2001-02-21 Thread Kent Boortz
If I configure and 'make' as one user and install as another user (for security reasons) then I get gandalf libwww-perl-5.50> make install /opt/local/bin/perl -e 'use Config; chdir q{blib/script}; foreach (qw(GET HEAD POST)) {' \ -e 'unlink "$_";' \ -e 'system("$Config{\"lns\"} lwp-requ

Re: / and DirectoryIndex

2001-02-21 Thread Reinier Post
On Wed, Feb 21, 2001 at 04:42:20PM +0700, John Indra wrote: > Hi all... > > How do I tell my user-agent (an LWP::UserAgent object) to NOT download both > / and index.html or whatever remote sites DirectoryIndex set to? > Example, my user-agent sees 2 link: > - http:://www.domain.com/ This :: not

/ and DirectoryIndex

2001-02-21 Thread John Indra
Hi all... How do I tell my user-agent (an LWP::UserAgent object) to NOT download both / and index.html or whatever remote sites DirectoryIndex set to? Example, my user-agent sees 2 link: - http:://www.domain.com/ - http:://www.domain.com/index.html IF in this situation both link to the same docum