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,81054609038e88e3 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,UTF8 Date: Tue, 12 Oct 2004 23:18:52 +0200 From: Lionel Draghi User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.3) Gecko/20041007 Debian/1.7.3-5 X-Accept-Language: en-us, it MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Missing features in NaturalAdaBrowseDoc... References: <2sqmccF1oit5sU1@uni-berlin.de> <4168e585.146011813@news.free.fr> <416b17ec$0$311$626a14ce@news.free.fr> <416e1931.2684960@news.free.fr> <416c48a7$0$28918$636a15ce@news.free.fr> In-Reply-To: <416c48a7$0$28918$636a15ce@news.free.fr> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Message-ID: <416c4a39$0$7936$626a14ce@news.free.fr> Organization: Guest of ProXad - France NNTP-Posting-Date: 12 Oct 2004 23:18:49 MEST NNTP-Posting-Host: 82.65.83.109 X-Trace: 1097615929 news19-e.free.fr 7936 82.65.83.109:53179 X-Complaints-To: abuse@proxad.net Path: g2news1.google.com!news2.google.com!fu-berlin.de!feed.ac-versailles.fr!proxad.net!feeder2-1.proxad.net!news19-e.free.fr!not-for-mail Xref: g2news1.google.com comp.lang.ada:5106 Date: 2004-10-12T23:18:49+02:00 List-Id: Lionel Draghi wrote: ... > My idea here was to indicate to the tool that some of those entries are > list. For example: > -- > -- Requirements: req_100, req_200, req_300 > -- > > And then, having the tool generating a cross-reference between each item > in the various "Requirements" line and the sources > > The index would be named "Requirements", and would contain: > req_100 : hyperlink_to_file_1, hyperlink_to_file_6 > req_200 : hyperlink_to_file_1 > req_300 : hyperlink_to_file_1, hyperlink_to_file_7 > etc. Another exemple (It was on my web page, I forgot it): Let’s imagine there is a “Status:” field on each package (maybe automatically inserted by the configuration management system). This status could be Not_Tested, Tested, Reviewed, or whatever. It would be interesting to have a cross reference between Status and Packages, so that one can check quickly which packages are still Not_Tested. -- Lionel