|
|||||||
|
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community today, you will have fewer ads, access to post topics, communicate privately with other members, respond to polls, upload content and access many other special features. If you have any problems with the registration process or your account login, please contact us. Hint: Don't have time to visit us daily? Subscribe to our main RSS feed to receive our frontpage posts at your convenience. |
| iLiad Software Releases For iLiad application releases and installers |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#76 | |
|
JSR FFD2
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
Posts: 302
Karma: 1045
Join Date: Aug 2008
Location: Rotterdam, Netherlands, Europe, Sol 3
Device: iliad
|
Quote:
PS: a.f.a.i.k. the Iliad already can surf the internet (sort of) with minimo. |
|
|
|
|
|
|
#77 | |
|
GuteBook/Mobi2IMP Creator
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
Posts: 2,386
Karma: 24558
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200, EBW1150 Device: REB1100, iLiad v2 System: WinXP SP3
|
Quote:
If you explode the .mobi that gets downloaded when you access the Mobipocket Download Guide under the E-Books menu item at the top of the page in the Blue Bar, then you will see exactly how this is accomplished. In particular, when referenced, a URL is re-directed to the exact ebook attachment, for example this is an extract of the exploded html: Code:
Eliot, Charles W. (editor), Harvard Classics 22: Homer's Odyssey, v.1, 27 July 07 edited and uploaded by RWood Download: http://www.mobileread.com/ebooks/mobi/4609 for Harvard Classics XXII.prc and Download: http://www.mobileread.com/ebooks/mobi/4610 for Harvard Classics XXI.prc .epub http://www.mobileread.com/ebooks/mobi/37998 .imp http://www.mobileread.com/ebooks/mobi/38000 .imp http://www.mobileread.com/ebooks/mobi/38001 .lrf http://www.mobileread.com/ebooks/mobi/38003 .prc http://www.mobileread.com/ebooks/mobi/38005 Now, if Alex would supply you with a downloadable listing of all the .prc/.mobi ebooks, then your app would just have to list it and allow the user to select which one to download (hopefully using filters/searches) and then fetch that attachment and place it into the iLiad's Books/Mobipocket folder in use. Sounds simple doesn't it? While I profess to have no inside knowledge of how the mobileread.com servers operate, I have tested this approach to downloading attachments before...
__________________
-Nick ‹The REB1200 Guy› Have you tried GuteBook yet?
Last edited by nrapallo; 11-06-2009 at 06:22 PM. Reason: typo |
|
|
|
|
|
|
#78 |
|
JSR FFD2
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
Posts: 302
Karma: 1045
Join Date: Aug 2008
Location: Rotterdam, Netherlands, Europe, Sol 3
Device: iliad
|
Thanks for the info!
http://www.mobileread.com/mobiguide looks like a great starting point. I converted it to epub with Calibre, unzipped it, converted the resulting html file to clean xml with htmltidy... The resulting file can be hacked with some xml-parsing scripts to extract the relevant information (and generate OPDS Atom XML). That is, unless such data is readily available at Mobileread... Enough challenge for some rainy afternoons ;-) Last edited by hansel; 11-07-2009 at 07:34 AM. |
|
|
|
|
|
#79 | |
|
GuteBook/Mobi2IMP Creator
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
Posts: 2,386
Karma: 24558
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200, EBW1150 Device: REB1100, iLiad v2 System: WinXP SP3
|
Quote:
When I worked on impserve (just a local proxy server written in python by MR member ashkulz), I collected some convenient links into an internet "launch" sheet called index.html (see index-nrapallo.zip attachment). I tried accessing these links, but something is missing. The eBookwise devices had GREAT internal server/HTML support when working with HTTP GET and POST. The impserve python script ran on the user's local computer and served content to the device based on the mimetype of the links tapped in the hardware reader. Then impserve would "react" and fetch the web content, filter it, fix it for incompatibilities with the hardware devices' weaknesses and then "pass on the content" for the devices' internal mechanism to take over, be it downloading an ebook to the device or simply displaying the webpage previously fetched and fixed. I'm sure the same approach could be used with the iLiad HOWEVER, there is no internal (server) support to accept a .prc/.mobi file for storage (or even perhaps a .pdf ebook) AFAIK. What we need is an internal server that can launch wired / wireless access and wait for files and/or webpages being served to it from the user's home computer that is running a proxy server like impserve. This new impserve (call it iliadserve or just ladserve?) could even be used to preprocess .epub locally and then send the resulting (exploded) files to the iLiad's internal webbrowser just like MR member mikelv has done with his Firefox add-on called EPUBReader. ![]() BTW, another MR member Ret had previous to me used an alpha stage java proxy server/librarian that used a "sample.html" launch page to start surfing the internet by entering a keyword in an input box and having google retrieve it's links (attached retlibrarian.zip below). I tried it on the iLiad but there is no echoing of characters typed in the search box and it actually just retrieves the Google web search homepage where I have to type the search word again, this time getting the desired results. It would be nice to have the characters "echo" and use this link on an iLiad .html start page. ![]() And prior to that I found C sourced code for software that was the basis of the inspirations for impserve and "surf the internet" on my LCD reader called LinReb. We (I) owe it all to this program for paving the way (see attachment below as well). So, I think all the pieces are conceptually quite attainable, but nothing on the iLiad has been written to pull it all together. Above I have referenced a python script, html coding, java code and C source code. What an assortment of programming languages; all that is missing is the glue that combines them, ...., what? .... , did I hear you say Lua???? ![]() By the way, is there any better "internal" .html support that can replace (via an installed program) the use of minimo for surfing the internet ON the iLiad?
__________________
-Nick ‹The REB1200 Guy› Have you tried GuteBook yet?
Last edited by nrapallo; 11-07-2009 at 09:22 AM. Reason: typo |
|
|
|
|
|
|
#80 |
|
JSR FFD2
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
Posts: 302
Karma: 1045
Join Date: Aug 2008
Location: Rotterdam, Netherlands, Europe, Sol 3
Device: iliad
|
I'm not very interested in surfing the net with my Iliad (at the moment), more in downloading books with a simple gui. What I like about the Iliad is that I will not need a PC for that once there is some adequate software...
I'm pretty sure that the networking stuff on the Iliad works fine (as long as you don't access the cf while doing wifi). Wget is working fine, and can be used in scripts. Curl is o.k. too. The Lua binding for libcurl is included in my lua-iliad package. I did a small demo for Adam B. that downloads a file while showing progress. It's easy to run a small webserver written in Lua on the Iliad. I did an experiment a while back (my first Lua for Iliad experiment) that could do 'server side scripting'. It's only a few hundred lines of code. It's not really nice code, but it worked ![]() For now I'll focus on downloading books... soooo much to play, soooo little time
|
|
|
|
|
|
#81 | ||||
|
GuteBook/Mobi2IMP Creator
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
Posts: 2,386
Karma: 24558
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200, EBW1150 Device: REB1100, iLiad v2 System: WinXP SP3
|
Quote:
So, in the end, a really "simple" gui may just be any web page that has links to (your) mobipocket ebooks... ![]() Quote:
Quote:
Quote:
__________________
-Nick ‹The REB1200 Guy› Have you tried GuteBook yet?
|
||||
|
|
|
|
|
#82 | |
|
JSR FFD2
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
Posts: 302
Karma: 1045
Join Date: Aug 2008
Location: Rotterdam, Netherlands, Europe, Sol 3
Device: iliad
|
Quote:
Using a browser as gui and a web server as application was what I had I mind when toying with Xiliad. There was no scriptable gui then. It still is a viable approach with lots of possibilities... Thanks for all the fresh ideas! Last edited by hansel; 11-07-2009 at 02:48 PM. |
|
|
|
|
|
|
#83 |
|
GuteBook/Mobi2IMP Creator
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
Posts: 2,386
Karma: 24558
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200, EBW1150 Device: REB1100, iLiad v2 System: WinXP SP3
|
You will notice, in the Browse Latest Uploads section under the E-Books menu above in the blue bar, that there is a daily catalog of ALL mobileread.com ebooks in: Full List: HTML | TXT.
This catalog just links all ebooks to their description page, which contains the actual link to download the ebook attachment. For example, my above-noted links for the "Bower, B. M - Cabin Fever" ebooks posted by crutledge are listed as: Code:
<li><a href="http://www.mobileread.com/forums/showthread.php?t=60371">Bower, B. M: Bower, B. M. V1. 25 Oct 2009</a> <i>Mobipocket</i></li> <li><a href="http://www.mobileread.com/forums/showthread.php?t=60368">Bower, B. M: Bower, B. M. V1. 25 Oct 2009</a> <i>eBookwise</i></li> <li><a href="http://www.mobileread.com/forums/showthread.php?t=60370">Bower, B. M: Bower, B. M. V1. 25 Oct 2009</a> <i>Sony BBeB</i></li> <li><a href="http://www.mobileread.com/forums/showthread.php?t=60367">Bower, B. M: Bower, B. M. V1. 25 Oct 2009</a> <i>ePub</i></li> This is crude but may offer some different thinking. This can be done only once, but will then ignore newly uploaded ebooks or daily to be current. In the end, to really make your app/code shine, you will probably need a "feed" from mobileread.com with the pertinent data from Alex's server side data.
__________________
-Nick ‹The REB1200 Guy› Have you tried GuteBook yet?
|
|
|
|
|
|
#84 | |||
|
GuteBook/Mobi2IMP Creator
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
Posts: 2,386
Karma: 24558
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200, EBW1150 Device: REB1100, iLiad v2 System: WinXP SP3
|
Quote:
Quote:
Quote:
p.s. Actually the ideas are rather old (been floating around my head for over a year), it's just me whose "fresh" to the iLiad scene! Oh, and as you make progress, I may have something to say about that too!
__________________
-Nick ‹The REB1200 Guy› Have you tried GuteBook yet?
|
|||
|
|
|
|
|
#85 |
|
JSR FFD2
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
Posts: 302
Karma: 1045
Join Date: Aug 2008
Location: Rotterdam, Netherlands, Europe, Sol 3
Device: iliad
|
I've repaired Xiliad, see: http://www.mobileread.com/forums/showthread.php?t=36799
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Feedbooks.com iLiad Downloader | Hadrien | iLiad Developer's Corner | 131 | 03-31-2009 10:41 AM |
| iLiad Manual Comic Strip Downloader Released | Adam B. | iLiad Software Releases | 39 | 02-11-2009 11:39 AM |
| Fanfiction extracter/downloader | Redcard | Workshop | 48 | 04-13-2008 10:16 AM |
| Background/scheduled downloader daemon | dumky | Kindle Developer's Corner | 4 | 01-27-2008 10:28 PM |
| Idea: iLiad application Downloader | Adam B. | iLiad Developer's Corner | 8 | 09-06-2007 04:03 AM |