Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Sony Reader > Sony Reader Dev Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 08-09-2009, 03:50 PM   #16
yekim54
What the Dog Saw
yekim54 ought to be getting tired of karma fortunes by now.yekim54 ought to be getting tired of karma fortunes by now.yekim54 ought to be getting tired of karma fortunes by now.yekim54 ought to be getting tired of karma fortunes by now.yekim54 ought to be getting tired of karma fortunes by now.yekim54 ought to be getting tired of karma fortunes by now.yekim54 ought to be getting tired of karma fortunes by now.yekim54 ought to be getting tired of karma fortunes by now.yekim54 ought to be getting tired of karma fortunes by now.yekim54 ought to be getting tired of karma fortunes by now.yekim54 ought to be getting tired of karma fortunes by now.
 
yekim54's Avatar
 
Posts: 311
Karma: 981684
Join Date: Jul 2008
Location: Dunn Loring
Device: Sony PRS-650, Surface3
Quote:
Originally Posted by ahi View Post
Warning: Don't ever try to actually use an *external* table of contents that has over a hundred thousand entries.
Thanks for playing guinea pig and checking that out for us!
yekim54 is offline   Reply With Quote
Old 11-01-2009, 04:07 PM   #17
Fabiegail
Junior Member
Fabiegail began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Nov 2009
Device: Sony PRS-600
Hi
i'm a complete newbie at this ebook reader thing (got mine three days ago), so I'm still trying to figure things out. Wikipedia dumps are XML, and we're trying to compress and index it in a way that a reader can use, is it right?
I'm not sure why the thing that works for Irex ( http://code.google.com/p/pyoffwiki/ ) doesn't for the Sony reader. Is it a format problem?
Sorry to ask rookie questions, but I'd like to understand the problem better, even though I know I can't help.
Fabiegail is offline   Reply With Quote
Advert
Old 11-09-2009, 01:18 PM   #18
erio
Member
erio began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Nov 2009
Device: PRS-600
Fabiegail, you're newbie? I don't even have a reader and when i read all you its like you speak in chinese... but i'd also wish i could help even if i also know i can't... sigh
erio is offline   Reply With Quote
Old 12-10-2009, 06:58 PM   #19
Fabiegail
Junior Member
Fabiegail began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Nov 2009
Device: Sony PRS-600
Well, I did my homework...
I'm getting frustrated, because I feel the solution can't be *that* complicated, but I don't have the skills to devise it. Especially considering that The Wikireader has already implemented all the tools to parse, compress and index the WP dumps, so that much is done:
http://github.com/wikireader/wikireader
So what remains to be done is the Sony Reader part (Linux + JScript) http://www.reghardware.co.uk/2009/08...k_sony_reader/

I so wish I could program in Python!
Fabiegail is offline   Reply With Quote
Old 12-11-2009, 11:49 AM   #20
kartu
PRS+ author
kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.
 
Posts: 1,637
Karma: 2446233
Join Date: Dec 2007
Device: Sony PRS-300, 505, 600, 650, 950
Quote:
Originally Posted by gonzule View Post
How on earth am i going to put 1.3GB of data on my reader? I can get a cheap 2 or 4 GB sandisk memory stick duo (or SD card) and store the files there, the thing is that it will be more than 600,000 files to store and that the reader will have to read an manage. Is the reader even able to handle such an ammount of files??? will the baterry drain just from trying to list the files on the book collection?
With this:
https://www.mobileread.com/forums/showthread.php?t=64510

you can disable file scanning. In this case you won't be able to open files directly from the card, but will get an option to copy file you want to the internal memory and then open it.
kartu is offline   Reply With Quote
Advert
Old 04-25-2010, 10:06 AM   #21
chrisperry
Junior Member
chrisperry began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Apr 2008
Device: Yes, I have one
So... Any advances in running wiki on Sonyreader?
As far as I know, it can be downloaded in xml:
http://download.wikimedia.org/enwiki...ticles.xml.bz2
So, the possible solution would be:
a) create a hack so that Sony Reader can open this xml.
b) find a way to convert this file to readable format.
chrisperry is offline   Reply With Quote
Old 04-25-2010, 01:24 PM   #22
kartu
PRS+ author
kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.
 
Posts: 1,637
Karma: 2446233
Join Date: Dec 2007
Device: Sony PRS-300, 505, 600, 650, 950
chrisperry
5.7Gb. Is there any solution on stripping it down to a reasonable size?
kartu is offline   Reply With Quote
Old 04-25-2010, 02:03 PM   #23
Duglum
Enthusiast
Duglum has a complete set of Star Wars action figures.Duglum has a complete set of Star Wars action figures.Duglum has a complete set of Star Wars action figures.
 
Posts: 41
Karma: 282
Join Date: Jun 2009
Device: Sony PRS-505
I downloaded a dump of a smaller language (piwiki, 1.7MB). To make matters worse, it looks like all the data is only available in one single huge XML-file. Notepad++ crashes after 10 minutes while trying to open it. I don't think it's viable to put such a monster on a Sony Reader.

If there was a single file for every wikipedia page it would maybe be possible to compress the site and decompress it when the user wants to read it. There is a ZIP-implementation in JS for example: http://jszip.stuartk.co.uk/
Duglum is offline   Reply With Quote
Old 04-30-2010, 05:28 PM   #24
chrisperry
Junior Member
chrisperry began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Apr 2008
Device: Yes, I have one
Quote:
Originally Posted by kartu View Post
chrisperry
5.7Gb. Is there any solution on stripping it down to a reasonable size?
No, I don't think so. (What is a reasonable size, anyway?)

OK, you can use a better compression method (7z for example), but you will get only few extra %.(And opening the file would be longer and complicated.)

Or you can remove some articles. But which articles to remove and which to leave? This must be done manually and there are millions of them. (If you are interested, look here: http://meta.wikimedia.org/wiki/Wikipedia_on_CD/DVD)

But this is not what I want. First, there must be a WAY to to open wiki on PRS reader or to convert this huge xml to some readable format. Some kind of framework. Than everybody should decide if he wants some basic wiki with few most important articles (few MBs), the complete one (5,7GB... well, if you are really into this, 8GB memory cards aren't THAT expensive).

Last edited by chrisperry; 04-30-2010 at 05:33 PM.
chrisperry is offline   Reply With Quote
Old 07-30-2010, 06:03 AM   #25
CapnKirk
Member
CapnKirk is on a distinguished road
 
CapnKirk's Avatar
 
Posts: 18
Karma: 56
Join Date: Sep 2009
Location: Philadelphia, PA
Device: Sony Reader Touch PRS-600
So... there's been quite a bit of technical discussion of the problems and issues. Is anyone successfully and practically reading Wikipedia on their Sony?

I have a prs-600 with a 32GB sd card, so I've got a fair bit of room.
CapnKirk is offline   Reply With Quote
Old 09-06-2010, 09:49 PM   #26
Valwit
Enthusiast
Valwit began at the beginning.
 
Posts: 47
Karma: 10
Join Date: Feb 2009
Location: Ireland
Device: PRS-505, Inkpad3Pro
why not creatinmg several books for different letters, like it used to be with encyclopedias before the computers? I mean a book for AB, anoder for CD and so on. this way they can be smaller then just one large file
Valwit is offline   Reply With Quote
Old 09-20-2010, 11:45 PM   #27
gregcd
Connoisseur
gregcd rocks like Gibraltar!gregcd rocks like Gibraltar!gregcd rocks like Gibraltar!gregcd rocks like Gibraltar!gregcd rocks like Gibraltar!gregcd rocks like Gibraltar!gregcd rocks like Gibraltar!gregcd rocks like Gibraltar!gregcd rocks like Gibraltar!gregcd rocks like Gibraltar!gregcd rocks like Gibraltar!
 
gregcd's Avatar
 
Posts: 90
Karma: 100000
Join Date: Jan 2009
Location: New Zealand
Device: prs-t1, prs-650 to sell
I take a "just in time" approach to getting Wikipedia on Sony Reader - it's possible to get any web page on to a micro SD or m2 card, using a mobile phone and web2fb2.net & opera mini. It's a bit of a hassle card swapping, but it only takes a half a minute including conversion.

First open the Wikipedia page in opera mini on your phone. Go to bookmark it, but instead then copy the page URL. Paste this in to the web2fb2 page for conversion to epub.

You'll need an SD or Duo adapter of course to put the card in your reader.

Web2fb2 outputs to a epub file with images and formatting included.

gregcd is offline   Reply With Quote
Old 12-31-2010, 10:44 AM   #28
Ayle
Enthusiast
Ayle began at the beginning.
 
Posts: 39
Karma: 30
Join Date: Jul 2010
Device: PRS 650
Quote:
Originally Posted by Valwit View Post
why not creatinmg several books for different letters, like it used to be with encyclopedias before the computers? I mean a book for AB, anoder for CD and so on. this way they can be smaller then just one large file
Me likey.


Or maybe by area of interest, dunno.
Ayle is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Leo's Wikipedia Reader for Hanlin leobueno HanLin eBook 28 02-08-2010 12:33 PM
Wikipedia for the Reader kichigai Sony Reader 5 08-15-2009 09:20 AM
Wikipedia on Sony Reader through Tomeraider? noxxle Sony Reader 0 05-16-2008 11:29 PM
wikipedia for sony reader? rsdavis9 BBeB/LRF Books 2 11-26-2007 03:39 PM
Wikipedia CD on the Reader hn_88 Sony Reader 18 02-13-2007 09:11 AM


All times are GMT -4. The time now is 05:25 PM.


MobileRead.com is a privately owned, operated and funded community.