Changes between Version 1 and Version 2 of TracEnvironment
- Timestamp:
- 06/03/10 15:59:45 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracEnvironment
v1 v2 133 133 * `htdocs` - directory containing web resources, which can be referenced in Genshi templates. '''''(0.11 only)''''' 134 134 * `log` - default directory for log files, if logging is turned on and a relative path is given. 135 * `plugins` - Environment-specific [wiki:TracPlugins plugins] (Python eggs, since [trac:milestone:0.10 0.10]) 135 * `plugins` - Environment-specific [wiki:TracPlugins plugins] (Python eggs, since [milestone:0.10]) 136 * `templates` - Custom ClearSilver environment-specific templates. '''''(0.10 only)''''' 137 * `site_css.cs` - Custom CSS rules. 138 * `site_footer.cs` - Custom page footer. 139 * `site_header.cs` - Custom page header. 136 140 * `templates` - Custom Genshi environment-specific templates. '''''(0.11 only)''''' 137 141 * `site.html` - method to customize header, footer, and style, described in TracInterfaceCustomization#SiteAppearance 138 * ''`templates` - Custom [trac:ClearSilver ClearSilver] environment-specific templates. '''(0.10 only)''' '' 139 * ''`site_css.cs` - Custom CSS rules.'' 140 * ''`site_footer.cs` - Custom page footer.'' 141 * ''`site_header.cs` - Custom page header.'' 142 * ''`wiki-macros` - Environment-specific [WikiMacros Wiki macros]. '''(0.10 only)''' '' 142 * `wiki-macros` - Environment-specific [WikiMacros Wiki macros]. '''''(0.10 only)''''' 143 143 144 144 '''Note: don't confuse a Trac environment directory with the source code repository directory.