Changes between Version 2 and Version 3 of InterWiki
- Timestamp:
- 10/14/06 02:56:32 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InterWiki
v2 v3 10 10 mapping can be done. 11 11 12 At the extreme, InterWiki prefixes can even be used to simply introduce 13 links to new protocols, such as `tsvn:` used by TortoiseSvn. 14 12 15 == Link Syntax == 13 16 … … 17 20 18 21 The link is composed by the targeted Wiki (or system) name, 19 followed by a colon (e.g. {{{MeatBall:}}}),22 followed by a colon (e.g. `MeatBall:`), 20 23 followed by a page specification in the target. 21 Note that, as for InterTrac prefixes, InterWiki prefixes are case insensitive.24 Note that, as for InterTrac prefixes, '''InterWiki prefixes are case insensitive'''. 22 25 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]. 26 The target Wiki URL is looked up in the InterMapTxt wiki page, 27 modelled after MeatBall:InterMapTxt. 26 28 27 29 In addition to traditional InterWiki links, where the target … … 47 49 ---- 48 50 {{{ 49 PEP http://www.python.org/peps/pep-$1.html# Python Enhancement Proposal $151 PEP http://www.python.org/peps/pep-$1.html # Python Enhancement Proposal $1 50 52 Trac-ML http://thread.gmane.org/gmane.comp.version-control.subversion.trac.general/$1 # Message $1 in Trac Mailing List 51 53 54 tsvn tsvn: # Interact with TortoiseSvn 52 55 ... 53 56 MeatBall http://www.usemod.com/cgi-bin/mb.pl? … … 60 63 61 64 Then, 62 * `MoinMoin:InterWikiMap` should be rendered as 63 [http://moinmoin.wikiwikiweb.de/InterWikiMap MoinMoin:InterWikiMap] 65 * `MoinMoin:InterWikiMap` should be rendered as MoinMoin:InterWikiMap 64 66 and the ''title'' for that link would be "!InterWikiMap in !MoinMoin" 65 * {{{Trac-ML:4346}}} should be rendered as 66 [http://thread.gmane.org/gmane.comp.version-control.subversion.trac.general/4346 Trac-ML:4346] 67 * `Trac-ML:4346` should be rendered as Trac-ML:4346 67 68 and the ''title'' for that link would be "Message 4346 in Trac Mailing List" 68 69 69 70 ---- 70 === Temporary notice (delete this when we sync) === 71 About full links vs. having the InterWiki link itself. 72 73 Well, I'm not sure about that, since those InterWiki prefixes ''are'' (or will be when we sync) present in the default InterMapTxt, so those examples will work until the InterMapTxt gets locally edited, at which point it won't be a surprise that this links don't work anymore... OTOH, if those examples ''still'' work after the prefixes have been removed, this can also be a bit surprising ;) 74 ---- 71 See also: InterTrac, InterMapTxt