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 14:34:56 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!elnk-pas-nf1!elnk-nf2-pas!newsfeed.earthlink.net!wn14feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi_feed4!attbi.com!attbi_s52.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: webcheck utility released References: X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 12.234.124.41 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s52 1069194894 12.234.124.41 (Tue, 18 Nov 2003 22:34:54 GMT) NNTP-Posting-Date: Tue, 18 Nov 2003 22:34:54 GMT Organization: Comcast Online Date: Tue, 18 Nov 2003 22:34:55 GMT Xref: archiver1.google.com comp.lang.ada:2657 Date: 2003-11-18T22:34:55+00:00 List-Id: >I started with Tom's finder, but couldn't stand his coding style. Sorry to hear that. >could not figure out how to make it use the file: scheme as well as http. The Workers task has if Scheme = "ftp:" then ... elsif Scheme /= "http:" then ... (mailto etc) else -- Scheme is http ... (currently, at any rate. I think that was the same in the adapower version) I never implemented a "file:" scheme since it was simpler to just run smplsrvr on a directory and do "finder 127.0.0.1". >Which is one point in the Ada library debate; if I can't read and >understand a library, I won't use it, no matter how many people claim And this is another point in the library debate: people will make their own if they don't like/don't understand/aren't fully satisfied by the existing library.