Changes between Version 2 and Version 3 of TracInterfaceCustomization


Ignore:
Timestamp:
Dec 12, 2010, 5:08:15 PM (13 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracInterfaceCustomization

    v2 v3  
    4141
    4242== Custom Navigation Entries ==
    43 The new [mainnav] and [metanav] can now be used to customize the text and link used for the navigation items, or even to disable them.
     43The new [mainnav] and [metanav] can now be used to customize the text and link used for the navigation items, or even to disable them (but not for adding new ones).
    4444
    4545In the following example, we rename the link to the Wiki start "Home", and hide the "Help/Guide". We also make the "View Tickets" entry link to a specific report .
     
    5353}}}
    5454
     55See also TracNavigation for a more detailed explanation of the mainnav and metanav terms.
    5556
    5657== Site Appearance ==
     
    6970  <!--! Add site-specific style sheet -->
    7071  <head py:match="head" py:attrs="select('@*')">
    71     ${select('*')}
     72    ${select('*|comment()|text()')}
    7273    <link rel="stylesheet" type="text/css"
    7374          href="${href.chrome('site/style.css')}" />
     
    118119
    119120== Project List ==
    120 You can use a custom ClearSilver template to display the list of projects if you are using Trac with multiple projects. 
     121You can use a custom Genshi template to display the list of projects if you are using Trac with multiple projects. 
    121122
    122123The following is the basic template used by Trac to display a list of links to the projects.  For projects that could not be loaded it displays an error message. You can use this as a starting point for your own index template.