amazOOP amazOOP
[ class tree: amazOOP ] [ index: amazOOP ] [ all elements ]

Source for file modes.inc.php

Documentation is available at modes.inc.php

  1. <?php
  2. /**
  3. * This file contains a table with Amazon's modes.
  4. * You probably will never need to touch this file, unless I release a new one with updated
  5. * modes, in which case, all you have to do is replace the old one.
  6. *
  7. * @author Mauricio Diaz <madd0@users.sourceforge.net>
  8. * @copyright 2004 (c) Mauricio Diaz Orlich
  9. * @license http://www.gnu.org/licenses/gpl.html GNU General Public License
  10. * @version 0.3RC2
  11. *
  12. * @package amazOOP
  13. * @subpackage Configuration
  14. */
  15.  
  16. /**
  17. * For security, only {@link aq.php} should be included in your pages
  18. */
  19. defined( '_AMAZOOP' ) or die( 'Direct Access to this location is not allowed.' );
  20.  
  21. /**
  22. * This table contains all Amazon nodes that can be used to query AWS.
  23. *
  24. * Some of them are not officially supported, buth they work nonetheless. You can recognize
  25. * them because they start where the ones ordered alphabetically end.
  26. *
  27. * @access private
  28. *
  29. * @global array $_AMAZON_MODES
  30. */
  31. $_AMAZON_MODES = array( 'us' => array('baby', 'books', 'classical', 'pc-hardware', 'dvd', 'electronics',
  32. 'garden', 'kitchen', 'magazines', 'music', 'photo', 'software', 'tools',
  33. 'toys', 'tools', 'vhs', 'videogames', 'apparel', 'misc', 'gourmet',
  34. 'hpc', 'jewelry', 'office-products', 'sporting'),
  35. 'uk' => array('books-uk', 'classical', 'dvd-uk', 'electronics-uk', 'kitchen-uk',
  36. 'music', 'software-uk', 'sw-vg-uk', 'toys-uk', 'vhs-uk',
  37. 'video-games-uk', 'garden-uk', 'hpc-uk', 'tools-uk'),
  38. 'de' => array('books-de', 'books-de-intl-us', 'classical-de', 'pc-de', 'dvd-de',
  39. 'ce-de', 'garden-de', 'hpc-de', 'kitchen-de-all', 'kitchen-de',
  40. 'magazines-de', 'pop-music-de', 'photo-de', 'software-de', 'tools-de',
  41. 'vhs-de', 'video-games-de'),
  42. 'jp' => array('books-jp', 'books-us', 'classical-jp', 'dvd-jp', 'electronics-jp',
  43. 'music-jp', 'software-jp', 'vhs-jp', 'videogames-jp')
  44. );
  45. ?>
 
Documentation generated on Sat, 21 Aug 2004 17:40:39 +0200 by phpDocumentor 1.3.0RC3
hosted by
SourceForge.net Logo