]> sipb.mit.edu Git - ikiwiki.git/blob - doc/shortcuts/discussion.mdwn
even further thought
[ikiwiki.git] / doc / shortcuts / discussion.mdwn
1 # Suggestions for multi-language links
2
3 Sites like Wikipedia have different URLs for each language. The shortcut for Wikipedia `!wikipedia` points to `https://secure.wikimedia.org/wikipedia/en/wiki/%s` which is the English version.
4
5 Do you have a suggestion on how to make that shortcut also be used to point to a different language.
6
7 1. The option to just adapt the shortcut (`s/en/de/`) is quite cumbersome for non English speakers and also has the disadvantage of always updating the shortcut links manually after each modification in the upstream ikiwiki shortcut list to stay in sync.
8 1. Adding an extra shortcut for every language, e. g. `!wikipediade`, with for example the country TLD in it is an option but would make the shortcut list quite big.
9 1. Adding a `lang` parameter comes also to my mind, but I do not know how feasible that is.
10
11 Thanks. --[[PaulePanter]]
12
13 > Does anyone have an opinion on the shortcuts for google/wikipedia pointing at the HTTPS services? Introduced by an edit by Paul Panter.
14 > Personally, I think they should be separate shortcut keys.  Most of my
15 > google/WP usage is such that I would prefer it over HTTP (faster, less
16 > resource usage at client side). However, I never use the shortcuts feature
17 > in ikiwiki anyway... -- [[Jon]] 
18
19 >> I have been trying to decide what to do about that Jon. https links are
20 >> painful for me (dialup). This really needs to be fixed at a lower level
21 >> in the web than ikiwiki though, and I understand the push for https. --[[Joey]]