Edgewall Software

Changes between Version 13 and Version 14 of TracPluggableModules


Ignore:
Timestamp:
Jan 11, 2005, 6:26:33 PM (19 years ago)
Author:
Christopher Lenz
Comment:

Add note about required trac.ini change

Legend:

Unmodified
Added
Removed
Modified
  • TracPluggableModules

    v13 v14  
    166166You can import any plug-in you want using the {{{import modulename}}} command, the plug-ins will need to be on the Python path of course.
    167167
     168To use the CGI, configure your web-server the same way as for a regular Trac instance. The CGI script is in {{{cgi-bin/trac.cgi}}} just like before. You will however need to add the following snippet to your [wiki:TracIni trac.ini] file:
     169
     170{{{
     171[web]
     172filters = clearsilver, chrome
     173}}}
     174
     175(this determines the order of request filters, and it is important that the templating filter is the first to pre-process the request (and last to post-process it).
     176
    168177== Your Ideas Wanted ==
    169178