README 467 B

123456789101112131415161718192021
  1. The Sitemap plugin creates a dynamic sitemap for Bing, Yahoo! and Google
  2. Installation
  3. ============
  4. add "addPlugin('Sitemap');"
  5. to the bottom of your config.php
  6. Settings
  7. ========
  8. googlekey: The key provided by Google
  9. yahookey: The key provided by Yahoo!
  10. bingkey: The key provided by Bing
  11. Example
  12. =======
  13. $config['sitemap']['googlekey'] = 'GOOGLE_KEY';
  14. $config['sitemap']['yahookey'] = 'YAHOO_KEY';
  15. $config['sitemap']['bingkey'] = 'BING_KEY';
  16. addPlugin('Sitemap');