10f0a15614
Ran composer update and locale updater |
||
---|---|---|
.. | ||
actions | ||
classes | ||
locale | ||
scripts | ||
README | ||
SitemapPlugin.php |
The Sitemap plugin creates a dynamic sitemap for Bing, Yahoo! and Google Installation ============ add "addPlugin('Sitemap');" to the bottom of your config.php Settings ======== googlekey: The key provided by Google yahookey: The key provided by Yahoo! bingkey: The key provided by Bing Example ======= $config['sitemap']['googlekey'] = 'GOOGLE_KEY'; $config['sitemap']['yahookey'] = 'YAHOO_KEY'; $config['sitemap']['bingkey'] = 'BING_KEY'; addPlugin('Sitemap');