From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,496478b04bb5a6cf X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-18 12:48:53 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!sn-xit-03!sn-xit-04!sn-xit-06!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: webcheck utility released Date: Tue, 18 Nov 2003 14:45:41 -0600 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 X-Complaints-To: abuse@supernews.com Xref: archiver1.google.com comp.lang.ada:2648 Date: 2003-11-18T14:45:41-06:00 List-Id: "Stephen Leake" wrote in message news:ullqd3ax0.fsf@nasa.gov... > I've released version 1.0 of "webcheck"; a utility that finds and > reports bad links on web sites. > > See http://www.toadmail.com/~ada_wizard/ I'm curious why you felt the need to build such a program from scratch rather than using Tom Moran's Finder, which does that (and has for a long time). (You can find it on AdaPower.) Tom's program checks local links, but also checks foreign links, including those to FTP sites, and also handles cookies so that sites that only work when cookies are accepted get properly checked. I used (with help from Tom) Finder as the basis of the indexer for the Ada Search Engine on AdaIC. Randy.