Re: rcs tags and tests
Dumas Patrice <[email protected]> Tue, 4 Feb 2003 15:32:49 +0100
| Newsgroups | gmane.comp.tex.texi2html.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
> 4. As 2 & 3, but -ko. Still clunky, but I think it may avoid
> corruption problems from both 2 & 3.
I think this is the only thing doable on the html output of the texinfo
manual.
> 5. The optimal solution, if you can work it out: insert a
> non-printing character in the source file after the first $ in the
> string. For example, in texinfo files, I usually use @asis{}, so
> your example will look like:
>
> $@asis{}Id: texinfo.txi,v 1.219 2002/03/28 16:36:00 karl Exp $
I will submit that to the bug-texinfo mailing list.
> There is an interesting twist with generating HTML in the CVS manual.
> The calls to @asis{} are used to break up some RCS keywords which are
> intended to print, but if you want to check the HTML output back into
> CVS, the keywords get replaced on checkout of the HTML. @asis{}, in
> this case would need to be replaced by texi2html with something that
> doesn't print in HTML. (Replacing @asis{} wouldn't be optimal - Issue
> #3 for examples of an alternative:
> <http://texi2html.cvshome.org/issues/show_bug.cgi?id=3>.)
It seems like a good idea.
However in the case of tests, I think that, in the end, there will still be
false negative for relevant Id strings, for example the one in comments
in the texinfo manual at the beginning of the file. Thus using -ko seems
the best way.
Pat