[wikireader] Rudimentary support for several wikis

2010-01-19 Thread Tom Bachmann
7 Jan 2010 00:56:53 +0000 From: Tom Bachmann To: community@lists.openmoko.org Hello, first of all, please CC me since I'm not registered to the list. Over the last few days I have been hacking together rudimentary support for displaying several collections of data (e.g. wikis of differen

Re: [wikireader] Rudimentary support for several wikis

2010-01-20 Thread Tom Bachmann
in the light of the awfully long render times for complete wikis, I figure I should create a 'change collection number' script. Thomas HOCEDEZ wrote: > Le 19/01/2010 16:33, Tom Bachmann a écrit : >> I now registered to the list, since unregistered didn't seem

Re: [wikireader] Rudimentary support for several wikis

2010-01-21 Thread Tom Bachmann
Alright. The latest commit has a ChangeCollection script. Use it like this: ChangeCollection.py --from=none --to=1 --prefix=/path/to/image/pedia --dat-offset=${next free dat} where ${next free dat} is the first unused number in the .dat namespace of the english wiki. This will take a long while

Re: [wikireader] Rudimentary support for several wikis

2010-01-26 Thread Tom Bachmann
Thomas HOCEDEZ wrote: > Have you seen this on the git > (http://wiki.github.com/wikireader/wikireader/structure-of-sd-card) > Nope. I take it most of my work was useless … ___ Openmoko community mailing list community@lists.openmoko.org http://list

Re: [wikireader] Rudimentary support for several wikis

2010-01-26 Thread Tom Bachmann
Actually that fits my needs very well. My support for several wikis was a rudimentary hack at best, to enable my real goal: using the wikireader as an ebook reader. *That* code was almost trivial to port, and can be found at git://gitorious.org/wikireader-ness/wikireader-ness2.git. I'll keep pu

[wikireader] Project Gutenberg (again)

2010-06-07 Thread Tom Bachmann
Dear all, after taking a rather longish break, I'm back working on my project gutenberg integration code. This message consists of three parts: in the first part, I quickly describe what it is all about. The second part contains a number of technical questions, and the third part talks about b

Re: [wikireader] Project Gutenberg (again)

2010-06-08 Thread Tom Bachmann
Sean, thanks for your quick reply. >> 1) Is there a "deep" reason why boldface fonts are not implemented? I >> figure they are not really relevant for wikis, but would be nice for >> some of the books. Unless there is something that complicates the matter >> I'm not seeing, I think I will add the

Re: [wikireader] Project Gutenberg (again)

2010-06-08 Thread Tom Bachmann
> This has nothing to do with the data structures. We cache the fonts > into the SDRAM to speed up the entire system. Without this, WikiReader > is too painfully slow (reading from the SD card caps out at around > 125kb/s.) Currently we use 32MB of SDRAM. This means we can hold a few > font styles

Re: [wikireader] Project Gutenberg (again)

2010-06-09 Thread Tom Bachmann
> Sure. We'll add it to our todo list. Please keep us posted as to your > progress. This is super exciting work you're doing! Well, there is not all that much more to say. I have been fixing minor glitches during the last days. I completely converted gutenberg-de yesterday and it is working fine