http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187

--- Comment #6 from Magnus Enger <[email protected]> ---
One thing we need to decide on is whether the logic that checks multiple
sources should be in JavaScript on the client side or Perl on the server side.
I'm leaning towards Perl on the server, for two reasons: 

1. Displaying an image could be as simple as this:

  <img src="opac-ver.pl?biblionumber=x" />

2. We could cache the results of looking through multiple sources. (Caching
might violate the terms of service for e.g. Amazon, but then we could check
them last, after we have checked the ones that we can cache.)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to