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