No description
Find a file
Edward Betts c9b4e2face Add redirect support, live candidate list, per-article save count, and error pages
- Detect redirect targets (e.g. "handling stolen goods" → "Possession of
  stolen goods") and use piped links [[target|title]] in edits; exclude
  articles already linking to the redirect target from candidates
- Remove candidates from the list in real time as they are checked and
  found invalid, with live count update in the summary
- Track and display per-article save count in the stats line
- Rename "Find Link" to "Missing Link" throughout
- Show redirect target in the article heading
- Report save errors to the user via error page instead of crashing
- Filter self-links using case-insensitive first-letter comparison

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 13:53:35 +01:00
add_links Track processed candidates in session and use OAuth for API calls 2026-05-11 12:46:13 +01:00
frontend Initial commit 2023-10-04 12:56:21 +01:00
static Redesign UI and fix several bugs 2026-05-11 11:30:12 +01:00
templates Add redirect support, live candidate list, per-article save count, and error pages 2026-05-11 13:53:35 +01:00
.gitignore Add static/bootstrap to .gitignore 2023-11-26 14:10:00 +00:00
add_front_end_libraries.py Initial commit 2023-10-04 12:56:21 +01:00
cmdline.py Tidy code for building list of examples 2023-12-09 18:43:56 +00:00
package.json Initial commit 2023-10-04 12:56:21 +01:00
vite.config.js Initial commit 2023-10-04 12:56:21 +01:00
web_view.py Add redirect support, live candidate list, per-article save count, and error pages 2026-05-11 13:53:35 +01:00