[Koha-cvs] CVS: koha/C4 Amazon.pm,1.1,1.2

Joshua Ferraro joshferraro at users.sourceforge.net
Tue Jan 25 18:23:35 CET 2005


Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11210

Modified Files:
	Amazon.pm 
Log Message:
Added some minimal docs to Amazon.pm


Index: Amazon.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Amazon.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Amazon.pm	25 Jan 2005 16:53:28 -0000	1.1
--- Amazon.pm	25 Jan 2005 17:23:33 -0000	1.2
***************
*** 23,27 ****
  # FIXME: need to write up more docs.
  #
! 
  use strict;
  require Exporter;
--- 23,38 ----
  # FIXME: need to write up more docs.
  #
! # To use this module you need to do three things:
! # 1. get a dev key and associate tag from Amazon
! # 2. uncomment the Amazon stuff in opac-detail.pl
! # 3. add the template variables to opac-detail.tmpl
! #    here's what's available: 
! #    ProductDescription
! #    ImageUrlMedium
! #    ListPrice
! #    url
! #    loop SimilarProducts (Product)
! #    loop Reviews (rating, Summary)
! #
  use strict;
  require Exporter;





More information about the Koha-cvs mailing list