]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Sitemap/README
Various obvious bug fixes and better PHP 7 support
[quix0rs-gnu-social.git] / plugins / Sitemap / README
1 The Sitemap plugin creates a dynamic sitemap for Bing, Yahoo! and Google
2
3 Installation
4 ============
5 add "addPlugin('Sitemap');"
6 to the bottom of your config.php
7
8 Settings
9 ========
10 googlekey: The key provided by Google
11 yahookey: The key provided by Yahoo!
12 bingkey: The key provided by Bing
13
14 Example
15 =======
16 $config['sitemap']['googlekey'] = 'GOOGLE_KEY';
17 $config['sitemap']['yahookey'] = 'YAHOO_KEY';
18 $config['sitemap']['bingkey'] = 'BING_KEY';
19 addPlugin('Sitemap');
20