trac.wiki.intertrac

class trac.wiki.intertrac.InterTracDispatcher

Bases: trac.core.Component

InterTrac dispatcher.

intertrac_section

This section configures InterTrac prefixes. Option names in this section that contain a are of the format <name>.. Option names that don’t contain a define an alias.

The url attribute is mandatory and is used for locating the other Trac. This can be a relative path when the other Trac environment is located on the same server.

The title attribute is used for generating a tooltip when the cursor is hovered over an InterTrac link.

Example configuration: {{{#!ini [intertrac] # – Example of setting up an alias: t = trac

# – Link to an external Trac: genshi.title = Edgewall’s Trac for Genshi genshi.url = http://genshi.edgewall.org }}}