|
|
|
|
|
by andrewstuart
2110 days ago
|
|
No, I meant a text mode browser that does not use HTML. Lynx, and all the existing text mode browsers are intended to render HTML as text. This would be a browser that targets only text mode user interfaces. So pages would need to be written specifically to be rendered in such an environment. Why? Because text mode browsers are really trying to do the impossible - to render modern web pages as text is essentially not doable in all cases. Instead make a browser for the text mode use case specifically designed for the medium. A mashup of a web browser and ANSI/VT100/teletext. It would need a sandbox and a JavaScript interpreter. Maybe call it the "Trowser". |
|