Diogo Cordeiro a9c365a5eb [VersionBump] 2.0.0alpha0 vor 4 Jahren
..
actions 6c035d01d4 [DATABASE] Start transactions with START TRANSACTION vor 4 Jahren
classes 9a515b9234 [SCHEMA] Improve timestamp storage vor 4 Jahren
locale a9c365a5eb [VersionBump] 2.0.0alpha0 vor 4 Jahren
scripts ad91ef66bd [SCRIPTS] Set PUBLICDIR in plugin scripts as well vor 5 Jahren
README a614205663 Add plugin READMEs vor 8 Jahren
SitemapPlugin.php b730582336 [CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL vor 5 Jahren

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