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,6487f59679c615d8 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.219.66 with SMTP id pm2mr2205643pbc.8.1336703767613; Thu, 10 May 2012 19:36:07 -0700 (PDT) Path: pr3ni12073pbb.0!nntp.google.com!news1.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nx02.iad01.newshosting.com!newshosting.com!news2.euro.net!feeds.phibee-telecom.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Oliver Kleinke Newsgroups: comp.lang.ada Subject: Re: Ada Reference Manual 2012 in info format Date: Fri, 11 May 2012 04:36:04 +0200 Organization: A noiseless patient Spider Message-ID: <20120511043604.344c13a8@vostro> References: <82aa1ud0l3.fsf@stephe-leake.org> <20120509131736.63c924c8@vostro> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="r9vWwZGRqWnz4jaCL7CcWg"; logging-data="18844"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19r9vs73K2CbnBx1ueeMuf5xtRX+7MJsBY=" X-Newsreader: Claws Mail 3.8.0 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Cancel-Lock: sha1:pb/igEtj6aK6kbjVjrUsfboVTRU= X-Received-Bytes: 2973 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: 2012-05-11T04:36:04+02:00 List-Id: Am Wed, 9 May 2012 20:54:32 -0500 schrieb "Randy Brukardt" : > "Oliver Kleinke" wrote in message > news:20120509131736.63c924c8@vostro... > >... > > Honestly, you should consider converting the sources to a more > > appropriate format. > > The sources are still in the original Scribe format used by Jean > Ichbiah's team back in the 1970s. Some sort of conversion (without > losing any information) would be pretty expensive, even if it could > be automated. (Preserving the comments in the files would be hard, > for instance, as the formatter discards them immediately.) I concur; however, it might still be worth it in the long run. Maybe it would suffice to progressively make adjustments to the current format, for example converting some of the style-markup into semantic-markup (bold to keyword where it is appropriate, &c.) > ... > > Also, the > > way the Formatter sources are provided sucks major -- cvsweb, you > > have to click around a lot until you have a complete set of files > > plus some of the HEAD versions have been broken. > > There is are ZIP files with the complete set of sources, both to the > tools and the RM (Scribe-like) source. But I think the links > disappeared, because I can't find them. (Something else for the todo > list.) I did not find any of ZIP files, if I overlooked them it was of course my mistake and I shall withdraw my accusations. > Not sure what you mean by the "HEAD versions have been broken", > because this is a frequently updated copy of the repository on my > computer, and I'm pretty sure there is no broken source on my > computer. :-) If you have any examples, I'll look into them. With broken I meant inconsistencies. I'll tip you off if I encounter that problem again ;-) Oliver