interwiki.conf 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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
  15. # To prevent losing your added InterWiki shortcuts after an upgrade,
  16. # you should add new ones to interwiki.local.conf
  17. wp https://en.wikipedia.org/wiki/{NAME}
  18. wpfr https://fr.wikipedia.org/wiki/{NAME}
  19. wpde https://de.wikipedia.org/wiki/{NAME}
  20. wpes https://es.wikipedia.org/wiki/{NAME}
  21. wppl https://pl.wikipedia.org/wiki/{NAME}
  22. wpjp https://ja.wikipedia.org/wiki/{NAME}
  23. wpru https://ru.wikipedia.org/wiki/{NAME}
  24. wpmeta https://meta.wikipedia.org/wiki/{NAME}
  25. doku https://www.dokuwiki.org/
  26. rfc https://tools.ietf.org/html/rfc
  27. man http://man.cx/
  28. amazon https://www.amazon.com/dp/{URL}?tag=splitbrain-20
  29. amazon.de https://www.amazon.de/dp/{URL}?tag=splitbrain-21
  30. amazon.uk https://www.amazon.co.uk/dp/{URL}
  31. paypal https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=
  32. phpfn https://secure.php.net/{NAME}
  33. skype skype:{NAME}
  34. google https://www.google.com/search?q=
  35. google.de https://www.google.de/search?q=
  36. go https://www.google.com/search?q={URL}&btnI=lucky
  37. user :user:{NAME}
  38. # To support VoIP/SIP/TEL links
  39. callto callto://{NAME}
  40. tel tel:{NAME}