Open Anton-Latukha opened 5 years ago
I agree with adding an interwiki link to Wikipedia. When I recently upgraded the MediaWiki version I added the Interwiki extension, but I haven't done anything with it. In order to add another interwiki link, a Sysop has to make a change to the table. That's all that is required. Note: I am not a Sysop, though I probably should become one.
There is a default Interwiki table (see https://phabricator.wikimedia.org/source/mediawiki/browse/master/maintenance/interwiki.sql), which includes "wikipedia" as the interwiki link to Wikipedia. I suggest following this convention.
Other interwiki links are welcome, too.
I can not follow this convention at the moment. Until particular interwiki links are added to the extension - they do not work (I even just tested).
So that is why I would skip linking to Wikipedia for now.
I understand your point. I would be happy to add the link to Wikipedia, but it needs to be done by a Sysop. I’m not a Sysop at present. I would like the haskell.org committee to approve me as one. (Note: I could make that change myself, but I’d rather get the committee’s approval first. I’m not Grace Murray Hopper!)
Howard
On Apr 8, 2019, at 2:27 PM, Anton Latukha notifications@github.com wrote:
I can not follow this convention at the moment. Until particular interwiki links are added to the extension - they do not work (I even just tested).
So that is why I would skip linking to Wikipedia for now.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
Oops, sorry, I rerolled the message, but you use email. I believe then it is OK if I as a newcomer to HaskellWiki post a couple observed things to ask about.
Just found that that current wiki-monkey
converts external links to proper interwiki links.
And it can and does much more.
And it only the beginning of possibilities.
List of interlink seems really old.
It can have a way of partial fix. Or total update:
# live impromptu on https://unix.stackexchange.com/a/84820
for line in $(cat ./file.list)
do
responce=$(echo "$line" | awk '{print $2}' | xargs -L1 curl -Is)
echo "$responce" | head -n 1
done
# get the list of HTTP/1.1 200 OK
There are many interwiki links configured: https://wiki.haskell.org/Special:Interwiki
But there are no major ones:
I wonder, is there is a particular technical case associated with it.
It would be proper to use interwiki links instead of external links to major MediaWiki resource.
Related information: