Re: [WikiReader] Sharing compiling sources.

2009-11-30 Thread Tim Besard
Hi, It seems that the Dutch wikipedia contains some UTF-8 only characters, which crashes the parser after all due to the system echo in the exception handler. Changing the offending line to os.system('echo \%s\ fault_articles.txt' % title.encode(utf8)) fixes the issue. Tim Op maandag

[wikireader] Support for other keyboard layouts

2009-12-04 Thread Tim Besard
Hi all, Since I live in Belgium where the QWERTY keyboards aren't used that much, I had a look at supporting other layouts for the on-screen keyboard. The current code however seemed quite statically supporting a single layout, so I spent some time separating the QWERTY-based code to a single

[wikireader] Border interactions

2009-12-16 Thread Tim Besard
00:00:00 2001 From: Tim Besard tim.bes...@gmail.com Date: Sat, 28 Nov 2009 16:37:35 +0100 Subject: [PATCH] Border interactions (history navigation and page up/down). --- wiki-app/history.c | 39 +++--- wiki-app/history.h |7 ++- wiki-app/lcd_buf_draw.c | 101

Re: [wikireader] Border interactions

2009-12-24 Thread Tim Besard
Seems like patch didn't get through, reposting bzipped. -Tim Op woensdag 16-12-2009 om 22:28 uur [tijdzone +0100], schreef Tim Besard: Hi all, Attached to this mail is a small patch I wrote a while ago, introducing border interactions. It quite simply hacks in a 15px magical border which