User talk:Kynikos

From ArchWiki

Feel free to leave here your comments on my edits or anything else you want to talk about: I'll reply as soon as I can!

Xyne-related page edits after Powerpill, Bauerbill... discontinuation

See Xyne-related page edits after Powerpill, Bauerbill... discontinuation.

Where should translations go?

Hi! I'm wondering where the Archwiki team wants new translations to go? On the page ArchWiki Translation Team I get the feeling that translations should be placed under archlinux.org. At the same time there are national wikis as well, at different stages of development. In my case this is archlinux.se, which only contains a few articles, and is generally lacking links to the main Wiki from what I can see. What is the policy on where to put translations?

Hi and welcome! I'm glad to know that the Swedish website has come back to life :) Since MediaWiki is _not_ designed to handle internationalization (it requires resorting to workarounds like the suffix one we're using here) the ideal goal would be to move each language to its own separate wiki, for ease of maintenance. So, in your case, all Swedish articles should now be moved to wiki.archlinux.se and replaced with interwiki links on at least the English page, e.g. [[sv:Huvudsida]]. -- Kynikos (talk) 15:23, 4 May 2012 (UTC)Reply[reply]
Ah, I forgot to mention that if you want to add an interlanguage link to a protected English page, you can just ask on its talk page, and it will be added by one of us admins as soon as possible! -- Kynikos (talk) 15:28, 4 May 2012 (UTC)Reply[reply]

On a secondary note - poorly developed regional wikis might work as a black hole for new users (turned off from arch due to lack of documentation) if they do not link to the main wiki for untranslated topics. Ideally they should cover the entire topic tree, and link to the anglish main wiki for untranslated articles. Granted, most potential new users that find a poor regional wiki probably continue searching and eventually find wiki.archlinux.org, but not necessarily all of them.

That's why we must exploit as much as we can the native tool that MediaWiki offers for keeping the various local wikis linked with each other: interlanguage links (example above).
Until the Swedish wiki lacks important articles, at least its Main Page if not also other important articles should instruct Swedish users to search for missing content on the English wiki.
-- Kynikos (talk) 15:23, 4 May 2012 (UTC)Reply[reply]

Text shift in discussion answers

I noticed that the discussion pages of the wiki, in order to indicate that the piece of text written actually answers a comment from a guy above, we are using colon to shift our answer. The problem appears on long discussions page (like the beginner guide, I'm coming from), when we answer to answers answering answers...

I think it would be better to use a @name statement: this indicates we are answering directly to the guy whose name is written. And this avoid left space waste (especially on mobile phones, I couldn't even read the whole thread on mine yesterday, because of the so long shift). -- Wget (talk) 13:10, 5 August 2013 (UTC)Reply[reply]

Well, about indentation we're just following Wikipedia's standards: Wikipedia:Help:Using_talk_pages#Indentation, Wikipedia:Wikipedia:Indentation.
About long discussions, outdenting can be used, Wikipedia:Wikipedia:Indentation#Outdenting.
I admit that the @ method wouldn't be such a silly idea, it would work with short discussions, but it wouldn't allow branching out long discussions. On wide screens the "left space waste" is negligible, and on my phones (Android) the browser correctly manages to fit long discussions to the screen width, I don't understand why your phone can't do that ^^
-- Kynikos (talk) 13:41, 6 August 2013 (UTC)Reply[reply]

Integrating Google searches into ArchWiki

Re-reading the discussion on my talk page (User_talk:Jstjohn#Unused_redirects) made me think that we should try improving the search functionality of the ArchWiki. Native MediaWiki search is really awful in my experience, and I'm guessing many others feel the same way.

The easiest way to improve it would be to integrate Google search directly into ArchWiki. A brief search on Google led me to [1] and [2], which are two ways to integrate Google search into MediaWiki. Even if those two aren't ideal solutions—I haven't looked at them in-depth—there are likely to be several other ways of integrating Google search into MediaWiki. So consider this a very nascent proposal for extending/improving search quality on ArchWiki without necessarily proposing a certain implementation.

I don't think that we should completely replace native MediaWiki search (yet?); however, integrated Google search would be a very useful alternative search feature that everyone can use.

-- Jstjohn (talk) 00:15, 5 December 2013 (UTC)Reply[reply]

I don't have a particular preference for one search engine or the other, however extensions can only be installed by the Devs, who have access to the repo, so a bug report should be opened for these things. In particular User:Pierre is the one who takes care of the wiki, and *IIRC* he tends to be against installing new extensions. -- Kynikos (talk) 09:18, 5 December 2013 (UTC)Reply[reply]

MediaWiki and help pages centralization

MediaWiki tries to centralize help pages, many links in the interface now lead to https://mediawiki.org (using Special:MyLanguage from Extension:Translate to detect the language; btw see also [3]). As we do many things differently, I think that we should keep linking to our pages by overriding the new defaults in MediaWiki: namespace.

For example, the "Editing help" link in edit pages now links to mediawiki.org (MediaWiki:Edithelppage).

-- Lahwaacz (talk) 22:21, 5 July 2014 (UTC)Reply[reply]

Thanks for the heads up, I'm not sure yet what to do here, because we do many things differently indeed style-wise, but relying more on the upstream docs for syntax guidelines and generic instructions on how a wiki works could be taken into consideration. I'll have a deeper look into that, and maybe start a discussion somewhere. -- Kynikos (talk) 05:00, 6 July 2014 (UTC)Reply[reply]

External links

There is something wrong with Special:LinkSearch:

There are many links to wiki that should be matched: links to diffs or history, Template:Out of date etc. use full url to talk pages, and there are even links to articles [4] (I bet there are some even in the main namespace). It seems that MediaWiki treats all external links starting with https://wiki.archlinux.org/api.php or https://wiki.archlinux.org/index.php as internal, which is very unfortunate.

-- Lahwaacz (talk) 07:26, 6 July 2014 (UTC)Reply[reply]

I'd even say that every https://wiki.archlinux.org link is ignored: it could be that, in order to indicize the external links, MediaWiki must first process the wiki markup (internal links, interwiki links, transclusions...), so then it has to ignore the urls that point to the wiki itself, otherwise they would be too many (?!?). The only problem is User talk:Karlswab, I can't really explain why its https link is shown... I've tried to reproduce it on User talk:Kynikos.bot but to no avail, really weird. -- Kynikos (talk) 05:52, 7 July 2014 (UTC)Reply[reply]
Found it! See [5] and the linked commit. We could submit a feature request to set $wgRegisterInternalExternals to true, but it has been disabled for a reason (at least on bit Wikimedia projects, the 50GB value is too much for Arch wiki). -- Lahwaacz (talk) 08:20, 7 July 2014 (UTC)Reply[reply]
Uh good job! However it's not clear whether setting $wgRegisterInternalExternals to true would only record the internal links formatted as external, or all the internal links regardless of their wikitext form. In the latter case, turning it on would be useless as it wouldn't help fixing the wrong-formatted ones.
Then there's still User talk:Karlswab: $wgRegisterInternalExternals was apparently introduced in 1.16.0, which we installed in 2010, however the link in that talk page was added in 2012, so in theory it should have not been recorded...
What we can do:
  1. Ask about the exact functionality of $wgRegisterInternalExternals
    • Possibly open a bug report to enable it here (still having FS#35545which from now on I will refer to as simply "The Bug" fixed would help)
  2. Update/remove ArchWiki:Contributing#Use internal links
-- Kynikos (talk) 12:59, 7 July 2014 (UTC)Reply[reply]
I'd say that this would definitely affect only the external links (syntax sense). From the quick look at the code, the addExternalLink method is called only from parts of the parser responsible for formatting the external links; then there is addLink for the internal (and interwiki) links. See also [6] which talks specifically about Special:LinkSearch.
About User talk:Karlswab, it is possible that for Arch wiki the $wgRegisterInternalExternals variable was first set to true and later set to default. We could try to find some older links not being registered to confirm this paradox :P
-- Lahwaacz (talk) 14:02, 7 July 2014 (UTC)Reply[reply]
Yeah, you're right, and these two observations put together would also explain why a link to a search like those has been in my public task list for ages, also allowing me in 2012 to do this series of edits with my bot, which was clearly launched on Special:LinkSearch, actually also fixing some wiki.archlinux.org links (some of which I had to revert then, teaching me that links cannot be converted automatically).
I've removed the section in ArchWiki:Contributing for the moment. We could also open the report for $wgRegisterInternalExternals, but I'm not sure how lucky it could be, considering the age of the other open wiki bugs; maybe this one can wait for the resolution of The Bug, which at a certain point we'll probably have to bump somehow, being a very quick fix in practice. This discussion will also remind to re-add the section in ArchWiki:Contributing then.
PS: I'd also be curious to re-save User talk:Karlswab and see if the link in the search really disappears :P
-- Kynikos (talk) 14:44, 8 July 2014 (UTC)Reply[reply]
I have tested this on LocalArchWiki, and the externallinks table (with 1565 links to wiki.archlinux.org domain) takes 36.2MiB. Since wiki.archlinux.org is not a local domain for LocalArchWiki, I did not even have to set $wgRegisterInternalExternals to true, which also means that I can't determine the increase in space, but for ArchWiki it is surely in order of MiB, not GiB.
Edit: After the $wgRegisterInternalExternals is set to true, it will be necessary to run the RefreshLinks.php maintenance script to update the database; this should be noted in the bug report/feature request.
-- Lahwaacz (talk) 14:23, 22 December 2014 (UTC)Reply[reply]

Redirections are visible in search

Hi Kynikos.

I noticed all pages which are redirections to others are visible in search results. For example, search for Android, and you will get Android-sdk and Android as results where Android-sdk points to the main Android article. The same with the VirtualBox article I'm currently maintaining. Virtualbox --> VirtualBox, Installing Arch Linux in VirtualBox --> VirtualBox, VirtualBox Extras --> VirtualBox,... I think such redirections shouldn't appear in search results, like it is on Wikimedia/Wikipedia.

Also, I wonder if the translation titles are really needed in search results too e.g. VirtualBox (简体中文). Why not provide only English versions as result, then if the user wants the translated (and outdated) content, he can click on the links on the left. -- wget (talk) 19:34, 2 August 2014 (UTC)Reply[reply]

Uncheck 'List redirects' search option. -- Karol (talk) 22:57, 2 August 2014 (UTC)Reply[reply]
Ok. but this checkbox should be unchecked by default. -- wget (talk) 23:06, 2 August 2014 (UTC)Reply[reply]
There doesn't seem to be an option in the user preferences, and I don't think it's possible to uncheck it globally, see mw:Manual:Configuration settings#Search (and anyway that would require FS#35545 to be fixed). However I'd be against unchecking it by default because if somebody searches for "android sdk" he has to get the redirect as a result, and this is one of the main reasons why we create redirects in the first place.
About results in other languages, MediaWiki is completely unaware of our language tagging system, which is regulated by Help:i18n, but it's worth mentioning that implementing Help talk:i18n#Language namespace(s) in place of suffixes? would solve the problem.
-- Kynikos (talk) 04:06, 3 August 2014 (UTC)Reply[reply]

Smart cards

Hi Kynikos. Just after some updates on the VirtualBox Arch Linux article, I'll write a complete documentation for the Belgian eID (identity card) requiring me to link to the official website and some posts from blogs belonging to Arch Linux enthusiasts. I'm also gonna upstream to Wikipedia some information I discovered in very hidden PDFs on the website (hardware specifications, etc. which are not really related to Arch Linux). I don't know how I'll proceed yet: maybe write a complete Arch Linux article then upstreaming or the reverse order. I don't know. -- wget (talk) 01:07, 10 December 2014 (UTC)Reply[reply]

Sounds great, however I can't help you plan this :) There is however Estonian ID-card already, maybe it can inspire you. -- Kynikos (talk) 05:49, 10 December 2014 (UTC)Reply[reply]
Thanks for the hint. I see we have the Common Access Card article too. In order to avoid duplication, since both CAD, the Estonia and Belgian eID are all smart cards, I'm gonna merge these articles together and make a meta article called Smart card (no need to create a Java Card article, the vast majority are Java cards any way). -- wget (talk) 12:00, 11 December 2014 (UTC)Reply[reply]
This could be a good idea, anything that avoids duplication is always welcome. -- Kynikos (talk) 14:12, 12 December 2014 (UTC)Reply[reply]

Arch Development category is dead

Hi Kynikos.

Reading my mailing list messages, I was wondering how official repositories signoffs were actually performed. I decided to browse the wiki to answer my question and realized the [7] category was completely outdated, not being able to find a clear answer. I would like to move all articles from that category to the DeveloperWiki: where already a bunch of updated information are available. I really meant MOVING not creating a redirection: my aim is to clean this wiki as much as I can. And creating redirection is counterproductive: this doesn't clean category list and table of content.

I already made that suggestion to you #Redirections are visible in search.

Also, with information I get from IRC today, I'ld like to provide a big DeveloperWiki:Website page where we will put all information I gleaned about our the ArchLinux website structure is working. I meant gleaned because I'm subscribed to all ArchLinux mailing list and am reading them daily.-- wget (talk) 14:11, 8 January 2015 (UTC)Reply[reply]

As its name says, the so-called "DeveloperWiki" should be maintained by Developers, but they don't, so of course those articles have become obsolete. Right today I've marked some more for deletion. I haven't understood where you'd move those articles though. Redirects shouldn't be categorized, so they shouldn't appear in Category pages, nor increase the count numbers in Table of contents.
You've already found DeveloperWiki:Archweb, you can move it to DeveloperWiki:Website and expand it if you want, I don't have any objections :) (actually, scrap renaming the article, "Archweb" does seem to be the official name of the project[8])
-- Kynikos (talk) 15:28, 9 January 2015 (UTC) (Edit: 06:51, 14 January 2015 (UTC))Reply[reply]

Highlighting whitespace in diffs

If I remember correctly, MediaWiki used to highlight whitespace in the diffs, e.g. when a space was added/removed it used to be highlighted with blue background. This is no longer the case and sometimes it is rather annoying, see e.g. [9]. Have you also noticed the change or is it just my imagination? -- Lahwaacz (talk) 09:21, 6 February 2015 (UTC)Reply[reply]

Look at this diff [10], you'll see a whitespace here.
Regretfully, whitespace/tab changes aren't highlighted when they're placed at the end of a line sometimes (ughh, I can't realize now when it is happening) neither with old 1.22 engine nor with 1.24 :( — blackx (talk|contribs) 10:19, 6 February 2015 (UTC)Reply[reply]
I don't remember if whitespace changes were always highlighted before the recent software upgrades; however the fact that I never noticed this behavior either might indicate that it's indeed a new bug?
In any case it's clearly a bug in the diff engine, so it should be reported upstream, hopefully one day it will be fixed... (but don't sit there and wait in the meanwhile eh ;) )
One reason this bug may happen could be linked to the fact that the diff engine outputs differences with <ins> and <del> tags, and this may clash with some whitespace-related XML/HTML behavior.
Kynikos (talk) 07:36, 7 February 2015 (UTC)Reply[reply]
Considering that adding a single space is the recommended way to make a dummy edit, there might indeed be a connection with rendering and the result is probably very buggy. At least changes that make difference in rendering seem to be highlighted consistently, e.g. [11].
I'll see what can be found upstream, until then wikEdDiff seems to be a viable alternative (but has to be run with Greasemonkey).
-- Lahwaacz (talk) 12:43, 7 February 2015 (UTC)Reply[reply]

Minor bot edits

Hi, I've noticed that I'm not getting any email notification for bot edits marked as minor, e.g. [12]. It does not seem to be a bug, it's more likely a feature. To exploit it, maybe all bot edits with an edit summary like "automatic update" should be marked as minor. What do you think? -- Lahwaacz (talk) 20:51, 1 March 2015 (UTC)Reply[reply]

Since I patrol the recent changes, I don't use notifications: is that behavior independent of Email me also for minor edits of pages and files in Special:Preferences#mw-prefsection-personal and Hide bot edits from the watchlist in Special:Preferences#mw-prefsection-watchlist?
Anyway, currently I think all the "automatic updates" that I do regularly are:
In general, I think marking edits done with a bot account as "bot" and/or "minor" should be decided case by case, primarily considering the effects on Special:RecentChanges, and only then on notifications. You may want to also consider solving the problem on your end by setting custom filters in your email client.
This said, I'm open for discussing each of these cases separately, or any others I might have omitted, of course.
Kynikos (talk) 03:59, 2 March 2015 (UTC)Reply[reply]
Yes, I have Email me also for minor edits of pages and files checked and Hide bot edits from the watchlist unchecked. Btw, I didn't find an option for Show bot edits in RecentChanges by default, I think there is none.
As for the email client, I already have filters to mark notifications of my bot account as read and check the edits from the list of contributions, which includes also pages not present in my watchlist. This way I can avoid checking an edit twice. I could add another bot account to the filter, but I think it's better to mark the edits as minor instead, because this will apply to all users and not just me :)
Edit: I've modified statistics.py to make properly marked bot edits. Since the past edits were already being performed by a bot account, I assume it was a bug -- or would you like to complicate things and let bots do regular non-bot edits?
-- Lahwaacz (talk) 18:15, 2 March 2015 (UTC)Reply[reply]
Eheh honestly I originally didn't put the "bot" parameter in that query on purpose, thinking there was no reason not to show the edit in the RecentChanges (I reason in a "show-all-except" way instead of "hide-all-except", and I don't mind seeing bot accounts acting as normal users), but I don't feel strongly about it at all, and I'll take your concerns about notifications as a valid argument in favor of hiding it, so I've pulled the new version and will use it from now on :)
Are you ok with me updating Table of contents as a normal user?
Kynikos (talk) 14:08, 3 March 2015 (UTC)Reply[reply]
Well, bot edits are included in the RecentChanges, only hidden by default. Unfortunately there is no way to configure MediaWiki to show them by default, neither per-user nor globally. I think that the decision whether to mark edits as bot or not should be driven by the way they were performed (manual or automatic), not by the intention to hide or show them in some list by default, which should be only the incidence (and ideally configurable). Of course all this decision making would be much simpler if regular users could mark some edits as bot, if only via API, and ideally supply a tag indicating the software that made the edit. Then we would not need the dual accounts at all...
As for Table of contents, it is not updated daily, so my argument with notifications does not stand. I'll leave this up to you.
-- Lahwaacz (talk) 20:48, 3 March 2015 (UTC)Reply[reply]
Interesting discussion, I've never really thought in depth about whether there's a general rule that makes me decide when to use a bot account (and possibly the "bot" tag) or not to perform some edits. I think I've always seen bot accounts as a means of not polluting the (default) recent changes with numerous, similar, minor, automatically-saved changes that theoretically nobody should care too much about (except for the bot operator who is supposed to check them, at least by sample) (yes, there's also the advantage of having higher query rates allowed from the server). There are exceptions though, like the sorting of admins/maintainers pages, which I see as only a technicality of no consequence that can easily stay behind the scenes; also, I tend to use the bot account when testing something technical, like the behavior of templates etc.
I'm wondering what you exactly mean with "the way [edits] were performed (manual or automatic)": is "automatic" as in "the text has been modified with other means than pressing character keys on a keyboard", or as in "the changed text has been saved with other means than pressing the Save page button in an editor's page"? In the former case I'd disagree it could be a sufficient test to distinguish between bot and non-bot edits, think for example of editor assistants like Wiki Monkey or external editors like vim; in the latter case, quick edits that I do with Wiki Monkey e.g. when fixing a few double redirects, updating ToC articles, or fixing the backlinks of an article would require me to switch to the bot account, even though I'd see such edits as more human-like than bot-like.
Kynikos (talk) 07:15, 4 March 2015 (UTC)Reply[reply]
Well, semi-automatic is, by definition, between automatic and manual. Obviously the bot/non-bot distinction is too strict, unfortunately MediaWiki does not provide anything better. There is an attempt to implement revision tagging (see mw:Manual:Tags), but it does not behave as I'd suspect. We have Special:Tags on ArchWiki, but the managechangetags right mentioned in the manual as "given to administrators by default" is not listed in Special:ListGroupRights nor mw:Manual:User rights. Hence I think that these tags are usable only from extensions, perhaps a special extension is necessary to edit the tags.
Anyway, I haven't done many semi-automatic edits in a while, but I'm inclined to mark them as normal/non-bot (i.e. not mark them at all) and reserve the "bot" mark only for automatic edits. After all, we don't require other users to make a bot account to do semi-automatic edits.
-- Lahwaacz (talk) 14:24, 7 March 2015 (UTC)Reply[reply]
So, can I infer that your definition of "manual" vs "automatic" is based on the saving method, i.e. click on Save page vs API query (see the second paragraph of my previous post)? In this case Wiki Monkey's bot and special plugins (e.g. updating ToCs or double redirects) are "illegal" when run with a normal account, if we want to apply this rule strictly. What we call "semi-automatic" edits are in fact "manual" ones, under this definition, it makes it pretty obvious to me :) If we really need a definition, I think that is the only clear one we can give.
However I was thinking: why is it that we need a separate account for bot edits after all? I think that for MediaWiki that's only a difference in rights, but when it comes to distinguishing the single edits, MediaWiki only looks if the query has the bot parameter set, which can be set only by accounts in the bots group. In practice, this means that I could simply add our "normal" accounts to the bots group too, and nothing would change when we do normal, manual edits, but we would be able to control when the bot parameter is added by just properly setting it in the script queries that need it, without the need to switch account too (I hope I've made it clear enough).
Kynikos (talk) 03:47, 8 March 2015 (UTC)Reply[reply]
Yes, I think that the following definition is natural: if the text is both modified and saved manually, it is manual; if it is modified automatically and saved manually then it is semi-automatic; and if it is both modified and saved automatically, then it is automatic.
If I remember correctly, the edits of bot accounts which were saved via clicking on "Save page" in the web UI are automatically tagged as bot edits. Or is there a way to change this absurd default?
-- Lahwaacz (talk) 07:59, 8 March 2015 (UTC)Reply[reply]
Well, the definition is ok, but applying it strictly would make maintenance harder in some instances, for example a few hours ago I fixed a bunch of double redirects with Wiki Monkey's plugin, which qualifies them as automatic edits: if I had to switch to the bot account it would have taken too long and alomost defeated the purpose of having a quick button for that. That's why in practice I think I'll keep just deciding case by case.
About manual edits with bot accounts you're right, I completely forgot that, so the idea is discarded of course, as I don't know of a way to change that behavior either.
I'll keep this discussion around for a while, just to see if after re-reading it in the future I'll be able to come up with a better conclusion.
Kynikos (talk) 10:05, 9 March 2015 (UTC)Reply[reply]
Update: Since 1.25.X users and bots are supposed to be able to apply certain tags by themselves, see mw:Help:Tags. The page is unfortunately still empty; the API edit module takes a new tags parameter (unfortunately not described in mw:API:Edit yet), but it is not clear if it will be possible to set tags also from the web interface. I will try this sometimes... -- Lahwaacz (talk) 21:39, 1 September 2015 (UTC)Reply[reply]
I've just changed wiki-scripts to apply the wiki-scripts tag automatically for every edit [13]. -- Lahwaacz (talk) 16:56, 4 July 2016 (UTC)Reply[reply]

Wiki Registration AntiSpam box "FunnyAnswer" Bash Note required

Just registered and already contacting an admin (u_u), in any case, While registering after I was amused by the AntiSpam "FunnyAnswer" box, I copied the text to my terminal, and pasted the code. It was apparently wrong! , did it 3 more times, all the same result.... Then, for no good reason, I decided to try Bash, as I normally use "fish", and surprisingly enough it gave another result, which was easily accepted. Apparently fish got "date -u +%V`uname`" translated into "14`uname`", instead of "14Linux".

I understand that most users wouldn't replace Bash, but I think it is worth a mention to use it for the challenge. Additionally, while we are at it, maybe add a newbie friendly

"What is the output of the following line in the Bash terminal" [code][/code]

With a possible link to the Bash wiki page, for a toddler user, who just decided for some reason to edit the marvellous ArchWiki, instead of the soulless

"What is the output of "date -u +%V`uname`|sha256sum|sed 's/\W//g'"?"

>>> Challenge form field is; <input type="text" class="mw-ui-input" name="FunnyAnswer" tabindex="9" value="" id="FunnyAnswer">

—This unsigned comment is by Serag4000 (talk) 4 April 2015‎. Please sign your posts with ~~~~!

Thank you for the feedback and welcome to the ArchWiki!
Yes, backticks don't work in fish [14] [15] [16] :)
It happens frequently that new users report registration difficulties in the forums, although I'm not sure if somebody's ever proposed to explicitly mention Bash in the question, actually I don't think it would be a bad idea. In any case though, patching the captcha is beyond the powers of a wiki admin, and a request in the bug tracker should be opened for that, so you may want to go that way on your own, or I'll just put this in my TodoList™ and discuss it at some point in time.
Kynikos (talk) 03:08, 5 April 2015 (UTC)Reply[reply]

File uploads?

Forgive me for asking this dumb question, but are file uploads enabled on this Wiki? According to this there should be an "Upload File" link under "tools", but I don't see it. Some files have obviously been uploaded, but the most recent was in 2008, and I'm wondering if file uploads were disabled since then. I would like to upload some diagrams now and then, but I can't figure out how. Am I just looking in the wrong place? EscapedNull (talk) 15:43, 18 April 2015 (UTC)Reply[reply]

It's not a "dumb question", don't be afraid of asking anything you want :) File uploads are deliberately disabled on this wiki for regular users, the reasoning being in Help:Style#Non-pertinent content. Disk encryption has some examples of beautiful Unicode diagrams by User:Sas, who explained how he made them in Talk:Disk encryption#Unicode graphs.2Fpatterns: do you think that's a viable solution for you? — Kynikos (talk) 03:56, 19 April 2015 (UTC)Reply[reply]
Thanks for the reply. I've used ASCII Flow before and its functionality is pretty limited, and I don't use Kate, but it did give me the idea to search for Vim plugins, where I found this one right off the bat. I'll give it a try soon and see about using it instead. I asked about file uploads because I like the dot language, which only supports exporting SVG and simple image formats. Maybe someday Arch Wiki will support Extension:GraphViz? EscapedNull (talk) 11:03, 20 April 2015 (UTC)Reply[reply]
Nice, if you make it to draw those diagrams with the boxdraw plugin they will also be more examples we will be able to show to users who will come with the same question! About the GraphViz extension, never say never, but I don't see it as something happening in the foreseeable future :) — Kynikos (talk) 13:56, 21 April 2015 (UTC)Reply[reply]

Concept of non-English TOC

Hello, Kynikos! At this discussion I offered to placing two table of contents side by side in non English Tables of categories, but nobody answered. It is important, because there are for example some articles only in English, but Russian people may be still interested in them (for example, pages about Laptops). Also, doing so will solve problem of out-of-sync numbering in English and non-English table of content.

Sorry for contacting you directly, but maybe you can help me with that? I think we need to create/edit your script, that do automatic updates. I have made a concept of ToC for non-English pages. Is something like that possible? — Agent0 (talk|contribs) 17:03, 5 September 2015 (UTC)Reply[reply]

I might be able to look at this after my BS exams in a few days. In the meantime, if keeping the corresponding numbers on the same line isn't important, you could take a look at User:Lahwaacz/ToC test for a simple solution: on the real Table of contents (Русский) you need to transclude only the English version. If the content is wrapped into the divs properly, Wiki Monkey should preserve the layout and only update the left column. -- Lahwaacz (talk) 17:23, 5 September 2015 (UTC)Reply[reply]
Lahwaacz, thank you for answer. Good luck passing exams =).
Interesting solution. But ideally, I want corresponding categories to be side by side. In that case it would be easy to detect how much pages are translated and what is total number. — Agent0 (talk|contribs) 17:39, 5 September 2015 (UTC)Reply[reply]
Hey Agent0, I'm aware of the discussion you reference, but unfortunately at the moment I don't have the time to follow complex discussions, so that's why I'm delaying answering :) Of course something like that would be possible, but I can't work on it now, sorry...
And thank you Lahwaacz for trying to help, if you want to implement the idea go ahead of course, this is probably something more suited for wiki-scripts after all :) Good luck from me too!
Kynikos (talk) 12:07, 6 September 2015 (UTC)Reply[reply]
Half year late, but I've finally made a start: [17]. Now it should be just a matter of formatting the graph(s) into HTML/MediaWiki and implementing localized category names... -- Lahwaacz (talk) 19:34, 1 March 2016 (UTC)Reply[reply]
Nice! Another TODO is to be able to change the roots with command-line arguments. Also, when formatting to MediaWiki, right-to-left languages may give some trouble, this is how I sort of managed that in Wiki Monkey. Preserving localized category names is easily done by parsing the previous ToC and storing the translations in a mapping object, e.g. [18] (should be case insensitive). Then I think implementing a guard against loops (including self-categorized categories) is another must todo. — Kynikos (talk) 02:39, 2 March 2016 (UTC)Reply[reply]
Thanks for the tips, I think it's mostly finished now - except for the "also in" translations. I was thinking that they could be encoded directly in the wikitext using the HTML5 data attributes, similarly to how I currently configure the columns of the table - see the test page: User:Lahwaacz/Table of contents. -- Lahwaacz (talk) 14:56, 5 March 2016 (UTC)Reply[reply]
Keeping the "also in" strings directly in the page sounds like a good idea to me, but I don't like the current version with the colon ("also in: [...]"), I prefer the one we're using now without the colon ("also in [...]")) :)
However can you test the script on the current Table of contents (Русский)? I get:
Traceback (most recent call last):
  File "toc.py", line 483, in <module>
    toc.run()
  File "toc.py", line 464, in run
    ff.format_row(item)
  File "toc.py", line 225, in format_row
    self.text += self.format_cell(*col) + "\n"
  File "toc.py", line 215, in format_cell
    output += " {} ({})".format(self.localize(title), self.info[title]["pages"])
KeyError: 'Category:Email clients (Русский)'
Category:Email clients (Русский) is an empty category, so that's probably a corner case that hasn't been considered.
Kynikos (talk) 07:06, 6 March 2016 (UTC)Reply[reply]
The bug was much more obscure, for some reason empty categories also have an empty "categoryinfo" field in the API response (see [19]), but it is fixed now. And the colon after "also in" was just an oversight :) -- Lahwaacz (talk) 07:48, 6 March 2016 (UTC)Reply[reply]
It looks like a very neat job, apparently only the localization of "also in" is left to do (sorry I can't contribute at the moment, even though the code is crystal clear).
Then I've naively tried to use --toc-page=User:Kynikos/ToC_test but apparently the underscore is not recognized as a space, maybe the argument should be processed with ws.parser_helpers.title.canonicalize? (I know in production the config file would be used, but still... :P )
— Kynikos (talk) 04:33, 7 March 2016 (UTC)Reply[reply]
Thanks for another bug report, the pages were actually returned by the API correctly but the error checking was too naive.
The most difficult part regarding the "also in" translations will be recognizing the correct language per-column and selecting good names for the data attributes. We could even encode the values using JSON or something like that, but that's an overkill for single-column pages. I haven't thought this through yet, so any suggestions are very welcome :)
-- Lahwaacz (talk) 07:20, 7 March 2016 (UTC)Reply[reply]
Maybe:
{| id="wiki-scripts-toc-table" data-toc-languages="cs,en,..." data-toc-alsoin="také v,also in,..."
or:
{| id="wiki-scripts-toc-table" data-toc-language-0="cs,také v" data-toc-language-1="en,also in" data-toc-language-#="...,..."
or:
{| id="wiki-scripts-toc-table" data-toc-languages="cs:také v;en:also in;..."
(first split by ";", then partition by ":")
— Kynikos (talk) 02:08, 9 March 2016 (UTC)Reply[reply]
In the end I've used something in between: data-toc-languages="cs,en" data-toc-alsoin="cs:také v, en:also in". The English "also in" is the default anyway, so data-toc-alsoin="cs:také v" leads to the same behaviour. And to simplify that further for single-column pages, the tag: prefix is optional if it corresponds to the language of the page that is being parsed, so e.g. data-toc-languages="cs" data-toc-alsoin="také v" would work as well on Table of contents (Česky). So if this last missing feature works as expected, I think it's ready for deployment :) -- Lahwaacz (talk) 20:38, 14 March 2016 (UTC)Reply[reply]
Great! However I think we forgot one last detail... How do we convert (i.e. preserve) the existing translations to the new format? See [20] :) I suppose the only answer is parse the old table and create a temporary translation map... Sorry, I should have tested this earlier instead of waiting the weekend. Anyway I think that with this new script we can update the ToCs every day, since it uses generators which means many less queries; we could share the task like with ArchWiki:Statistics. — Kynikos (talk) 04:22, 20 March 2016 (UTC)Reply[reply]
Actually, there is a trick that I forgot to mention: [21] :) Lahwaacz (talk) 07:49, 20 March 2016 (UTC)Reply[reply]
Ooooh... never... mind... then :D I don't have much time now, if you want to go ahead with the conversion, help yourself ;) — Kynikos (talk) 08:08, 20 March 2016 (UTC)Reply[reply]
Alright, it's done - except for the "also in" translations on some pages (the script will show the page titles in warnings). -- Lahwaacz (talk) 13:13, 20 March 2016 (UTC)Reply[reply]
Well done, now I'm wondering if more translators or non-English readers (besides Russian) would prefer their ToC with the side-by-side comparison. — Kynikos (talk) 03:14, 21 March 2016 (UTC)Reply[reply]

Syncthing as a Backup Tool

Hi, you have added Syncthing to the list of Backup Applications here: https://wiki.archlinux.org/index.php?title=Backup_programs&type=revision&diff=417231&oldid=417230 I am a member of the Syncthing Core team and I would like that we do not encourage people using Syncthing as a Backup application, see also: http://docs.syncthing.net/users/faq.html#is-syncthing-my-ideal-backup-application I suggest removing Syncthing from the list of Backup applications, maybe we could create some list of "cloud" or "file synchronization" tools; that would make much more sense.

Stefan

Hi Stefan, I noticed that the page was missing many applications that even have articles in this very wiki, so I thought I'd do a broad research and add everything I could find without filtering for the moment.
I haven't had the chance to try Syncthing yet, but it sounds similar in purpose to rsync and Unison, which are in the list as well and have a similar limitation when used for backups. I think the intro to Backup_programs#Rsync-type_backups explains it to some extent: only some applications do keep snapshots, but others are just blindly syncing folders, like Syncthing, so if used as backups they should be part of a custom-engineered system, for example syncing folders with a server that has its own local snapshot-creation system.
Of course I will respect your will, since you are a Syncthing developer (although a proof of your identity would be welcome :) ), so if you want it removed from the list, please just go ahead and do it.
However my idea would be to keep it there for the moment, and instead try to reorganize the article, since the current structure is very confusing. I was thinking of using some tables to better compare the features of every application, and if you instead wanted to give a hand in that direction it would be very appreciated!
Kynikos (talk) 07:47, 27 January 2016 (UTC)Reply[reply]
If you want to create a "File synchronization" section in Backup programs, that's a better (temporary?) solution for me, however I've also started working on a possible completely new table-based solution in User:Kynikos/Backup programs: if it turns out to be a feasible thing, I'll propose to merge in in Talk:Backup programs. — Kynikos (talk) 12:31, 27 January 2016 (UTC)Reply[reply]

Thanks for your suggestion

Hi. Thanks for your suggestion; I came from Wikipedia and didn't know the convention in Arch wiki. Is there any way to watch only a section of a page? Otherwise I'll get more notification than necessary as the watch list grows. --Franklin Yu (talk) 06:58, 17 April 2017 (UTC)Reply[reply]

Hi, no, there's no way to only watch a section, but this wiki isn't even comparable in terms of activity to Wikipedia, just follow the "Recent talks" link in the left column to get an idea, so I wouldn't worry too much about the possibility of a notification overflow. If you notice you receive notifications about a page you're no longer interested in, unsubscribing is as easy as clicking on the "unwatch" tab at the top of the page, which has even a direct link from notification emails.
You can also enable/disable automatically adding pages to your watchlist from Special:Preferences.
Kynikos (talk) 07:45, 17 April 2017 (UTC)Reply[reply]

Edit suggestion

I've created an article File_system_cloning which was later moved to a section in the rsync article by you:

https://wiki.archlinux.org/index.php?title=File_system_cloning&diff=next&oldid=480325

I've noticed that there is a conceptually very similar article Full_system_backup_with_rsync also having the same situation. Actually, it is even a little bit worse since rsync is mentioned in the article title itself, failing the title to be as general as reasonable. My article meant to provide multiple ways, which was clear from the title and the introduction. As there is an obvious contradiction in regards to your edit, I am inviting you to also move Full_system_backup_with_rsync as a section of rsync article.

The only non-rsync-related information in Full_system_backup_with_rsync is regarding the fstab/bootloader regeneration, which is also duplicated from and already mentioned in Migrate_installation_to_new_hardware article, where it belongs. When you remove this duplicated information, please check that anything you remove is also mentioned in Migrate_installation_to_new_hardware.

—This unsigned comment is by Drws (talk) 1 July 2017‎. Please sign your posts with ~~~~!

Thank you, all done. -- Kynikos (talk) 10:38, 1 July 2017 (UTC)Reply[reply]

Abuse filter tripped in User: namespace

Hello! I was attempting to add a script to help with editing to my common.js file. Unfortunately, abuse filter #7 seems to apply in the user namespace as well and disallowed me adding the script. Would you mind adding an exception for the user namespace? Rider ranger47 (talk) 14:19, 7 July 2017 (UTC)Reply[reply]

Is it necessary to upload a common.js file which has about 1.3 MB? You can load 3rd-party scripts with mw.loader.load, see e.g. User:Lahwaacz/common.js. -- Lahwaacz (talk) 15:06, 7 July 2017 (UTC)Reply[reply]

pam_mount page clarification

[Moved to Talk:Pam mount#automatic unmounting and systemd. -- Kynikos (talk) 11:58, 27 September 2017 (UTC)]Reply[reply]

Reverted/edited Help:Reading

I changed the wording of this edit because the article is a mix of Arch stuff (pacman, makepkg, etc.) and general Linux stuff (how to edit a text file). Someone might be new to Linux entirely, not just Arch, and need help with the basics. Silverhammermba (talk) 19:08, 13 November 2017 (UTC)Reply[reply]

My reasoning was that if someone is new to Linux in general, they're implicitly new to Arch Linux too, but I don't mind spelling that out, only perhaps I'd remove the parentheses. -- Kynikos (talk) 10:37, 14 November 2017 (UTC)Reply[reply]

[[Wikipedia:Manual of Style]] authority reference

Hello! I notice opened a discussion named "[[Wikipedia:Manual of Style]] authority reference" related to a edit made by you in september 2013. Could you please take a look at it? Thanks in advance! - Josephgbr (talk) 08:00, 24 November 2017 (UTC)Reply[reply]

Hi! Sorry, I saw your discussion but I've been really busy... You're perfectly right, please go ahead and update the link, thank you :) -- Kynikos (talk) 14:02, 24 November 2017 (UTC)Reply[reply]
No problem. I applied the change. Thanks! -- Josephgbr (talk) 14:55, 24 November 2017 (UTC)Reply[reply]

Maintainer

I was wondering if you need maintainers I can propose myself, if there are things I should do to get there I could work on it. If you have enough maintainers this is absolutely fine.

Kewl (talk) 13:22, 13 December 2017 (UTC)Reply[reply]

Hi Kewl! Don't worry, your contributions aren't going unnoticed ;P
Just to be fair, there are also other users who are standing out in this period, I'm sure the other admins think the same, we'll likely organize an internal poll soon to find an agreement on some names.
For the moment I thank you for your precious help, please note that invitations to the Maintenance Team are made privately by email, so make sure that your email address can receive messages from the wiki, and in particular that you don't have filters that may move them to the junk folder (it's happened multiple times in the past).
-- Kynikos (talk) 13:58, 13 December 2017 (UTC)Reply[reply]
Thanks Kynikos, this is clear. -- Kewl (talk) 16:16, 13 December 2017 (UTC)Reply[reply]

Re: undo on graphviz page

You're totally right, I don't know why I thought vimdot is a separate package. Vimdot is pretty handy though and I discovered it by accident - might be useful to mention it on the wiki page. How about putting something like "For a more interactive experience, try vimdot command" at the end of "Example" section? Nesk (talk) 12:08, 23 April 2018 (UTC)Reply[reply]

Sure, you can also be more creative and use Template:Tip and Template:man :) -- Kynikos (talk) 12:35, 23 April 2018 (UTC)Reply[reply]

How to use Wiki Monkey to sort users

Hi, Kynikos! Could you please explain how to use the awesome Wiki Monkey (Standalone version) to sort users in the list by their recent edits number (e.g. for ArchWiki Translation Team (Русский)#Команда)? Actually the ArchWikiSortContacts plugin is disabled, I couldn't find anything useful on GitHub, and I guess the discussion you had earlier is no longer up-to-date (as there are no such sections, configs and comments for the script). -- SlavMetal (talk) 19:04, 15 September 2019 (UTC)Reply[reply]

Hey SlavMetal, of course I can help, Wiki Monkey has changed quite a bit since that 2015 discussion, so I've taken this opportunity to write some documentation for the plugin, see [22], I've also tested it in [23] as an example, let me know if it works for you :) -- Kynikos (talk) 17:09, 16 September 2019 (UTC)Reply[reply]
Oh, so the guide was in the separate wiki pages, sorry. I'll try it in the nearest time, thanks! -- SlavMetal (talk) 19:13, 16 September 2019 (UTC)Reply[reply]
Uh, nothing to be sorry about, as I said I've just written it, you couldn't have seen it before ^^ Technically I could initialize your page for you more quickly than even writing this very post, but I think it's better if you learn by yourself ;) -- Kynikos (talk) 10:28, 17 September 2019 (UTC)Reply[reply]
Yep, everything works like a charm, thank you! -- SlavMetal (talk) 17:48, 18 September 2019 (UTC)Reply[reply]
Hi Dario! Looks like something has changed in the script and it stopped working. I have always been importing following configuration snippet:
{
  "#default": {
     "ArchWikiSortContacts": {
        "enabled": true,
        "special_menu": ["Sort users"],
        "edit_summary": "automatically sort list according to recent activity",
        "pages": [{
            "title": "ArchWiki Translation Team (Русский)",
            "recent_days": 30,
            "inactive_limit": 5,
            "inactive_message": "Неактивны (менее 5 правок за последние 30 дней):"
        }]
     }
  }
}
Now when I import it there's new menu entry "Unknown options" (in the Configuration section of the WikiMonkey) and it shows following content if I press on this link:
{
  "serverDefault": {},
  "serverUser": {},
  "localDefault": {
    "ArchWikiSortContacts": {
      "enabled": true,
      "special_menu": [
        "Sort users"
      ],
      "edit_summary": "automatically sort list according to recent activity",
      "pages": [
        {
          "title": "ArchWiki Translation Team (Русский)",
          "recent_days": 30,
          "inactive_limit": 5,
          "inactive_message": "Неактивны (менее 5 правок за последние 30 дней):"
        }
      ]
    }
  },
  "localUser": {},
  "userScript": {}
}
Am I doing something wrong? -- SlavMetal (talk) 13:44, 17 May 2020 (UTC)Reply[reply]
Hmm I think I know where the problem is, you're not doing anything wrong... I bet it works with the non-minified version if you want to give it a try:
mw.loader.load('https://rawcdn.githack.com/kynikos/wiki-monkey/v5.1.2/dist/WikiMonkey-ArchWiki.js');
TBH I was kind of already aware of this problem but I've been delaying the fix for too long it seems ^^' I'll get on it asap, thanks for reporting it.
-- Kynikos (talk) 16:32, 17 May 2020 (UTC)Reply[reply]
Oh, thanks for the suggestion, now configuration is being loaded correctly! Although now I'm getting error "Cannot find the needed marks", though I'm pretty sure marks are there and contain proper information. Do you have any suggestions on this one? -- SlavMetal (talk) 17:03, 17 May 2020 (UTC)Reply[reply]
I really hope it's just because the 'title' option in your configuration should be "ArchWiki:Translation Team (Русский)", not "ArchWiki Translation Team (Русский)" :)
I'll let you know when you can restore the minified version.
-- Kynikos (talk) 17:27, 17 May 2020 (UTC)Reply[reply]
Facepalm. Totally forgot we had the title changed. Alright, thanks! -- SlavMetal (talk) 17:31, 17 May 2020 (UTC)Reply[reply]
You should be able to install and use the new minified version (5.1.3) now, let me know if it's still giving you problems, cheers. -- Kynikos (talk) 15:07, 18 May 2020 (UTC)Reply[reply]
Fix verified, thanks a lot! -- SlavMetal (talk) 18:22, 18 May 2020 (UTC)Reply[reply]

Deletion of outdated Russian articles

Hi, Kynikos! I have noticed recently a few Russian articles that I think would be a good idea to delete:

  1. Sugar (Русский) — outdated and untranslated content
  2. Ceph (Русский) — same as above
  3. Timezone (Русский) — totally outdated content with almost no information (see English article for comparison)
  4. Mouse buttons (Русский) — same as above
  5. TigerVNC (Русский) — same as above
  6. MIDI (Русский) — intro is in Russian, but everything below is outdated and untranslated
  7. Bluetooth headset (Русский) — same as above
  8. Browser plugins (Русский) — a few sentences in Russian about the Adobe Flash Player, but all other content is outdated and untranslated

In all cases above, user is presented with totally outdated content that is not even in Russian language (or with a couple of sentences only), which confuses him and also doesn't give any base at all to make or update a translation, so user will have to Ctrl+C and Ctrl+V the whole content from original article anyway.

Yeah, I can just copy-paste the current English content, but I don't see any point as there are no people willing to translate/maintain these articles anyway. So if you agree to delete those articles, I'll remove links to them beforehand.

SlavMetal (talk) 21:50, 7 October 2019 (UTC)Reply[reply]

Hi SlavMetal, I'm quite a religious follower of Help:Procedures#Remove an entire page, and since those pages have a multi-revision history I suggest you simply redirect them to their respective English articles, so that's also one more thing that translators can handle autonomously ;) (no need to flag them with Template:Redirect) It also makes sense to not break URLs that have been published for a while, and their English articles seem the best backup targets for them. -- Kynikos (talk) 10:40, 8 October 2019 (UTC)Reply[reply]
Yep, that makes more sense. :D Done, thanks! -- SlavMetal (talk) 11:31, 8 October 2019 (UTC)Reply[reply]

Preparations for block device encryption

Sorry I thought this part was quite circumvoluted, the repetition of "you", exclamation, block starting with upper case... but I may have misunderstood something, let me know if I can still help or if it is fine like this. If this is about the dead link, my mistake it was a typo I was going to immediately correct. --- Kewl (talk)

Hi Kewl, it's taken me a little while to guess what you're referring to here, then this idea came to my mind: is it possible that you're talking about these edits that you then rolled back yourself, very likely accidentally, thinking that I did it because the summary says "to last revision by Kynikos"? If so, those edits were perfectly fine to me :) -- Kynikos (talk) 05:05, 24 November 2019 (UTC)Reply[reply]
Hi Kynikos, that is the case, I came to you based on the rollback summary that mentions your name. Very sorry for the confusion, I will be more careful with rollbacks! --- Kewl (talk)
No problem at all of course, in fact misclicking rollback links was a problem big enough to encourage me to make a feature on Wiki Monkey, enabled by default, that hides rollback links in Special:RecentChanges and Special:Contributions pages (but it still deliberately leaves them available in diff pages, I don't know if the link that you followed was in a diff page, in that case not even Wiki Monkey would have saved you :P ). (PS. If you just want to hide them all, I guess even a simple user CSS rule can do it) -- Kynikos (talk) 10:19, 24 November 2019 (UTC)Reply[reply]

Useless redirects

I found a useless redirect: Kernel (Čeština), I have put it forward on User talk:Lahwaacz but Lahwaacz didn't reply. Please delete it, thank you. -- Blackteahamburger (talk) 06:10, 4 May 2020 (UTC)Reply[reply]

Actually, the title Kernel (Čeština) is better, but it is a broader issue: Help talk:I18n#Rename localized names. We need to discuss what needs to be done and do it more carefully. -- Lahwaacz (talk) 10:45, 4 May 2020 (UTC)Reply[reply]
Hi Blackteahamburger, here you've possibly found the most redirect-loving of all admins, "just leave 'em alone" is my motto :D
I see Lahwaacz picked it up in User talk:Lahwaacz#Useless redirects and the related i18n discussion, I'm closing this one.
-- Kynikos (talk) 16:06, 4 May 2020 (UTC)Reply[reply]

Please delete some pages

This is because I moved it to the wrong place (it should have been redirected), please help me delete these pages, thank you!:

Now you don't need to delete it. I copied the content of the English page to these two pages and added the Template:Translateme template. -- Blackteahamburger (talk) 05:28, 10 May 2020 (UTC)Reply[reply]
Thanks for all your work Blackteahamburger, however I don't like resetting translated pages to English like that :) As I don't like deleting pages either, I'd say:
  • Don't try to maintain translations in languages that you don't speak, which I think is the case of Česky/Čeština for you (but correct me if I'm wrong), so I'd revert [24];
  • An outdated translation is better than a completely untranslated copy of an English article, so I don't like [25] too much either, however you can read and write Chinese (even though that's the traditional variant), so if you think that the translation is too off, I'd say simply redirect the title to the English article.
-- Kynikos (talk) 17:10, 11 May 2020 (UTC)Reply[reply]
Thank you for your prompt. Because I moved these two pages to the wrong place, these two pages are not translations of English pages at all, and only English content can be copied. Now I think it is better to redirect these two pages to English pages. -- Blackteahamburger (talk) 10:13, 18 May 2020 (UTC)Reply[reply]
Thanks for handling this, closing. -- Kynikos (talk) 13:50, 18 May 2020 (UTC)Reply[reply]

Move "WPA supplicant (Русский)" to "Wpa supplicant (Русский)"

This page needs to synchronize the title with the English page, but I can't move because the page I moved to is a redirection with version history. -- Blackteahamburger (talk) 12:03, 17 May 2020 (UTC)Reply[reply]

Solved, thank you. -- Kynikos (talk) 13:49, 18 May 2020 (UTC)Reply[reply]

Move “ Ro:ArchWiki:Main page” to “ Main page (Română)”

The user who created this page made a mistake in the name of the page. Please move it (without leaving a redirect), thank you! -- Blackteahamburger (talk) 15:20, 18 May 2020 (UTC)Reply[reply]

Done. -- Svito (talk) 16:41, 18 May 2020 (UTC)Reply[reply]

What do I need to improve?

My goal is to become a member of ArchWiki:Maintenance Team, what do I need to improve or need to do? Thank you! -- Blackteahamburger (talk) 16:36, 23 May 2020 (UTC)Reply[reply]

Just keep up the good work and stay committed Blachteahamburger, I don't have specific suggestions at the moment, but be confident that your efforts aren't going unnoticed ;) -- Kynikos (talk) 10:12, 24 May 2020 (UTC)Reply[reply]
Thank you! -- Blackteahamburger (talk) 10:32, 24 May 2020 (UTC)Reply[reply]

Wiki Monkey throwing an error on a specific page

When I use Wiki Monkey on Pacman/Tips and tricks and hit Fix external section links it will throw me an error:

02:54:08 Processing [[Special:Permalink/460285#Dangerous NoExtract example|unintended consequences]] ...
02:54:09 Failed query

Manually browsing to that page works, but the section link is broken for some reason. Actually replacing the spaces with underscores fixes the section link but it still fails.

Since I get some errors in my browser console (I read the docs of course), I suspect it might be a bug especially since this is API related.

-- NetSysFire (talk) 01:10, 31 March 2021 (UTC)Reply[reply]

Thanks for the report :) Yeah, it looks like I have to add support for Special:Permalink, I've created issue #244.
The only obvious and ugly workaround for the moment is to manually disable those links in the wiki source and re-enable them afterwards...
-- Kynikos (talk) 02:23, 1 April 2021 (UTC)Reply[reply]