From 8b9da5a7173ccde168f612b798f2af2a82d125fc Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 27 Nov 2005 00:47:09 +0100 Subject: Added Google sitemap support #371 This patch addes the automatic creation of Google sitemaps. The map is created in the DokuWiki root dir and named sitemap.xml.gz if gzip compression is available - if not the gz extion is skipped. How often the map is recreated is defined through the $conf['sitemap'] option. It accepts a day value. darcs-hash:20051126234709-7ad00-6ff4b0e79670cdfa39e615ec9dc40146ffcc9dd4.gz --- conf/dokuwiki.php | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/dokuwiki.php') diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index 1b4a44a38..1e4ec61d5 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -81,6 +81,7 @@ $conf['pluginmanager'] = 0; //enable automated plugin management (r $conf['compress'] = 1; //Strip whitespaces and comments from Styles and JavaScript? 1|0 $conf['hidepages'] = ''; //Regexp for pages to be skipped from RSS, Search and Recent Changes $conf['send404'] = 0; //Send a HTTP 404 status for non existing pages? +$conf['sitemap'] = 0; //Create a google sitemap? How often? In days. $conf['rss_type'] = 'rss1'; //type of RSS feed to provide, by default: // 'rss' - RSS 0.91 // 'rss1' - RSS 1.0 -- cgit v1.2.3