-
Notifications
You must be signed in to change notification settings - Fork 189
feat: Mark down plugins script #1978
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
If the site check script left a timestamp on its report, and used simple versioning (like a P.S: actually, there already is a timestamp, so that should be simple to implement (maybe?). Also, maybe we should consider taking into account why the site is broken, given the report also gives us a reason and status code. |
|
Ah, so, when it comes down to it, I just use vscode and alt click all the links. Some didn't load, but looked like they might come back. Others seemed pretty dead. Then the cloudflare ones are generally just good. If cloudflare is working, there's something there. I checked them all, but in retrospect, little point. Didn't take that long. But you could totally compare it against an ignore list or something to ignore false positives, and between this (hopefully all) good update and that, it should be very minimal. Could probably improve the detection, you're right, some of those errors probably indicate always good or always bad. Those would actually be modifications to the other, existing, script, so you could probably do another PR making another section with stuff like "Denied but we know that means it exists" - though better naming required. Another big thing I'd like to find is redirects. I know at least a couple plugins go to the same site now. Finding those and documenting them would probably be a productive addition. Anyway, this just grabs one specific part of the json, so if you split that you control what's processed. I also had the thought to make another script to open stuff in a web browser one and a time and let you tell it if they worked. Uncertain if that's difficult or worth the effort. Alt clicking wasn't hard. |
Script that renames sites from
check-plugin-sites.jsto.brokenversions.Also adds options.down and options.downSince to multisrc files.
Obviously, you should manually verify the list of sites before running this script, as the previous script generates plenty of false positives.
Makes #1973 easier