Thread: 602 Lynx for pocketbook
View Single Post
Old 04-06-2011, 04:58 PM   #2
rkomar
Wizard
rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.
 
Posts: 3,055
Karma: 18821071
Join Date: Oct 2010
Location: Sudbury, ON, Canada
Device: PRS-505, PB 902, PRS-T1, PB 623, PB 840, PB 633
Quote:
Originally Posted by Teorist View Post
Is it possible to install a text only web browser, such as lynx, on the Pocketbook 602? The reason I ask this is that I feel that such a browser would improve the pocketnews application. It's only weak point, IMO, is the web browser especially when having to use the scrollbars to see the parts of an article not displayed on the viewport.

Thank you,
Teo
lynx is based on "ncurses", which is a library for handling character screens. The readers don't have terminals for ncurses to operate over, so it wouldn't be trivial to do the port. As it so happens, I did a fair bit of work writing a curses clone for the pocketbook readers, but it is incomplete in that many curses functions aren't implemented yet. I did enough to allow an old text-based version of sokoban and hangman to be ported, but kind of lost interest after that when I discovered that most curses-based games depend on colour support, which the gray-scale inkview displays can't duplicate very well. Anyway, I'll do a quick test to see how much work it would be to get lynx building with my curses clone, and decide after that whether it's worth continuing.

Edit: Phew, I just looked at the code and this is going to take a few days to figure out. Don't stay up waiting for a quick answer.

Last edited by rkomar; 04-06-2011 at 07:00 PM.
rkomar is offline   Reply With Quote