diff options
Diffstat (limited to 'tools/README.md')
| -rw-r--r-- | tools/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/README.md b/tools/README.md new file mode 100644 index 0000000..e7cd71f --- /dev/null +++ b/tools/README.md @@ -0,0 +1,10 @@ +# Tools + +Small maintenance helpers. No generator required. + +- `python tools/link_check.py` — check internal href/src targets exist +- `python tools/html_audit.py` — quick a11y/markup audit (ids, alt, iframe titles, rel=noopener) +- `python tools/generate_sitemap.py` — rebuild `sitemap.xml` with lastmod dates +- `python tools/translate_pages.py` — generate `*_zh.html` and `*_jp.html` (except `startpage/`) +- `./tools/backup.sh` — create a tar.gz backup (set `BACKUP_DIR` to override destination) +- `./tools/uptime_check.sh` — curl-based uptime check (set `URL` to override target) |
