Edgewall Software

Changes between Initial Version and Version 1 of TracInterfaceCustomization


Ignore:
Timestamp:
Aug 28, 2004, 4:24:04 AM (20 years ago)
Author:
matt-good.net
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracInterfaceCustomization

    v1 v1  
     1= Customizing the Trac Interface =
     2
     3== Introduction ==
     4This page is meant to give users suggestions on how they can customize the look of Trac.  Topics on this page should cover editing the HTML templates and CSS files, but not the program code itself.  The topics are intended to show users how they can modify the look of Trac to meet their specific needs.  Suggestions for changes to Trac's interface applicable to all users should be filed as tickets, not listed on this page.
     5
     6== Site Header & Footer ==
     7In the environment folder for each Trac project there should be a directory called {{{templates}}}.  This folder contains files {{{site_header.cs}}} and {{{site_footer.cs}}}.  Users can customize their Trac site by placing HTML in these files.  The content of these two files will be placed immediately following the opening {{{<body>}}} tag and immediately preceding the closing {{{</body>}}} tag of each page in the site.
     8
     9Users can see ticket #332 and changeset [522] for more details.
     10
     11== Site CSS ==
     12Also in the enviroment's {{{templates}}} directory is the file {{{site_css.cs}}}.  This file can contain [http://www.w3.org/TR/REC-CSS2/ Cascading Style Sheet] rules that can override or extend the standard stylesheets.