]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Teach OpenLibrary.pm how to extract ebook links from OpenLibrary results
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 27 Apr 2011 15:54:48 +0000 (15:54 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 27 Apr 2011 15:54:48 +0000 (15:54 +0000)
commit0a56871c84a00f77352e9b7c08a16d201dd8b51f
tree335669c0840b1bb0ca50979c28579d3b6f8a012b
parent07bc6361c35d21f533b319bd9b771d3875c1308d
Teach OpenLibrary.pm how to extract ebook links from OpenLibrary results

If the Internet Archive has an available ebook, then OpenLibrary will
provide links to it in various formats. For now, we return the results
as a plain set of <div> elements with class attributes denoting what
kind of ebook was returned; i18n will have to take care of providing
an actual label. Oh, and I guess we want to turn these into actual
<a> links...

Signed-off-by: Dan Scott <dscott@laurentian.ca>
git-svn-id: svn://svn.open-ils.org/ILS/trunk@20344 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/perlmods/lib/OpenILS/WWW/AddedContent/OpenLibrary.pm