<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Baljkas Family,<br>
<br>
I agree wholeheartedly. In fact why not a link to OAI (Open Archives
Initiative). I personally am not impressed with Amazon,Yahoo, or such
vendors. We should look at supporting and linking to Open Source type
projects as a venue to increase public awareness. For example, what
about the Gutenberg database, which is full-text, as an adjunct to a&nbsp;
Koha Virtual Catalog. One could search one's own or other libraries in
addition to the Gutenberg collection and pull down full text versions
of over 10,000 texts (and growing). I for one find people (Americans
especially) worship to much at the font of Corporate greed.The job of
librarians is to facilitate the access to information not inadvertantly
promote&nbsp; the corporate bastardization of public information (search
engines which sell precedence for example).<br>
<br>
Gerry<br>
<br>
<br>
<br>
<br>
<br>
<br>
&nbsp;wrote:<br>
<blockquote
 cite="mid20041108030418.MLAS1382.mx-mtaout01.mts.net@mx-mtaout"
 type="cite">
  <pre wrap="">Sunday, November 7, 2004    20:47 CST

Hi, all,

Just wanted to sound off quickly on this whole link-to-Amazon idea.

Please, be aware, that not all of us in the library world are that enamoured of Amazon.com. Yes, they have transformed the world of bookselling and they certainly provide a valuable resource of information to librarians and readers in general.

That acknowledged, their 'formula' for determining what books would be of interest to you as a reader is laughable. It relies heavily on commercialised data, totally ignoring the fact that many people are buying books for more than one person at a time, whereas (depending on the demographic) most library users are only borrowing for themselves.

Their standard review sources are reputable (if again, overwhelmingly commercial: try to find a critical review that is actually critical! I dare you!) but many people seem to rely on the readership. Some of the ignorant voices that are allowed authority in this manner are very troubling, indeed, and may dissuade readers away from good materials that fall outside popular fads and even scholarly vogues.

For suggested materials, I'd sooner trust NoveList or the Reader's Guides to various genre lits than Amazon. It is practically useless in terms of more academic materials. Some of the ludicrous things it's suggested to me in the past indicate some fairly eccentric buying patterns somewhere in the U.S.

I think the idea of allowing a link to Amazon -- AS AN OPTION -- is great. I myself would not want a library catalogue I was responsible for taking on the role of free advertising for a vast commercial enterprise.

I thought what Chris suggested was more useful, and certainly conforms with what I have seen done: quick summaries in 520s derived from Amazon.com, with that source cited in the note.

With either approach, given the copyright statement at the bottom of all Amazon.com pages, I am wondering whether you might have legal problems whether you link to them or downlink their info to your catalogue. (You may not be aware of this, but it is illegal to download the cover shots of books for use in one's own catalogue without express permission -- whether one can scan the covers of books and other materials and use those as photographic proof of ownership would depend on jurisdictional interpretations.)

Finally, one note on ISBNs. However Amazon.com is managing the ISBN/ASIN numbers, they do seem to change the location -- not to forget the actual contents!! -- of pages depending on whether the item sought is still in print and available through them, still available but no longer in print, and when it is no longer in print and no longer available through them. Wouldn't you need to be able to design something to discriminate between those 3 cases?

Anyway, just some thoughts.

Cheers,
Steven F. Baljkas
library tech at large
Koha neophyte
Winnipeg, MB, Canada
 
  </pre>
  <blockquote type="cite">
    <pre wrap="">From: "Owen Leonard" <a class="moz-txt-link-rfc2396E" href="mailto:oleonard@athenscounty.lib.oh.us">&lt;oleonard@athenscounty.lib.oh.us&gt;</a>
Date: 2004/11/07 Sun PM 03:04:33 CST
To: <a class="moz-txt-link-abbreviated" href="mailto:koha@lists.katipo.co.nz">koha@lists.katipo.co.nz</a>
Subject: Re: [Koha] opac add-on

    </pre>
    <blockquote type="cite">
      <pre wrap="">here is an example

      </pre>
    </blockquote>
    <pre wrap=""><a class="moz-txt-link-freetext" href="http://www.amazon.com/exec/obidos/ASIN/073571228x/qid%3D1099770">http://www.amazon.com/exec/obidos/ASIN/073571228x/qid%3D1099770</a>
587/sr%3D11-1/ref%3Dsr%5F11%5F1/102-8947619-9086523
    </pre>
    <blockquote type="cite">
      <pre wrap=""> 

      </pre>
    </blockquote>
    <pre wrap=""><a class="moz-txt-link-freetext" href="http://www.amazon.com/exec/obidos/ASIN/1861004494/qid%3D1099770">http://www.amazon.com/exec/obidos/ASIN/1861004494/qid%3D1099770</a>
864/sr%3D11-1/ref%3Dsr%5F11%5F1/102-8947619-9086523
    </pre>
    <blockquote type="cite">
      <pre wrap="">the isbn# folows the /ASIN/ in the url 
note that the next pointer /qid%xxx... has changed.

simply changing the field after /ASIN/ to the isbn
will not give you the correct result.
      </pre>
    </blockquote>
    <pre wrap="">If I understand you correctly, the root of your problem is 
that all the stuff *after* the ISBN doesn't matter at all.  
It's all session stuff.  All you need is this:

<a class="moz-txt-link-freetext" href="http://www.amazon.com/exec/obidos/ASIN/073571228x/">http://www.amazon.com/exec/obidos/ASIN/073571228x/</a>

...in order to pull up an Amazon record.  Amazon adds all the 
rest.  So we make the link in the template like this:

<a class="moz-txt-link-freetext" href="http://www.amazon.com/exec/obidos/ASIN/">http://www.amazon.com/exec/obidos/ASIN/</a>&lt;!-- TMPL_VAR 
NAME="isbn" --&gt;

It should work fine.  

    </pre>
    <blockquote type="cite">
      <pre wrap="">3. a computer driven enter or cr.
      </pre>
    </blockquote>
    <pre wrap="">This is the part that's not possible.  You can't simulate user 
input like that on a separate site.  And if we're just talking 
about pulling up an Amazon record from an ISBN, we don't have 
to.

One concern, however, is how far to trust Amazon to always 
have details on the item in your catalog.  That's where a 
solution like Chris' has advantages--you're sucking down the 
information into your own database, so you know whether 
there's extended information to display.

  -- Owen
_______________________________________________
Koha mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a>
<a class="moz-txt-link-freetext" href="http://lists.katipo.co.nz/mailman/listinfo/koha">http://lists.katipo.co.nz/mailman/listinfo/koha</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
_______________________________________________
Koha mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a>
<a class="moz-txt-link-freetext" href="http://lists.katipo.co.nz/mailman/listinfo/koha">http://lists.katipo.co.nz/mailman/listinfo/koha</a>

  </pre>
</blockquote>
<br>
</body>
</html>