There is a "bug" in paginated listings because their OPDS doesn't
provide "previous page" links, and they will have to be invented,
shouldn't be too hard to do.
Please take a look, and if it's ok I will merge this into integrate.
It works fine here :-)
It works fine. There's something that's not very clear. When I access
a list (like "Most downloaded books"), I see a progress bar that I
have no idea what is loading... and it takes it a long time to load.
It gets more confusing if I start downloading a new book, because I
get two progress bars.
On Tue, Feb 8, 2011 at 10:23 AM, Roberto Alsina <ral...@netmanagers.com.ar> wrote:> Could you check the archive.org plugin too? ;-)It works fine. There's something that's not very clear. When I access a list (like "Most downloaded books"), I see a progress bar that I have no idea what is loading...
and it takes it a long time to load. It gets more confusing if I start downloading a new book, because I get two progress bars.
Also many books don't seem to have covers. Maybe we could use the
no-conver image there. If the webkit supports it you can use something
like this:
<img src="cover-url" onerror="this.src='/path/to/noconver.png';" />
Ha, never knew that existed :-)
I'd rather have a non-blocking dialog displaying the download progress
for ebook downloads (that I can hide or close without affecting the
download progress... and maybe the possibility to cancel the
download). Also in this dialog we could easily display what's being
done (downloading cover, downloading book).
You could try using the lowsrc attribute:
<img src="cover-url" lowsrc="/path/to/noconver.png" />
Better yet!
+1
That is what I ment when I said "like the Software Center" in a
previus e-mail! :-)
--
Ramiro Algozino