Re: Links in THtml with the root web site
Rene Brun (Rene.Brun@cern.ch)
Fri, 11 Dec 1998 09:41:12 +0100
Damir Buskulic wrote:
>
> I would like, when documenting my files with THtml, to get the links to
> root classes to point to the root web site, so i'm not forced to have a
> copy, which will not be up-to-date, of all the 300+ classes of ROOT in
> html format.
> Is this possible ?
Hi Damir,
in your .rootrc file, add the statements:
# THtml specific settings.
Root.Html.OutputDir: html/
Root.Html.Author: Damir Buskulic
Root.Html.Root: http://root.cern.ch/root/html
Root.Html.SearchEngine: ../Search.phtml
Rene Brun