|
From: Hans - D. <dul...@eg...> - 2000-07-28 13:46:24
|
Finally.....:-) This bug has been haunting me for weeks. I think all of your remember when I posted a question on how to get the parameters in a perl script invoked by latex2html. I had to "debug" my latex2html script in order to understand the internal workings of it. Now, I have learned quite a lesson on how to write a perl extension of latex2html. I checked in rcs.perl under htdocs/tex and rechecked in the HTML files. They look OK now. One question left about the use of latex2html for our project: Do we want to include the "About this document ..." section in our HTML files? -- Hans Dulimarta, Ph.D. dulimart@[egr.msu.edu, computer.org] Visiting Research Associate http://www.egr.msu.edu/~dulimart Ph: (517)432-7589 Fax2Email: (760)281-7691 Elec. & Comp. Engg., Michigan State University, East Lansing, MI 48824 ---------- Forwarded message ---------- Date: Thu, 27 Jul 2000 22:53:16 -0700 From: no...@so... To: dul...@eg..., dul...@eg... Subject: [Bug #110402] Incorrect RCS keywords in html files Bug #110402, was updated on 2000-Jul-27 22:51 Here is a current snapshot of the bug. Project: CoreLinux++ Category: Documentation Status: Open Resolution: Fixed Bug Group: Defects Priority: 5 Summary: Incorrect RCS keywords in html files Details: Latex2html does not recognize the new commands used by rcs.sty such as \RCSRevision, \RCSDate, ... Therefore, these commands do not produce correct string values in the html documents. Follow-Ups: Date: 2000-Jul-27 22:53 By: dulimart Comment: Write rcs.perl to generate the correct RCS keywords in html files. ------------------------------------------------------- For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=110402&group_id=308 |
|
From: Frank V. C. <fr...@co...> - 2000-07-28 13:54:23
|
Hans - Dulimarta wrote: > > Finally.....:-) > > This bug has been haunting me for weeks. I think all of your remember when > I posted a question on how to get the parameters in a perl script invoked > by latex2html. > > I had to "debug" my latex2html script in order to understand the internal > workings of it. Now, I have learned quite a lesson on how to write a perl > extension of latex2html. Congrats! > I checked in rcs.perl under htdocs/tex and rechecked in the HTML files. > They look OK now. > > One question left about the use of latex2html for our project: Do we want > to include the "About this document ..." section in our HTML files? Do you mean as an overview for each major document (Dev. Guide, Requirements, Process, etc.)? If so, then I agree. > > -- > Hans Dulimarta, Ph.D. dulimart@[egr.msu.edu, computer.org] > Visiting Research Associate http://www.egr.msu.edu/~dulimart > Ph: (517)432-7589 Fax2Email: (760)281-7691 > Elec. & Comp. Engg., Michigan State University, East Lansing, MI 48824 > > ---------- Forwarded message ---------- > Date: Thu, 27 Jul 2000 22:53:16 -0700 > From: no...@so... > To: dul...@eg..., dul...@eg... > Subject: [Bug #110402] Incorrect RCS keywords in html files > > Bug #110402, was updated on 2000-Jul-27 22:51 > Here is a current snapshot of the bug. > > Project: CoreLinux++ > Category: Documentation > Status: Open > Resolution: Fixed > Bug Group: Defects > Priority: 5 > Summary: Incorrect RCS keywords in html files > > Details: Latex2html does not recognize the new commands used > by rcs.sty such as \RCSRevision, \RCSDate, ... > Therefore, these commands do not produce correct string > values in the html documents. > > Follow-Ups: > > Date: 2000-Jul-27 22:53 > By: dulimart > > Comment: > Write rcs.perl to generate the correct RCS keywords > in html files. > ------------------------------------------------------- > > For detailed info, follow this link: > http://sourceforge.net/bugs/?func=detailbug&bug_id=110402&group_id=308 > > _______________________________________________ > Corelinux-develop mailing list > Cor...@li... > http://lists.sourceforge.net/mailman/listinfo/corelinux-develop -- Frank V. Castellucci http://corelinux.sourceforge.net OOA/OOD/C++ Standards and Guidelines for Linux http://PythPat.sourceforge.net Pythons Pattern Package |
|
From: Hans - D. <dul...@eg...> - 2000-07-28 14:06:13
|
On Fri, 28 Jul 2000, Frank V. Castellucci wrote:
> Date: Fri, 28 Jul 2000 09:56:15 -0400
> From: Frank V. Castellucci <fr...@co...>
> Reply-To: cor...@li...
> To: cor...@li...
> Subject: Re: [Corelinux-develop] [Bug #110402] Incorrect RCS keywords in html
files (fwd)
>
> Hans - Dulimarta wrote:
> >
> > Finally.....:-)
> >
> > This bug has been haunting me for weeks. I think all of your remember when
> > I posted a question on how to get the parameters in a perl script invoked
> > by latex2html.
> >
> > I had to "debug" my latex2html script in order to understand the internal
> > workings of it. Now, I have learned quite a lesson on how to write a perl
> > extension of latex2html.
>
> Congrats!
>
Thanks....
> > I checked in rcs.perl under htdocs/tex and rechecked in the HTML files.
> > They look OK now.
> >
> > One question left about the use of latex2html for our project: Do we want
> > to include the "About this document ..." section in our HTML files?
>
> Do you mean as an overview for each major document (Dev. Guide,
> Requirements, Process, etc.)? If so, then I agree.
>
Nope. What I mean is the "About this document ..." which is automatically
generated by latex2html, which Christophe correctly pointed by the
"-noinfo" option to latex2html.
From now on I will leave the htdocs directory intact and started working
on the corelinux directory [as I promised in my reply to Frank on
Semaphore, Signal, and Thread].
--
Hans Dulimarta, Ph.D. dulimart@[egr.msu.edu, computer.org]
Visiting Research Associate http://www.egr.msu.edu/~dulimart
Ph: (517)432-7589 Fax2Email: (760)281-7691
Elec. & Comp. Engg., Michigan State University, East Lansing, MI 48824
|
|
From: Frank V. C. <fr...@co...> - 2000-07-28 14:14:26
|
Hans - Dulimarta wrote: > > On Fri, 28 Jul 2000, Frank V. Castellucci wrote: > > > > Do you mean as an overview for each major document (Dev. Guide, > > Requirements, Process, etc.)? If so, then I agree. > > > > Nope. What I mean is the "About this document ..." which is automatically > generated by latex2html, which Christophe correctly pointed by the > "-noinfo" option to latex2html. Ok, great by me! You guys are GODS! > >From now on I will leave the htdocs directory intact and started working > on the corelinux directory [as I promised in my reply to Frank on > Semaphore, Signal, and Thread]. I would like to ask for some feedback about the Library Load design is posted, or viewable via the requirements page on the web. -- Frank V. Castellucci |