trac.wiki.intertrac¶
-
class
trac.wiki.intertrac.InterTracDispatcher¶ Bases:
trac.core.ComponentInterTrac 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 adefine an alias.The
urlattribute 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
titleattribute 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 }}}
-