gnu-social/plugins/Sitemap
Alexei Sorokin 52d67b0f44 Avoid ordering just by a timestamp
Try to also employ an id when possible.
Involves reworking some of the indices.
2020-09-15 16:59:27 +03:00
..
actions Avoid ordering just by a timestamp 2020-09-15 16:59:27 +03:00
classes [SCHEMA] Improve timestamp storage 2020-06-29 01:41:46 +03:00
locale [VersionBump] 2.0.0alpha0 2020-08-04 05:31:44 +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 [CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL 2019-11-21 00:21:22 +00: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');