DokuWiki

It's better when it's simple

User Tools

Site Tools


interwiki

This is an old revision of the document!


InterWiki Links

The original idea of InterWiki was to have one large distributed Wiki over the whole Internet. Today its more of an easy way to link from one wiki to another by having some simple link syntax to accomplish so.

In DokuWiki this is done by prefixing Wiki pagenames with a shortcut separated by a > character.

Examples:

[[wp>InterWiki]] InterWiki links to the English language Wikipedia
[[phpfn>random]] random links to a function in the PHP manual
[[google>Wiki]] Wiki links to a Google search
[[doku>interwiki]] interwiki links to the DokuWiki wiki
[[skype>echo123]] echo123 Links that opens Skype, ready to call Skype Test Call (echo123)
[[this>feed.php]] feed.php links to your wiki's URL. The example links to the local XML feed. [[>this]] is a special case and the only interwiki link which cannot be configured through any config file.

Here's an example of how to access an arbitrary file in dokuwiki's data/media directory by clicking on an image. It's useful for videos and pdf files.

[[this>lib/exe/fetch.php?media=video.ogg|{{image.png?300}}]]

Configuring InterWiki Shortcuts

InterWiki shortcuts are defined in two files:

  • the <dokuwiki_conf>/interwiki.conf file.
    This is the default file, it contains a few predefined useful shortcuts (more can be found in http://usemod.com/intermap.txt). It is possible to modify this file, however this could result in your changes being overwritten when upgrading DokuWiki.
  • the <dokuwiki_conf>/interwiki.local.conf file.
    This is the file to add your own interwiki links. This will prevent the links from being overwritten on an update.

The interwiki shortcut has to be in lowercase and follow the pagename rules.

The format of the interwiki config file is:

<shortcut>      <url to wiki>

The shortcut is the one you will be able to use in the link later. In the URL you can use some placeholders to be more flexible in linking. If no placeholder is given the URL-encoded wikiname will be appended to the URL. These placeholders are available:

Placeholder Replaced by
{URL} URL-encoded wikiname (the part which is appended to the URL in interwiki.local.conf)
{NAME} wikiname without any encoding
{SCHEME} scheme part if an URL was given as wikiname
{HOST} host part if an URL was given as wikiname
{PORT} port part if an URL was given as wikiname
{PATH} path part if an URL was given as wikiname
{QUERY} query part if an URL was given as wikiname

The last 5 parameters are useful when creating interwikilinks to cachesystems.

For example cached links with the old, not longer working, Coral Content Distribution Network could be used by a coral shortcut, defined using a couple of placeholders:

coral http://{HOST}.{PORT}.nyud.net:8090{PATH}?{QUERY}

For example, Ubuntu's wiki uses namespaces and pagenames like this LaptopTestingTeam/ToshibaPortegeM700 and without using {NAME} as a placeholder in your interwiki.local.conf file, you'll get a “Not Found” error on their wiki, because it'll interpret the forward slash as a %2F ; so what you can do is add this line to your interwiki.local.conf:

ubuntu https://wiki.ubuntu.com/{NAME}

and now create your link to it like this:

[[ubuntu>LaptopTestingTeam/ToshibaPortegeM700|Ubuntu on Toshiba Portege M700 Tablet]]

If the wikiname will already include encoded characters (ex: %26 for &) use {PATH} in your interwiki.local.conf definition.

Configuring InterWiki Shortcut Icons

Interwiki icons should have a size of 16×16 pixels, be in PNG or GIF format, and be named after the shortcut.

  • <dokuwiki_root>/lib/images/interwiki
    The directory to place the image files in.

You should also purge cached PNG and GIF images as well as the CSS Files if you have the default image instead of the one you uploaded.

rm -rf <dokuwiki_data>/data/cache/*/*.{gif,png,css}

It may actually be enough to invalidate the CSS caching by re-saving in the config manager ('re-saving' means pressing the save button of config manager without any changes of config options).

If you want to disable all or some kind of link icons, refer to disabling link icons.

See also

interwiki.1465156225.txt.gz · Last modified: 2016-06-05 21:50 by 2001:4dd0:ff00:9581:9480:556c:ea8c:793

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki