Changes between Version 1 and Version 2 of InterWiki


Ignore:
Timestamp:
May 11, 2007, 11:45:21 PM (17 years ago)
Author:
trac
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • InterWiki

    v1 v2  
    1010mapping can be done.
    1111
     12At the extreme, InterWiki prefixes can even be used to simply introduce
     13links to new protocols, such as `tsvn:` used by TortoiseSvn.
     14
    1215== Link Syntax ==
    1316
     
    1720
    1821The link is composed by the targeted Wiki (or system) name,
    19 followed by a column (e.g. {{{MeatBall:}}}),
     22followed by a colon (e.g. `MeatBall:`),
    2023followed by a page specification in the target.
    21 Note that, as for InterTrac prefixes, InterWiki prefixes are case insensitive.
     24Note that, as for InterTrac prefixes, '''InterWiki prefixes are case insensitive'''.
    2225
    23 The target Wiki URL is looked up in a the InterMapTxt wiki page,
    24 modelled after
    25 [http://www.usemod.com/cgi-bin/mb.pl?InterMapTxt MeatBall:InterMapTxt].
     26The target Wiki URL is looked up in the InterMapTxt wiki page,
     27modelled after MeatBall:InterMapTxt.
    2628
    2729In addition to traditional InterWiki links, where the target
     
    4749----
    4850{{{
    49 PEP     http://www.python.org/peps/pep-$1.html                                       # Python Enhancement Proposal $1
    50 TracML  http://thread.gmane.org/gmane.comp.version-control.subversion.trac.general/$1  # Message $1 in Trac Mailing List
     51PEP      http://www.python.org/peps/pep-$1.html           # Python Enhancement Proposal $1
     52Trac-ML  http://thread.gmane.org/gmane.comp.version-control.subversion.trac.general/$1  # Message $1 in Trac Mailing List
    5153
     54tsvn     tsvn:                                            # Interact with TortoiseSvn
    5255...
    5356MeatBall http://www.usemod.com/cgi-bin/mb.pl?
     
    6063
    6164Then,
    62  * `MoinMoin:InterWikiMap` should be rendered as
    63    [http://moinmoin.wikiwikiweb.de/InterWikiMap MoinMoin:InterWikiMap]
     65 * `MoinMoin:InterWikiMap` should be rendered as MoinMoin:InterWikiMap
    6466   and the ''title'' for that link would be "!InterWikiMap in !MoinMoin"
    65  * {{{TracML:4346}}} should be rendered as
    66    [http://thread.gmane.org/gmane.comp.version-control.subversion.trac.general/4346 TracML:4346]
     67 * `Trac-ML:4346` should be rendered as Trac-ML:4346
    6768   and the ''title'' for that link would be "Message 4346 in Trac Mailing List"
     69
     70----
     71See also: InterTrac, InterMapTxt