You are here: Home Plone products ATAmazon

ATAmazon (0.1)

3
by Ihor Berehulyak last modified 2009-02-17
0.0
0.0
0.0
0.0
Released on 2007-11-28 by Nate Aune, Hanno Schlichting for Plone 2.5 under GPL - GNU General Public License available for All platforms.
Software development stage: alpha
ATAmazon is a product to display books in your Plone site. It retrieves the metadata from Amazon.com, and auto-populates the form fields so you don't have to type it in manually.

ATAmazon requires pyAmazon, the Amazon web services library.

You will also need an Amazon Web Services developer key and an Amazon associate id. Be sure to set these values in the amazon_tool in the ZMI.

Adding here/portlet_amazon/macros/portlet to left_slots or right_slots will give you a portlet that lists relevant books. Adding here/cache_amazon_portlet will add a RAMCache cached version of the portlet.

The books that appear in the portlet are obtained as follows:

  1. First, published Amazon Items in the current_folder/[Amazon item folder ID]/ are listed, sorted by average rating and Amazon sales rank.
  2. Next, published Amazon Items in the current_folder are listed, again sorted by average rating and Amazon sales rank.
  3. Next, other published Amazon Items anywhere below current_folder are listed, again sorted by average rating and Amazon sales rank.
  4. Finally, published Amazon Items anywhere in the portal are listed, sorted by average rating and Amazon sales rank.

The portal will show a total of 5 books; the number can be altered by modifying the properties in amazon_tool in the ZMI.

NOTE: ATAMAZON 0.2 IS NOT BACKWARD COMPATIBLE WITH ATAMAZON 0.1. YOU WILL HAVE TO DELETE AND RE-ADD ANY AMAZON ITEMS YOU HAVE ON YOUR SITE.

Document Actions
Powered by Plone