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,7ee10ec601726fbf X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-09 12:49:25 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!newsfeed.direct.ca!look.ca!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: is Ada dying? Date: 09 Oct 2001 15:44:54 -0400 Organization: NASA Goddard Space Flight Center Message-ID: References: <3BC0F75B.51D32B3@adaworks.com> <9pr8gu0tnf@drn.newsguy.com> <3BC1305D.1C6910C@worldnet.att.net> <9prfvm01cqt@drn.newsguy.com> <3BC1C7E3.46046096@worldnet.att.net> <9psm790ojt@drn.newsguy.com> <9ptptj016ou@drn.newsguy.com> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1002656803 13799 128.183.220.71 (9 Oct 2001 19:46:43 GMT) X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov NNTP-Posting-Date: 9 Oct 2001 19:46:43 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Xref: archiver1.google.com comp.lang.ada:14081 Date: 2001-10-09T19:46:43+00:00 List-Id: Robert*@ writes: > thanks, I did not know about gnathtml. You're welcome. > btw, there seems to be a bug somewhere, I am getting many broken > links. for example, if you go to > > http://users.erols.com/leakstan/Stephe/Ada/Windex_Packages/index.htm One problem with gnathmtl is that is uses frames. Note that the above link takes you to the top "index" listing, _not_ to a particular file. > and click on the links on the page, they fail. for example, I click > on the "interface" link (first one in the page) and I get > > > The requested URL > /leakstan/Stephe/Ada/Windex_Packages/interfac__ads.htm was not found > on this server. > > There are many such broken links. why is that? If I click on [w] in the Files pane, and then scroll down to windex.ads, then there is a link to "interface", which does fail. This is because "Interface" is a standard Ada package, and not included in this web page. Of course, this is a bug in gnathtml; it should not include links to files that it knows do not exist. There are links that do work; try the file "windex.bitmaps.io.ads". Clicking on any of the types will take you to the type definition. Clicking on the function names tries to take you to the body; I did not post those files to save space. This is a switch in gnathtml, so it should know better than to put in those links. I see now that there are many links that don't work. Thanks for pointing this out. I'll submit a bug report to ACT. As I said, I don't really like this style of code reading. I put it on the web page so people could get a feel for my code without downloading all of it. > I wonder if there is a website that has the whole GNAT libraries done using > gnathtml? Don't know of one; maybe AdaPower has space for it? -- -- Stephe