/*
 * $RCSfile: $
 *
 * Digibug4CPG - a plugin for Coppermine gallery to create photo prints, and print product gift items
 * Copyright (C) 2006 Digibug Express, Inc. 
 *
 * 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.
 *
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA  02110-1301, USA.
 */
/**
 * @version $Revision: $ $Date: $
 * @package Digibug4CPG
 * @author James Andrews <jandrews@digibug.com> for Digibug Express, Inc. http://www.digibug.com/
 */

1.) Installing the Digibug4CPG plugin.  
  a.) Copy the directory to the plugins directory of your coppermine 1.4 installation.
  b.) Login as your admin user and go to the plugin manager.  ( ie: http://www.yourgallery.com/pluginmgr.php )
  c.) Before activating the pluggin you must create a Digibug Company account and configure an Event.  To learn how
      visit http://www.digibug.com/digibugapi/
  d.) Now that you have a Company ID and an Event ID we can configure the plugin.  Inside the Digibug4CPG plugin directory
      is a file called  "Digibug4CPG.conf.php" containing 2 variables.  Replace the null values with the numeric values of your
      CompanyID and event Id

           $digibugCompanyId=null;
           $digibugEventId=null;

  e.) Now return to the plaugin manager, and list in the list of "Plugins Not Nostalled" should be "DAPI (Digibug API) for Photo
      Printing with Coppermine" 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.  [+ cart] for add to cart.  Clicking on
  it will add your image to the local cart.  Clicking on Checkout in the top nav will bring you to the checkout page on the Digibug website.


