Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > More E-Book Readers > iRex

Notices

Reply
 
Thread Tools Search this Thread
Old 05-12-2008, 12:06 PM   #16
gsm
Junior Member
gsm began at the beginning.
 
Posts: 9
Karma: 10
Join Date: May 2008
Device: iRex Iliad 2nd ed.
thanks

thanks
gsm is offline   Reply With Quote
Old 06-06-2008, 05:10 AM   #17
kran
Member
kran began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Jun 2008
Device: iLiad
Hi,

This software is great ! Is the code source available ?

Last edited by kran; 06-06-2008 at 08:00 AM.
kran is offline   Reply With Quote
Advert
Old 06-09-2008, 07:57 PM   #18
Hadrien
Feedbooks.com Co-Founder
Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.
 
Hadrien's Avatar
 
Posts: 2,263
Karma: 145123
Join Date: Nov 2006
Location: Paris, France
Device: Sony PRS-t-1/350/300/500/505/600/700, Nexus S, iPad
I'm working on a new API for Feedbooks, this time the whole service will be fully RESTful and this should enable much much more features.

I'll release full documentation when everything is ready and we'll provide a C++ library too.
Hadrien is offline   Reply With Quote
Old 06-11-2008, 04:47 AM   #19
kran
Member
kran began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Jun 2008
Device: iLiad
So until there the source code is not available to download ?
kran is offline   Reply With Quote
Old 06-11-2008, 05:01 AM   #20
Hadrien
Feedbooks.com Co-Founder
Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.
 
Hadrien's Avatar
 
Posts: 2,263
Karma: 145123
Join Date: Nov 2006
Location: Paris, France
Device: Sony PRS-t-1/350/300/500/505/600/700, Nexus S, iPad
Quote:
Originally Posted by kran View Post
So until there the source code is not available to download ?
Yes it is, I've just sent an e-mail to Adam about it (I don't have access to the SVN for this project from my laptop).
Hadrien is offline   Reply With Quote
Advert
Old 06-11-2008, 05:43 AM   #21
kran
Member
kran began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Jun 2008
Device: iLiad
Great ! thanks, keep me informed

Last edited by kran; 06-11-2008 at 05:58 AM.
kran is offline   Reply With Quote
Old 06-11-2008, 06:07 AM   #22
Adam B.
Addicted to Porting
Adam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the rough
 
Adam B.'s Avatar
 
Posts: 1,697
Karma: 7194
Join Date: Oct 2006
Location: Indianapolis, IN
Device: iRex iLiad, Nokia 770, Samsung i760
Here's the latest version of the source that I have. It was used to make the binary posted in this thread.
Attached Files
File Type: zip iNewsStand.zip (822.0 KB, 768 views)
Adam B. is offline   Reply With Quote
Old 06-11-2008, 08:14 AM   #23
kran
Member
kran began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Jun 2008
Device: iLiad
Thanks a lot !

(Just to know if I can modify what I want, is this under GPL license ?)
kran is offline   Reply With Quote
Old 06-11-2008, 08:25 AM   #24
Hadrien
Feedbooks.com Co-Founder
Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.
 
Hadrien's Avatar
 
Posts: 2,263
Karma: 145123
Join Date: Nov 2006
Location: Paris, France
Device: Sony PRS-t-1/350/300/500/505/600/700, Nexus S, iPad
Quote:
Originally Posted by kran View Post
Thanks a lot !

(Just to know if I can modify what I want, is this under GPL license ?)
Sure but keep in mind that the API will evolve in the near future.

We'll have a RESTful API.
For exemple you'll be able to access a book in XML with this type of request: GET /book/id.xml
or in JSON: GET /book/id.json

To search for a book it'll be: GET /books/search?query=yourquery
... for an author: GET /authors/search?query=yourquery

We'll have tons of resources available this way. The first version of the API will be mostly GET requests (read) but we'll add the possibility to create books, authors, newspapers in the second release (the rest of the CRUD actions: Create, Update and Delete).

I've included an example of a search with the new API. If you'd like to study examples of REST API, try Digg or Twitter.
Attached Files
File Type: xml search.xml (11.5 KB, 641 views)
Hadrien is offline   Reply With Quote
Old 06-11-2008, 09:36 AM   #25
kran
Member
kran began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Jun 2008
Device: iLiad
Well ... Im in a hurry to see that ! It'll open great opportunities to improve book access !!!

ps : paris, france ? c'est francais feedbook ?

EDIT : héhéhé ... oui en effet, il y a même quelques commentaires en français qui trainent

Last edited by kran; 06-11-2008 at 10:04 AM.
kran is offline   Reply With Quote
Old 06-12-2008, 04:58 AM   #26
kran
Member
kran began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Jun 2008
Device: iLiad
I didn't thought it would be that simple the create a connexion with the iLiad !! Actually, I wanna create a download platform for this device and I wonder how does your server work on feedBook ?
kran is offline   Reply With Quote
Old 07-08-2008, 06:10 AM   #27
kran
Member
kran began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Jun 2008
Device: iLiad
ARggg ^^ ... I can't compile iNewsStand for the iLiad, how do you do this ?

(if I try with the WMware image, I get an error with gtk+-2.0 ... and if I try with KDevelop I have problems like "skipping incompatible /PATH/lerdm.so" for example...)
kran is offline   Reply With Quote
Old 07-08-2008, 04:32 PM   #28
Acid
Member
Acid began at the beginning.
 
Posts: 19
Karma: 10
Join Date: Mar 2008
Location: Moscow, Russia
Device: iLiad
Hello Hadrien,

sorry, have you sorted out the errors like:
FATAL ERROR - Can not get XML: http://www.feedbooks.com/newsstand/initializing?

It seems like I cann't connect in iNewsStand after my device was repaired in iRex... (it was returning on this days)

I couldn't discover the point "default profile" in Network profiles. In a case of pressing the iDS button the connection with IRex resource is established normally. But when I try to connect via ConnectionMgr_script and after that run the dillo browser - the browser doesn't see any site... it's very strange cause I use the same software packages like before the device was shipped to iRex service.

Any ideas, guys?
Acid is offline   Reply With Quote
Old 07-08-2008, 04:45 PM   #29
Hadrien
Feedbooks.com Co-Founder
Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.
 
Hadrien's Avatar
 
Posts: 2,263
Karma: 145123
Join Date: Nov 2006
Location: Paris, France
Device: Sony PRS-t-1/350/300/500/505/600/700, Nexus S, iPad
Just took a look at this XML file and it's still available and working (initializing is the first XML file called when you use the API).
Hadrien is offline   Reply With Quote
Old 07-11-2008, 08:54 PM   #30
tselling
Addict
tselling will become famous soon enoughtselling will become famous soon enoughtselling will become famous soon enoughtselling will become famous soon enoughtselling will become famous soon enoughtselling will become famous soon enough
 
Posts: 366
Karma: 510
Join Date: Apr 2008
Device: NookColor (MiRage/CM7.2 & Moon+ Reader Pro)
Just wondering when the Sudoku's will be fixed? They have been "disabled" for awhile. Thanks.
tselling is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fanfiction -> EPUB downloader sigizmund Deals and Resources (No Self-Promotion or Affiliate Links) 34 01-12-2014 01:55 PM
iNewsStand problem Maike13 iRex 0 01-08-2010 12:34 AM
iLiad Feedbooks.com iLiad Downloader Hadrien iRex Developer's Corner 131 03-31-2009 09:41 AM
iLiad Manual Comic Strip Downloader Released Adam B. iRex 39 02-11-2009 10:39 AM
iLiad Idea: iLiad application Downloader Adam B. iRex Developer's Corner 8 09-06-2007 03:03 AM


All times are GMT -4. The time now is 01:05 AM.


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