<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7226.0">
<TITLE>RE: [Koha] RE: how I can include cover images of books</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Dear Amzari;<BR>
&nbsp;Thank you for your valuable comment, i resolved the problem by replacing:<BR>
<BR>
&lt;!-- Display for NPL &lt;!-- TMPL_IF NAME=&quot;isbn&quot; --&gt;&lt;img src=&quot;<A HREF="http://images.amazon.com/images/P/">http://images.amazon.com/images/P/</A>&lt;!-- TMPL_VAR NAME=&quot;isbn&quot; --&gt;.01.MZZZZZZZ.jpg&quot; alt=&quot;Book Cover Image&quot; /&gt;&lt;!-- /TMPL_IF --&gt; //Display for NPL --&gt;<BR>
<BR>
in file &quot; /usr/local/koha/opac/htdocs/opac-tmpl/npl/en/opac-detail.tmpl, line=10<BR>
<BR>
by:<BR>
<BR>
&lt;img src=&quot;/opac-tmpl/npl/en/images/P/&lt;!-- TMPL_VAR NAME=&quot;isbn&quot; --&gt;.jpg&quot; alt=&quot;Book Cover Image&quot; /&gt;<BR>
<BR>
and it worked fine for scanned or downloaded images!<BR>
<BR>
thanks,<BR>
--------------------------<BR>
Sincerely Yours,<BR>
Shahab Bohlooli,PhD<BR>
Ardabil University of Medical Sciences,<BR>
Ardabil 56197,Iran<BR>
Phone no: 0098-451-5512788<BR>
Fax no: 0098-451-5510057<BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: koha-bounces@lists.katipo.co.nz on behalf of Amzari Abu Bakar<BR>
Sent: Mon 2006/04/17 07:29 AM<BR>
To: koha@lists.katipo.co.nz<BR>
Subject: [Koha] RE: how I can include cover images of books<BR>
<BR>
Salam and Hi to all,<BR>
<BR>
Dear Shahab,<BR>
<BR>
Instead of using amazon, you can point your book cover<BR>
image to image mapped to local directory. This can be<BR>
done by modifying the code a little bit. You can view<BR>
the sample here. (But on contrary, I disable the<BR>
amazon features. You still can copy book cover from<BR>
amazon and put in local directory manually).<BR>
<BR>
<A HREF="http://cdiq.dyndns.org/cgi-bin/koha/opac-detail.pl?bib=3">http://cdiq.dyndns.org/cgi-bin/koha/opac-detail.pl?bib=3</A><BR>
<BR>
Amzari Abu Bakar<BR>
Engneering Department, Matriculation Centre<BR>
International Islamic University Malaysia<BR>
<BR>
<BR>
--- koha-request@lists.katipo.co.nz wrote:<BR>
<BR>
&gt; Send Koha mailing list submissions to<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; koha@lists.katipo.co.nz<BR>
&gt;<BR>
&gt; To subscribe or unsubscribe via the World Wide Web,<BR>
&gt; visit<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://lists.katipo.co.nz/mailman/listinfo/koha">http://lists.katipo.co.nz/mailman/listinfo/koha</A><BR>
&gt; or, via email, send a message with subject or body<BR>
&gt; 'help' to<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; koha-request@lists.katipo.co.nz<BR>
&gt;<BR>
&gt; You can reach the person managing the list at<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; koha-owner@lists.katipo.co.nz<BR>
&gt;<BR>
&gt; When replying, please edit your Subject line so it<BR>
&gt; is more specific<BR>
&gt; than &quot;Re: Contents of Koha digest...&quot;<BR>
&gt;<BR>
&gt;<BR>
&gt; Today's Topics:<BR>
&gt;<BR>
&gt;&nbsp;&nbsp;&nbsp; 1. RE: how I can include cover images of books<BR>
&gt; into koha?<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (shahab bohlooli)<BR>
&gt;&nbsp;&nbsp;&nbsp; 2. Re: how I can include cover images of books<BR>
&gt; into koha?<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (Joshua Ferraro)<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
----------------------------------------------------------------------<BR>
&gt;<BR>
&gt; Message: 1<BR>
&gt; Date: Sat, 15 Apr 2006 13:31:37 +0330<BR>
&gt; From: &quot;shahab bohlooli&quot;<BR>
&gt; &lt;shahab.bohlooli@arums.ac.ir&gt;<BR>
&gt; Subject: RE: [Koha] how I can include cover images<BR>
&gt; of books into koha?<BR>
&gt; To: &quot;Joshua Ferraro&quot; &lt;jmf@liblime.com&gt;<BR>
&gt; Cc: koha@lists.katipo.co.nz<BR>
&gt; Message-ID:<BR>
&gt;<BR>
&gt;<BR>
&lt;1A2560D230E1DD46AECC62EC810C61C7C3A70E@sahand.arums.ac.ir&gt;<BR>
&gt; Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<BR>
&gt;<BR>
&gt; Dear Joshua;<BR>
&gt; thank you for your comments,<BR>
&gt; in the case of including cover images from<BR>
&gt; amzaon.com, in koha version 2.2.5 installation<BR>
&gt; directory,I just found a folder called<BR>
&gt; &quot;amzonratings&quot; I executed the sql script and also<BR>
&gt; the perl module get_amazonrating but it seemed that<BR>
&gt; nothing happened. it will your kind help if give me<BR>
&gt; more comments what is the way to do this?<BR>
&gt;<BR>
&gt; --------------------------<BR>
&gt; Sincerely Yours,<BR>
&gt; Shahab Bohlooli,PhD<BR>
&gt; Ardabil University of Medical Sciences,<BR>
&gt; Ardabil 56197,Iran<BR>
&gt; Phone no: 0098-451-5512788<BR>
&gt; Fax no: 0098-451-5510057<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; -----Original Message-----<BR>
&gt; From: Joshua Ferraro [<A HREF="mailto:jmf@liblime.com">mailto:jmf@liblime.com</A>]<BR>
&gt; Sent: Fri 2006/04/14 05:47 PM<BR>
&gt; To: shahab bohlooli<BR>
&gt; Cc: koha@lists.katipo.co.nz<BR>
&gt; Subject: Re: [Koha] how I can include cover images<BR>
&gt; of books into koha?<BR>
&gt;&nbsp;<BR>
&gt; Dear Shahab,<BR>
&gt;<BR>
&gt; To date, the only book cover images that have been<BR>
&gt; used<BR>
&gt; with Koha are done through the Amazon.com module,<BR>
&gt; available<BR>
&gt; in the CVS version (and the soon to be released<BR>
&gt; 2.4).<BR>
&gt;<BR>
&gt; It would be quite trivial to add a feature that<BR>
&gt; allowed scanned<BR>
&gt; images to be linked to records, but no library has<BR>
&gt; sponsored<BR>
&gt; this feature. If this feature is critical for you,<BR>
&gt; there<BR>
&gt; are a couple options:<BR>
&gt;<BR>
&gt;&nbsp; 1. you can develop the feature and contribute it<BR>
&gt; back to the<BR>
&gt;&nbsp; Koha community<BR>
&gt;<BR>
&gt;&nbsp; 2. you can hire someone to develop and contribute<BR>
&gt; it back<BR>
&gt;&nbsp; for you. There is a list of commercial support<BR>
&gt; companies<BR>
&gt;&nbsp; for Koha here:<BR>
&gt;<BR>
&gt;&nbsp; <A HREF="http://koha.org/support/pay.html">http://koha.org/support/pay.html</A><BR>
&gt;<BR>
&gt; Sincerely,<BR>
&gt;<BR>
&gt; --<BR>
&gt; Joshua Ferraro&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VENDOR SERVICES FOR<BR>
&gt; OPEN-SOURCE SOFTWARE<BR>
&gt; President, Technology&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; migration, training,<BR>
&gt; maintenance, support<BR>
&gt; LibLime&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Featuring<BR>
&gt; Koha Open-Source ILS<BR>
&gt; jmf@liblime.com |Full Demos at<BR>
&gt; <A HREF="http://liblime.com/koha">http://liblime.com/koha</A> |1(888)KohaILS<BR>
&gt;<BR>
&gt; On Fri, Apr 14, 2006 at 02:58:36PM +0330, shahab<BR>
&gt; bohlooli wrote:<BR>
&gt; &gt; Dear All;<BR>
&gt; &gt; I have installed the koha (version 2.2.5)&nbsp; on my<BR>
&gt; library using Linux debian<BR>
&gt; &gt; (sarage) on PC platform, and I impressed of its<BR>
&gt; work, anyway I could not find a<BR>
&gt; &gt; way to&nbsp; include my own generated cover images<BR>
&gt; (scanned version)&nbsp; of books. so<BR>
&gt; &gt; any comments will be appreciated.<BR>
&gt; &gt;<BR>
&gt; &gt; thanks<BR>
&gt; &gt;&nbsp;<BR>
&gt; &gt; --------------------------<BR>
&gt; &gt; Sincerely Yours,<BR>
&gt; &gt; Shahab Bohlooli,PhD<BR>
&gt; &gt; Ardabil University of Medical Sciences,<BR>
&gt; &gt; Ardabil 56197,Iran<BR>
&gt; &gt; Phone no: 0098-451-5512788<BR>
&gt; &gt; Fax no: 0098-451-5510057<BR>
&gt; &gt;<BR>
&gt;<BR>
&gt; &gt; _______________________________________________<BR>
&gt; &gt; Koha mailing list<BR>
&gt; &gt; Koha@lists.katipo.co.nz<BR>
&gt; &gt; <A HREF="http://lists.katipo.co.nz/mailman/listinfo/koha">http://lists.katipo.co.nz/mailman/listinfo/koha</A><BR>
&gt;<BR>
&gt; -------------- next part --------------<BR>
&gt; An HTML attachment was scrubbed...<BR>
&gt; URL:<BR>
&gt;<BR>
<A HREF="http://lists.katipo.co.nz/pipermail/koha/attachments/20060415/67755c85/attachment.html">http://lists.katipo.co.nz/pipermail/koha/attachments/20060415/67755c85/attachment.html</A><BR>
&gt;<BR>
&gt; ------------------------------<BR>
&gt;<BR>
&gt; Message: 2<BR>
&gt; Date: Sat, 15 Apr 2006 06:46:25 -0700<BR>
&gt; From: Joshua Ferraro &lt;jmf@liblime.com&gt;<BR>
&gt; Subject: Re: [Koha] how I can include cover images<BR>
&gt; of books into koha?<BR>
&gt; To: shahab bohlooli &lt;shahab.bohlooli@arums.ac.ir&gt;<BR>
&gt; Cc: koha@lists.katipo.co.nz<BR>
&gt; Message-ID:<BR>
&gt; &lt;20060415134625.GB12697@gandalf.liblime.com&gt;<BR>
&gt; Content-Type: text/plain; charset=us-ascii<BR>
&gt;<BR>
&gt; Hi Shahab,<BR>
&gt;<BR>
&gt; The amazonratings folder contains a script for<BR>
&gt; acquiring amazon<BR>
&gt; images, but as I've never used it I can't comment on<BR>
&gt; whether<BR>
&gt; it work.<BR>
&gt;<BR>
&gt; In the next version of Koha (2.4), there is an<BR>
&gt; Amazon.com module that<BR>
&gt; automatically inserts Amazon images (if you turn it<BR>
&gt; on). The images<BR>
&gt; are pulled directly from Amazon.com as a user<BR>
&gt; browses the OPAC.<BR>
&gt;<BR>
&gt; Cheers,<BR>
&gt;<BR>
&gt; --<BR>
&gt; Joshua Ferraro&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VENDOR SERVICES FOR<BR>
&gt; OPEN-SOURCE SOFTWARE<BR>
&gt; President, Technology&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; migration, training,<BR>
&gt; maintenance, support<BR>
&gt; LibLime&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Featuring<BR>
&gt; Koha Open-Source ILS<BR>
&gt; jmf@liblime.com |Full Demos at<BR>
&gt; <A HREF="http://liblime.com/koha">http://liblime.com/koha</A> |1(888)KohaILS<BR>
&gt;<BR>
&gt; On Sat, Apr 15, 2006 at 01:31:37PM +0330, shahab<BR>
&gt; bohlooli wrote:<BR>
&gt; &gt; Dear Joshua;<BR>
&gt; &gt; thank you for your comments,<BR>
&gt; &gt; in the case of including cover images from<BR>
&gt; amzaon.com, in koha version 2.2.5<BR>
&gt; &gt; installation directory,I just found a folder<BR>
&gt; called &quot;amzonratings&quot; I executed<BR>
&gt; &gt; the sql script and also the perl module<BR>
&gt; get_amazonrating but it seemed that<BR>
&gt; &gt; nothing happened. it will your kind help if give<BR>
&gt; me more comments what is the<BR>
&gt; &gt; way to do this?<BR>
&gt; &gt;<BR>
&gt; &gt; --------------------------<BR>
&gt; &gt; Sincerely Yours,<BR>
&gt; &gt; Shahab Bohlooli,PhD<BR>
&gt;<BR>
=== message truncated ===<BR>
<BR>
<BR>
__________________________________________________<BR>
Do You Yahoo!?<BR>
Tired of spam?&nbsp; Yahoo! Mail has the best spam protection around<BR>
<A HREF="http://mail.yahoo.com">http://mail.yahoo.com</A><BR>
_______________________________________________<BR>
Koha mailing list<BR>
Koha@lists.katipo.co.nz<BR>
<A HREF="http://lists.katipo.co.nz/mailman/listinfo/koha">http://lists.katipo.co.nz/mailman/listinfo/koha</A><BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>