User:Bongolium500/bot: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
Line 21: Line 21:
|<pre>python pwb.py weblinkchecker -xml:"tardis_pages.xml" -ns:0 -xmlstart:":____" </pre>
|<pre>python pwb.py weblinkchecker -xml:"tardis_pages.xml" -ns:0 -xmlstart:":____" </pre>
|Done [[User:Bongolium500|<span title="aka Bongolium500">Bongo50</span>]] [[User talk:Bongolium500|<span title="talk to me">☎</span>]] 18:33, 25 April 2023 (UTC)
|Done [[User:Bongolium500|<span title="aka Bongolium500">Bongo50</span>]] [[User talk:Bongolium500|<span title="talk to me">☎</span>]] 18:33, 25 April 2023 (UTC)
|Runs in background, reports links dead for more than a week on talk pages.
|Runs in background, reports links dead for more than a week on talk pages, uses XML dump ([[Special:Statistics|update before running)
|-
|-
|Recheck links that have already been reported as dead at least once from the script above
|Recheck links that have already been reported as dead at least once from the script above
|<pre>python pwb.py weblinkchecker -repeat</pre>
|<pre>python pwb.py weblinkchecker -repeat</pre>
|
|Done [[User:Bongolium500|<span title="aka Bongolium500">Bongo50</span>]] [[User talk:Bongolium500|<span title="talk to me">☎</span>]] 18:44, 25 April 2023 (UTC)
|Runs in background, reports links dead for more than a week on talk pages.
|Runs in background, reports links dead for more than a week on talk pages.
|-
|-

Revision as of 18:44, 25 April 2023

Regular runs

Purpose Command Progress Notes
Fix wikitext errors
python pwb.py replace -fix:syntax -start:":____"
Done 16:28, 18 April 2023 (UTC) Always run in manual
Enforce T:SPELL
python pwb.py replace -fix:spelling -start:":____"
Continue from Dalek drone Always run in manual
Fix ISBN formatting errors
python pwb.py replace -fix:isbn -start:":____"
Done 16:28, 18 April 2023 (UTC) Probably safe to run automatically
Check the entire (main) namespace for dead links
python pwb.py weblinkchecker -xml:"tardis_pages.xml" -ns:0 -xmlstart:":____" 
Done Bongo50 18:33, 25 April 2023 (UTC) Runs in background, reports links dead for more than a week on talk pages, uses XML dump ([[Special:Statistics|update before running)
Recheck links that have already been reported as dead at least once from the script above
python pwb.py weblinkchecker -repeat
Done Bongo50 18:44, 25 April 2023 (UTC) Runs in background, reports links dead for more than a week on talk pages.
Fix double redirects
python pwb.py redirect do -always
Done 22:38, 21 April 2023 (UTC) Safe to run automatically
Fix broken redirects
python pwb.py redirect br
Done 22:38, 21 April 2023 (UTC) Probably safe to run automatically
Fix HTML errors, convert HTML to wikitext and convert HTML to XHTML where applicable
python pwb.py replace -fix:HTML -start:":____"
Continue from Aliases of the Master Might be safe to run automatically - more testing needed. Unsure whever running this is actually useful.

Scripts that should not be run