Validate External Links/Exceptions

From OniGalore
< Validate External Links
Revision as of 14:22, 14 August 2020 by Iritscen (talk | contribs) (I was trying to say "no need to use '*' since the link is only on one page", thanks keyboard)
Jump to navigation Jump to search

If the Validate External Links script is mis-reporting certain external links as issues when they actually work fine, add them here in order to except them from ValExtLinks' reports. Each line needs three fields, separated by commas:

  1. The response code that ValExtLinks should expect. For NG links, this should be the exact HTTP response code or the 'curl' result code, whichever applies. You can also put "IW" or "EI" links here if that's how the link has to be presented on a certain wiki page.
  2. The recurring "problem" link.
  3. The wiki page that this link is appearing on. Use the proper page name, i.e. underscores where the displayed name has spaces. To exempt this link from Val's report regardless of where it appears on the wiki, put a '*' here.
  4. (optional) A comment explaining the exception. The only requirement is that the comment be separated from the previous field by a space. The "--"s used below are just for human readability.
BEGIN LIST
000-28,http://tain.totalcodex.net/,* -- always times out when accessed by 'curl'; link appears on multiple pages
EI,http://wiki.oni2.net/Main_Page,MediaWiki:Common -- necessary EI link to demonstrate circular arrow
404,http://www.example.com/example.mov,MediaWiki:Common -- deliberate fake link, just to generate the desired link icon
404,http://www.example.com/example.mp3,MediaWiki:Common -- ditto 
000-28,https://mega.nz/#!x9oHxaLZ!-bOo-wwdj1fh925DYv1Qc6ErDSRl2HEgtWC-i2FtxtY,Oni_2_(Angel_Studios) -- Mega doesn't seem to like 'curl'
403,https://www.artelino.com/articles/japanese_mythology.asp,Oni_(myth) -- returns 403 despite being perfectly functional
000-28,https://www.echeat.com/free-essay/Symbolism-in-Fahrenheit-451-by-Ray-Bradbury-29746.aspx,Oni2:Phoenix -- site is just slow to respond
301,https://discord.gg/eqDMnkD,OniGalore:Community_portal -- intentional use of link shortener
301,http://www.zbrushcentral.com/showthread.php?163445-Earthquake,File:Earthquake_(Samurai_Shodown)_ZBrush_model_(clay).jpg -- spurious redirect
IW,http://meta.wikimedia.org/wiki/MediaWiki:Common.css,MediaWiki:Common.css -- wrongful detection of URL within JS code
END LIST