Is there an offline HTML validator? This sort of thing, but offline. Something that reads in a HTML file and validates it and prints out everything that's wrong with it.
@vaporeon_ the HTML5 part of the W3C validator has supurrt fur offline usage; you can clone it from https://github.com/validator/validator/
idk about older versions of HTML. maybe you could hack the perl CGI scripts of the full validator somehow? (https://github.com/w3c/markup-validator/)
@aescling Oh, Perl scripts! That certainly would be more appealing that running Java on my tiny server with 512 MB of memory...
@vaporeon_ not really, sorry
languages i know but am rusty at:
@aescling Rust-y at C
@aescling Alright
(Did I ever ask: which programming languages do you know?)