Edgewall Software

Version 1 (modified by trac, 18 years ago) (diff)

--

Inter Trac Extension for Trac Links

(since 0.10)

Definitions

An Inter Trac link is used for referring to a Trac object (Wiki page, changeset, ticket, ...) located in another Trac environment.

Link Syntax

<target_environment>:<TracLinks>

The link is composed by the target environment name, followed by a colon (e.g. trac:), followed by a regular Trac Links, of any flavor.

That target environment name is either the real name of the environment, or an alias for it. The aliases are defined in trac.ini (see below). The prefix is case insensitive.

For convenience, there's also an alternative short-hand form, where one can use an alias as an immediate prefix for the identifier of a ticket, changeset or report: (e.g. #T234, [T1508], [trac 1508], ...)

Configuration

It is necessary to setup a specific [intertrac] section in the Trac Ini for the Inter Trac facility, in order to associate a prefix to other Trac sites, and for defining environment aliases.

Example configuration:

...
[intertrac]
## -- Example of setting up an alias:
t = trac

## -- Link to an external Trac:
trac.title = Edgewall's Trac for Trac
trac.url = http://projects.edgewall.com/trac

#trac.svn = http://repos.edgewall.com/projects/trac 
# Hint: .svn information could be used in the future to support svn:externals...

Now, given this configuration, one could create the following links:

Anything not given as explicit links (intertrac_prefix:module:id) is interpreted by the remote Trac, relying on its quickjump facility.

List of Active Inter Trac Prefixes

PrefixTrac Site
bhAlias for bloodhound
bittenBitten
blAlias for Babel
bnAlias for Bitten
btAlias for Bitten
demo-1.0https://trac.edgewall.org/demo-1.0
demo-1.2https://trac.edgewall.org/demo-1.2
demo-1.3https://trac.edgewall.org/demo-1.3
demo-1.4https://trac.edgewall.org/demo-1.4
gAlias for Genshi
genshiGenshi
hAlias for TracHacks
tAlias for trac
thAlias for TracHacks
trachttp://trac.edgewall.org
trachacksTrac-Hacks Community Site


See also: Trac Links, Inter Wiki