gnu-social/plugins/Sitemap
Alexei Sorokin ad91ef66bd [SCRIPTS] Set PUBLICDIR in plugin scripts as well 2019-09-18 17:15:00 +03:00
..
actions Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
classes [DATABASE] Only use single quotation marks for SQL strings 2019-09-11 09:46:30 +03:00
locale [PLUGINS] Removed GeoURL as the service doesn't exist anymore 2019-08-24 01:59:36 +01:00
scripts [SCRIPTS] Set PUBLICDIR in plugin scripts as well 2019-09-18 17:15:00 +03:00
README Add plugin READMEs 2016-02-08 17:48:37 +00:00
SitemapPlugin.php [DATABASE] Various table schema related fixes 2019-09-11 12:07:54 +03:00

README

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');