Edgewall Software

Changes between Version 3 and Version 4 of 1.1/InterTrac


Ignore:
Timestamp:
Feb 10, 2016, 10:38:53 AM (8 years ago)
Author:
Jun Omae
Comment:

Merge InterTrac@48

Legend:

Unmodified
Added
Removed
Modified
  • 1.1/InterTrac

    v3 v4  
    99== Link Syntax
    1010
    11 Simply use the name of the other Trac environment as a prefix, followed by a colon, ending with the resource located in the other environment.
     11Simply use the name of the other Trac environment as a prefix, followed by a colon, ending with the resource located in the other environment:
    1212
    1313{{{
     
    1818
    1919That target environment name is either the real name of the environment or an alias for it.
    20 The aliases are defined in `trac.ini` (see below).
     20The aliases are defined in the `trac.ini` file, see below.
    2121The prefix is case insensitive.
    2222
    23 If the InterTrac link is enclosed in square brackets (like `[th:WikiExtrasPlugin]`), the InterTrac prefix is removed in the displayed link like a normal link resolver would be, ie the above would be displayed as `WikiExtrasPlugin`.
     23If the InterTrac link is enclosed in square brackets, like `[th:WikiExtrasPlugin]`, the InterTrac prefix is removed in the displayed link like a normal link resolver would be, ie the above would be displayed as `WikiExtrasPlugin`.
    2424
    25 For convenience, there's also some alternative short-hand form, where one can use an alias as an immediate prefix for the identifier of a ticket, changeset or report, eg `#T234`, `[T1508]`, `[trac 1508]`.
     25For convenience, there is also an alternative short-hand form, where an alias can be used as an immediate prefix for the identifier of a ticket, changeset or report, eg `#T234`, `[T1508]`, `[trac 1508]`.
    2626
    2727== Examples
    2828
    29 It is necessary to setup a configuration for the InterTrac facility.
    30 This configuration has to be done in the TracIni file, `[intertrac]` section.
     29It is necessary to set up a configuration for the InterTrac facility.
     30This configuration has to be done in the TracIni file, `[intertrac]` section, for example:
    3131
    32 Example configuration:
    3332{{{#!ini
    3433[intertrac]
     
    4443This can be a relative URL in case that Trac environment is located on the same server.
    4544
    46 The `.title` information will be used for providing an useful tooltip when moving the cursor over an InterTrac links.
     45The `.title` information is used in a tooltip, ie when hovering the cursor over an InterTrac link.
    4746
    4847Now, given the above configuration, one could create the following links: