Re: Get involved in Otter
Reply #14 –
i think it would be a nice idea to create a text mode for browser (like a lynx browser) without javascript and flash. it will be great for old computers and terminals
That is doable, for example by using readonly QTextEdit, it has support for subset of CSS and it should be possible to allow it to fetch resources through QNetworkAccessManager (thus supporting cookies, caching etc.).