Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 1 and Version 2 of InterTrac


Ignore:
Timestamp:
Jul 19, 2009, 2:19:08 PM (15 years ago)
Author:
trac
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • InterTrac

    v1 v2  
    3737== Examples ==
    3838
    39 {{{
    40 #!comment
    41  Besides the other environments run by the same server process
    42  (called ''sibling'' environments), which are automatically detected,
    43 Support for sibling environments has been disabled.
    44 See http://thread.gmane.org/gmane.comp.version-control.subversion.trac.devel/157
    45 }}}
    46 
    4739It is necessary to setup a configuration for the InterTrac facility.
    4840This configuration has to be done in the TracIni file, `[intertrac]` section.
     
    5749# -- Link to an external Trac:
    5850trac.title = Edgewall's Trac for Trac
    59 trac.url = http://projects.edgewall.com/trac
    60 trac.compat = false
     51trac.url = http://trac.edgewall.org
    6152}}}
    6253
     
    6960
    7061Finally, the `.compat` option can be used to activate or disable
    71 a ''compatbility'' mode:
     62a ''compatibility'' mode:
    7263 * If the targeted Trac is running a version below milestone:0.10
    7364   (r3526 to be precise), then it doesn't know how to dispatch an InterTrac
     
    7667   This is called the compatibility mode, and is `true` by default.
    7768 * If you know that the remote Trac knows how to dispatch InterTrac links,
    78    you can explicitely disable this compatibility mode and then ''any''
     69   you can explicitly disable this compatibility mode and then ''any''
    7970   TracLinks can become an InterTrac link.
    8071
     
    9485   * `trac:log:@3300:3330` trac:log:@3300:3330 
    9586   * `[trac 3300:3330]` [trac 3300:3330]
     87 * finally, to link to the start page of a remote trac, simply use its prefix followed by ':', inside an explicit link. Example: `[th: Trac Hacks]` (''since 0.11; note that the ''remote'' Trac has to run 0.11 for this to work'')
    9688
    9789The generic form `intertrac_prefix:module:id` is translated
     
    10294
    10395----
    104 === Discussion ===
    105 
    106 I think that the `trac` prefix could even be set as a default in the `[intertrac]` TracIni section. --CB
    107 
    108 ----
    10996See also: TracLinks, InterWiki