Marak / ANSIdom

a DOM implementation in ANSI escape codes, render HTML to your terminal
http://ohh.io/ANSIdom
38 stars 2 forks source link

Demo does not render in w3m #1

Open Dejital opened 12 years ago

Dejital commented 12 years ago

While lynx works alright, w3m only displays the HTML source of the demo page ( http://ohh.io/ANSIdom ).

Marak commented 12 years ago

Hrmm, I'm using some simple accept based routing to determine what to return.

Can you send me a copy of what the outgoing HTTP request looks like from w3m? I've never used that tool before, but if you can show me what the HTTP headers look like I can probably update the accept routing.