Difference between revisions of "User:Kynikos.bot"
m (fix red link) |
(update) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
'''Scheduled tasks:''' | '''Scheduled tasks:''' | ||
− | * | + | * Nov 3 (weekly) || Update [[Table of Contents]] (all translations) ([[Special:SpecialPages|special plugin]], see [https://github.com/kynikos/wiki-monkey/blob/development/src/configurations/WikiMonkey-archwikibot.user.js configuration], [https://github.com/kynikos/wiki-monkey/blob/development/src/plugins/UpdateCategoryTree.js plugin source]) |
− | * | + | * Nov 3 (weekly) || Fix [[Special:DoubleRedirects|double redirects]] ([[Special:SpecialPages|special plugin]], see [https://github.com/kynikos/wiki-monkey/blob/development/src/plugins/FixDoubleRedirects.js plugin source]) |
− | * | + | * Nov 3 (monthly) || Use HTTPS for links to archlinux.org, run on [https://wiki.archlinux.org/index.php?title=Special:LinkSearch&target=http%3A%2F%2F*.archlinux.org], [https://wiki.archlinux.org/index.php?title=Special:LinkSearch&target=http%3A%2F%2Farchlinux.org] (filter the list with {{ic|!/^User([_ ]talk)?:/i}}, use the [https://github.com/kynikos/wiki-monkey/blob/development/src/plugins/SimpleReplace.js RegExp-replace plugin]: {{ic|http:\/\/([a-z]+\.)?archlinux\.org(?!\.[a-z])}} {{ic|<nowiki>https://$1archlinux.org</nowiki>}}) |
Revision as of 01:39, 27 October 2013
Kynikos' bot
Powered by Wiki Monkey
Requests:
Scheduled tasks:
- Nov 3 (weekly) || Update Table of Contents (all translations) (special plugin, see configuration, plugin source)
- Nov 3 (weekly) || Fix double redirects (special plugin, see plugin source)
- Nov 3 (monthly) || Use HTTPS for links to archlinux.org, run on [1], [2] (filter the list with
!/^User([_ ]talk)?:/i
, use the RegExp-replace plugin:http:\/\/([a-z]+\.)?archlinux\.org(?!\.[a-z])
https://$1archlinux.org
)
Completed tasks:
- 2013-09-02 || Replace all the simple instances of Template:Keypress with Template:ic, see Help_talk:Style/Migration_to_new_Code_formatting_templates#Template:Keypress
- 2012-12-05 || Wikify some types of external links, use HTTPS for links to archlinux.org, run on [3] (see plugin source)
- 2012-06-20 || Remove instances of Template:Temporary i18n progressively
- 2012-06-16 || Replace Template:i18n with local interlanguage links, see Help talk:I18n#"Dummy" interlanguage links and deprecation of Template:i18n (plugin source)
- 2012-04-24 || Remove the " (English)" suffix from all the English categories, see Talk:Table of Contents#English Category Names: Capitalization and Conflict with i18n (special plugin)
- 2012-03-25 || Replace "http://aur.archlinux.org" with "https://aur.archlinux.org" (from Special:LinkSearch using the bot's RegExp replace plugin)
- 2012-02-14 || Migrate Template:Package Official to Template:Pkg and Template:Package AUR to Template:AUR (custom plugin)
- 2012-02-14 || Migrate Template:Filename to Template:ic (custom plugin)
- 2012-02-13 || Migrate Template:Codeline to Template:ic (custom plugin)