Miod Vallat wrote on Tue, Jun 26, 2012 at 02:55:41PM MST: > Last time I checked, you could use eyes to browse the OpenBSD website. > Why do you consider it non-visual? It's non-visual because you can easily parse its HTML, without the cumbersome use of eyes. The best option, of course, it to infuse Javascript and make the entire site dynamically-loaded. Make sure to have the Javascript embedded in each generated page. This is the best way to make the webpages much harder to programmatically parse, and therefore more visual: you'll have to look at the generated page each time, as every true web user does, to know really what's going on.
:-P