extracted JS compressor into its own library
[dokuwiki.git] / conf / interwiki.conf
bloba5090568e2e17ed0f4b3ddb2c2907d2992dde392
1 # Each URL may contain one of these placeholders
2 # {URL}  is replaced by the URL encoded representation of the wikiname
3 #        this is the right thing to do in most cases
4 # {NAME} this is replaced by the wikiname as given in the document
5 #        only mandatory encoded is done, urlencoding if the link
6 #        is an external URL, or encoding as a wikiname if it is an
7 #        internal link (begins with a colon)
8 # {SCHEME}
9 # {HOST}
10 # {PORT}
11 # {PATH}
12 # {QUERY} these placeholders will be replaced with the appropriate part
13 #         of the link when parsed as a URL
14 # If no placeholder is defined the urlencoded name is appended to the URL
16 # To prevent losing your added InterWiki shortcuts after an upgrade,
17 # you should add new ones to interwiki.local.conf
19 wp        https://en.wikipedia.org/wiki/{NAME}
20 wpfr      https://fr.wikipedia.org/wiki/{NAME}
21 wpde      https://de.wikipedia.org/wiki/{NAME}
22 wpes      https://es.wikipedia.org/wiki/{NAME}
23 wppl      https://pl.wikipedia.org/wiki/{NAME}
24 wpjp      https://ja.wikipedia.org/wiki/{NAME}
25 wpru      https://ru.wikipedia.org/wiki/{NAME}
26 wpmeta    https://meta.wikipedia.org/wiki/{NAME}
27 doku      https://www.dokuwiki.org/
28 rfc       https://tools.ietf.org/html/rfc
29 man       http://man.cx/
30 amazon    https://www.amazon.com/dp/{URL}?tag=splitbrain-20
31 amazon.de https://www.amazon.de/dp/{URL}?tag=splitbrain-21
32 amazon.uk https://www.amazon.co.uk/dp/{URL}
33 paypal    https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=
34 phpfn     https://secure.php.net/{NAME}
35 skype     skype:{NAME}
36 google    https://www.google.com/search?q=
37 google.de https://www.google.de/search?q=
38 go        https://www.google.com/search?q={URL}&btnI=lucky
39 user      :user:{NAME}
41 # To support VoIP/SIP/TEL links
42 callto    callto://{NAME}
43 tel       tel:{NAME}