Edgewall Software

Changes between Version 40 and Version 41 of TracInterfaceCustomization


Ignore:
Timestamp:
May 4, 2007, 11:03:38 AM (17 years ago)
Author:
Christian Boos
Comment:

for tracd, TRAC_ENV_INDEX_TEMPLATE is simply an environment variable

Legend:

Unmodified
Added
Removed
Modified
  • TracInterfaceCustomization

    v40 v41  
    158158}}}
    159159
    160 ''What about tracd?''[[br]]--anonymous
     160For [wiki:TracStandalone], you'll need to set up the `TRAC_ENV_INDEX_TEMPLATE` environment variable in the shell used to launch tracd:
     161 - Unix
     162   {{{
     163#!sh
     164$ export TRAC_ENV_INDEX_TEMPLATE=/path/to/template
     165   }}}
     166 - Windows
     167   {{{
     168#!sh
     169$ set TRAC_ENV_INDEX_TEMPLATE=/path/to/template
     170   }}}
    161171
    162172== Main Templates ==