Changes between Version 2 and Version 3 of InterWiki


Ignore:
Timestamp:
May 5, 2015, 2:14:41 PM (9 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InterWiki

    v2 v3  
    11= Support for InterWiki links =
    2 
    3 ''(since [trac:milestone:0.10 0.10])''
    42
    53== Definition ==
     
    2422Note that, as for InterTrac prefixes, '''InterWiki prefixes are case insensitive'''.
    2523
    26 The target Wiki URL is looked up in the InterMapTxt wiki page,
    27 modelled after MeatBall:InterMapTxt.
     24The target Wiki URL is looked up in the `[interwiki]` section of TracIni or in the InterMapTxt wiki page, modeled after MeatBall:InterMapTxt. If a prefix is defined in both the `[interwiki]` section and InterMapTxt, the `[interwiki]` section takes precedence.
    2825
    2926In addition to traditional InterWiki links, where the target
     
    3431The argument list is formed by splitting the page identifier
    3532using the ":" separator.
     33
     34=== [interwiki] ===
     35Every option in the `[interwiki]` section in TracIni defines one InterWiki prefix. The option name defines the prefix. The option value defines the URL, optionally followed by a description separated from the URL by whitespace. Parametric URLs are supported as well.
     36
     37'''Example:'''
     38{{{
     39[interwiki]
     40MeatBall = http://www.usemod.com/cgi-bin/mb.pl?
     41PEP = http://www.python.org/peps/pep-$1.html Python Enhancement Proposal $1
     42tsvn = tsvn: Interact with TortoiseSvn
     43}}}
    3644
    3745== Examples ==