gnu-social/plugins/Sitemap
Alexei Sorokin 6095a6de64 [DATABASE] Only use single quotation marks for SQL strings
Double quotation marks are only used for identifiers in the SQL standard.
2021-07-16 19:44:35 +01: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 2021-07-16 19:44:35 +01:00
locale [PLUGINS] Removed GeoURL as the service doesn't exist anymore 2021-07-16 19:44:34 +01:00
scripts Add executable permission to script missing it 2015-07-10 14:46:08 +05:30
README Add plugin READMEs 2016-02-08 17:48:37 +00:00
SitemapPlugin.php [CORE] Plugin API now extends a new Module API 2021-07-16 19:44:33 +01: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');