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=-0.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,22f16ac7be692e32,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-07 02:36:42 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-han1.dfn.de!news-stu1.dfn.de!news.belwue.de!news.tesion.net!newsfeed-zh.ip-plus.net!news.ip-plus.net!not-for-mail From: Thomas Wolf Newsgroups: comp.lang.ada Subject: ANN: AdaBrowse 2.0 Date: Tue, 7 May 2002 11:36:34 +0200 Organization: --- Message-ID: Reply-To: t_wolf@angelfire.com NNTP-Posting-Host: pargate2.paranor.ch X-Trace: rex.ip-plus.net 1020764196 25777 195.65.4.190 (7 May 2002 09:36:36 GMT) X-Complaints-To: abuse@ip-plus.net NNTP-Posting-Date: Tue, 7 May 2002 09:36:36 +0000 (UTC) X-Newsreader: MicroPlanet Gravity v2.50 Xref: archiver1.google.com comp.lang.ada:23620 Date: 2002-05-07T11:36:34+02:00 List-Id: AdaBrowse is a HTML documentation generator for Ada 95 library unit specifications. It is distributed under the GPL and is available at the URL , both a pre-built executable (for Win NT/2k and GNAT 3.14p), and the sources. AdaBrowse builds and runs without further ado on both Win NT/2k and Unix systems, and shouldn't be too hard to port to other ASIS implementations than ASIS-for-GNAT. (For those who have never heard of AdaBrowse yet: it is like a javadoc for Ada 95, but much more versatile and powerful than javadoc for Java.) V2.0 is a major upgrade over the last announced version 1.5: - Some more work-arounds for bugs in ASIS-for-GNAT 3.14p. - It now supports user-defineable HTML elements. AdaBrowse macro-replaces such user-defined elements; recursive definitions give an error. User-defined HTML elements are specified through keys in configuration files. - Configuration files can include other configuration files. Recursive inclusion is detected and gives an error message. - On some keys in configuration files, AdaBrowse now does environment variable substitution (using the bash syntax). -- ----------------------------------------------------------------- Thomas Wolf e-mail: t_wolf@angelfire.com