/*************************
  Coppermine Photo Gallery
  ************************
  fotokasten - a plugin for Coppermine gallery to create photo prints, and print product gift items
  Copyright (C) 2006 fotokasten GmbH

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
  ********************************************
  Coppermine version: 1.4.5
  $Source: /cvsroot/coppermine/stable/plugins/fotokasten/docs/README.txt,v $
  $Revision: 0.9 $
  $Author: fotokasten $
  $Date: 2006/05/16 08:25:14 $
**********************************************/

1.) Installing the fotokasten plugin.  
  a.) Copy the directory to the plugins directory of your coppermine 1.4 installation.
  b.) Copy the themes.inc.php file in you coppermine 1.4.5 include directory. If you have a newer version you have
      to copy everything marked with "shopping_cart" to your new file.
  c.) Login as your admin user and go to the plugin manager.  ( ie: http://www.yourgallery.com/coppermine )
  d.) The plugin uses a standard affiliate account from fotokasten. No provisions are payed to you.
      You can register an own account for a setup fee at fotokasten:
      visit http://www.fotokasten.de/photo_view_funproducts.php?cPath=25_54&pID=327
  e.) If you have a own AffiliateID we can configure the plugin. Inside the fotokasten plugin directory
      is a file called  "ftk.conf.php" containing 1 variable.  Replace the 1986 value with the numeric value of your
      AffiliateID

           $fotokasten_affiliate_id = '1986';

  f.) Now return to the plaugin manager, and list in the list of "Plugins Not Nostalled" should be "Fotokasten plugin" 
      click on the button with the lowercase "i" on it to install the plugin. Clicking on the button
      activates the plugin.

  You should now configured and live.  A button should now be displayed under each thumbnail. Take in account that the
  button only shows up if you have fullsize images saved with at least 600x600 pixel in size.
  
 2.) Know issuses
  a.) International Language support
  b.) Better solution for themes.inc.php
  


