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-Thread: 103376,96513ac1263dc3e X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.191.225 with SMTP id hb1mr5498359pbc.5.1339341675319; Sun, 10 Jun 2012 08:21:15 -0700 (PDT) Path: l9ni37802pbj.0!nntp.google.com!news2.google.com!news1.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Clean out those dead links References: <6223f724-366c-496a-a8ae-3954bb788612@t1g2000pbl.googlegroups.com> Date: Sun, 10 Jun 2012 11:22:00 -0400 Message-ID: <82wr3fry3r.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (windows-nt) Cancel-Lock: sha1:rKsO3YM/vI1xDuvbMkO1xw0kWkc= MIME-Version: 1.0 X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 2ad5e4fd4bb69e029e66126473 X-Received-Bytes: 1632 Content-Type: text/plain; charset=us-ascii Date: 2012-06-10T11:22:00-04:00 List-Id: "Nasser M. Abbasi" writes: > On 6/9/2012 5:11 PM, wrp wrote: > >> >> So, if you have an Ada page, why don't you spend a few minutes to >> clean it up? >> > > Agree. But it does really take more than few minutes. > > When I cleaned the links on my Ada links page: > > http://12000.org/my_notes/ada/original_web_page.htm > > I record the time that the link was check to be valid, > and if the link is broken, search the net for where the > link gone (this takes time) so that to update it, and there > is no alternative link to be found, then remove it. > > I remember it took me few long hrs to do the whole page. webcheck can help here (http://www.stephe-leake.org/ada/webcheck.html). It scans a web site, checking the validity of each link, and outputs a list of the broken ones. That automates the first step, at least. -- -- Stephe