User:ValBot: Difference between revisions

From OniGalore
Jump to navigation Jump to search
(moved in to-do items from ValExtLinks that ValBot will have to handle)
(wording; ValBot can now identify external images but uploading them to the wiki is TBD)
Line 4: Line 4:
ValBot can perform these tasks currently. Ask Iritscen for the scripts he uses to drive these processes.
ValBot can perform these tasks currently. Ask Iritscen for the scripts he uses to drive these processes.
*Upgrading <nowiki>http://</nowiki> links to <nowiki>https://</nowiki> links.
*Upgrading <nowiki>http://</nowiki> links to <nowiki>https://</nowiki> links.
*Adding ending slashes to URLs when the server requests this.
*Adding ending slashes to URLs when the server requests this.
*Finding externally-hosted images.


==Future abilities==
==Future abilities==
*Expanding and testing the interwiki links. Currently there is no way to know if they've gone bad since MediaWiki does not test external links, thus a bad link to, say, Wikipedia will always appear blue as if it is valid.
*Expanding and testing the interwiki links. Unlike intrawiki links, MediaWiki does not test external links, thus a bad link to Wikipedia (for example) will always appear blue as if it is valid.
 
*Testing section links found in interwiki and intrawiki links. Intrawiki links will only appear red if the page itself does not exist; MediaWiki does not look at the section anchor to see if it exists.
*Testing section links found in interwiki and intrawiki links. Intrawiki links will only appear red if the page itself does not exist; MediaWiki does not look at the section anchor to see if it exists.
*Warning about externally-hosted images, as many of these have gone down with their file hosts over the years.


[[Category:Userspace]]
[[Category:Userspace]]

Revision as of 23:15, 4 March 2021

A bot used for various wiki maintenance tasks, alongside Validate External Links. It runs on the Pywikibot framework and is currently managed by Iritscen.

Capabilities

ValBot can perform these tasks currently. Ask Iritscen for the scripts he uses to drive these processes.

  • Upgrading http:// links to https:// links.
  • Adding ending slashes to URLs when the server requests this.
  • Finding externally-hosted images.

Future abilities

  • Expanding and testing the interwiki links. Unlike intrawiki links, MediaWiki does not test external links, thus a bad link to Wikipedia (for example) will always appear blue as if it is valid.
  • Testing section links found in interwiki and intrawiki links. Intrawiki links will only appear red if the page itself does not exist; MediaWiki does not look at the section anchor to see if it exists.