diff options
author | Nick White <hg@njw.me.uk> | 2011-07-17 19:26:33 +0100 |
---|---|---|
committer | Nick White <hg@njw.me.uk> | 2011-07-17 19:26:33 +0100 |
commit | 2c87bf5e7c229e7c7c85bb6bc0cae03e989ad388 (patch) | |
tree | 2a1d8f1f484c2e21683863b32f8a5d4ca4ad7497 /TODO | |
parent | 694ecd582637cf02ef0448056a09da097371fe97 (diff) |
Roll over all page types, and thereby remove need for page total code
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -1,5 +1,3 @@ -order is available even for pages that don't have src. check this, and if so rewrite getpagedetails to set it even if no src (rather than just bailing) - use order to be able to use real page numbers (getpagecode) to find this advance through click3 letter by letter until either } (none found) or strcmp "order" @@ -11,8 +9,3 @@ to be fast and efficient it's best to crank through all the json 1st, filling in could consider making a json reading module, ala confoo, to make ad-hoc memory structures from json to be super fast we could have 2 threads, one filling the pages structs and one consuming them. this would complicate the code rather, though - -NOTE: there's now a new api that returns json. -it requires https, which we don't yet support. -https://www.googleapis.com/books/v1/volumes?q=isbn:1589235126 -https://www.googleapis.com/books/v1/volumes/jglfL_eVG4cC |