Difference between revisions of "User:Kynikos.bot"
(update) |
(update) |
||
(16 intermediate revisions by 2 users not shown) | |||
Line 11: | Line 11: | ||
'''Scheduled tasks:''' | '''Scheduled tasks:''' | ||
− | * | + | * May 12 (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]) |
− | * | + | * May 12 (monthly) || Replace old-style AUR package links with [[Template:AUR]] ([https://wiki.archlinux.org/index.php?title=Special:LinkSearch&target=https://aur.archlinux.org/packages Special:LinkSearch], see [https://github.com/kynikos/wiki-monkey/blob/development/src/plugins/ArchWikiOldAURLinks.js plugin source]) |
+ | * May 19 (monthly) || Create wanted categories ([[Special:WantedCategories]], see [https://github.com/kynikos/wiki-monkey/blob/development/src/plugins/ArchWikiWantedCategories.js plugin source]) | ||
+ | * May 26 (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>}}) | ||
+ | * Jun 2 (monthly) || Fix double redirects ([[Special:SpecialPages|special plugin]], see [https://github.com/kynikos/wiki-monkey/blob/development/src/plugins/FixDoubleRedirects.js plugin source]) | ||
'''Completed tasks:''' | '''Completed tasks:''' | ||
− | |||
* 2012-12-05 || Wikify some types of external links, 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&namespace=0] (see [https://github.com/kynikos/wiki-monkey/blob/development/src/plugins/ArchWikiFixLinks.js plugin source]) | * 2012-12-05 || Wikify some types of external links, 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&namespace=0] (see [https://github.com/kynikos/wiki-monkey/blob/development/src/plugins/ArchWikiFixLinks.js plugin source]) | ||
* 2012-06-20 || Remove instances of Template:Temporary i18n progressively | * 2012-06-20 || Remove instances of Template:Temporary i18n progressively |
Revision as of 05:00, 5 May 2013
Kynikos' bot
Powered by Wiki Monkey
Requests:
Scheduled tasks:
- May 12 (weekly) || Update Table of Contents (all translations) (special plugin, see configuration, plugin source)
- May 12 (monthly) || Replace old-style AUR package links with Template:AUR (Special:LinkSearch, see plugin source)
- May 19 (monthly) || Create wanted categories (Special:WantedCategories, see plugin source)
- May 26 (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
) - Jun 2 (monthly) || Fix double redirects (special plugin, see plugin source)
Completed tasks:
- 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)