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

Source for file rss.inc.php

Documentation is available at rss.inc.php

  1. <?php
  2. /**
  3. * This file contains settings for RSS feeds.
  4. *
  5. * @author Mauricio Diaz <madd0@users.sourceforge.net>
  6. * @copyright 2004 (c) Mauricio Diaz Orlich
  7. * @license http://www.gnu.org/licenses/gpl.html GNU General Public License
  8. * @version 0.3RC2
  9. *
  10. * @package amazOOP
  11. * @subpackage Configuration
  12. */
  13.  
  14. /**
  15. * For security, only this file should be included in your scripts.
  16. * @access private
  17. */
  18. defined('_AMAZOOP') or die( 'Direct Access to this location is not allowed.' );
  19.  
  20. /**
  21. * This array holds basic information to be used in the RSS feed generated by {@link AmazonQuery}.
  22. * More information on these values will be available soon.
  23. * @global array $_AMAZOOP_RSS
  24. */
  25. $_AMAZOOP_RSS = array( 'xmlSchema' => 'http://www.madd0.com/rss2m.xsd',
  26. 'generator' => 'amazOOP v0.3 (http://amazoop.sourceforge.net)',
  27. 'docs' => 'http://backend.userland.com/rss',
  28. 'link' => 'http://www.madd0.com/',
  29. 'copyright' => 'The content provided in this feed may be copyrighted.',
  30. 'managingEditor' => 'madd0@madd0.com',
  31. 'webMaster' => 'madd0@madd0.com',
  32. 'author' => 'madd0@madd0.com',
  33. 'imageURL' => 'http://www.madd0.com/images/madd0/madd0_logo_88x31.gif',
  34. 'imageWidth' => '88',
  35. 'imageHeight' => '31',
  36. 'imageLink' => 'http://www.madd0.com',
  37. 'imageTitle' => 'The Madd0 Mall',
  38. 'title' => 'the madd0 mall - ',
  39. 'description' => '',
  40. );
  41. ?>
 
Documentation generated on Sat, 21 Aug 2004 17:40:45 +0200 by phpDocumentor 1.3.0RC3
hosted by
SourceForge.net Logo