This program validates the html of an entire website at the press of a button.
It's free. No ads, no tricks.
I made it because I needed it at work and thought I might as well share it with others.
Extract the zip-file to a folder on your computer.
Create a file called run-vnu.cmd
(.sh for Linux, .command for Mac) in the same folder and put this command inside it:
java -Xss1024k -cp vnu.jar nu.validator.servlet.Main 8888
Start WV, using http://localhost:8888 as Validator url
Report
After validation a report is displayed and saved in your home folder in subfolder
"Website Validator report" (in Windows: c:\users\<username>\Website Validator report).
Changelog
Version 1.2.1 - 21 March 2021
Reports are saved with unique file names and therefore no longer overwrite old reports.