X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=install%2Fcookbook%2Fsitemap.php;h=02eef71d5cc59ede531773b23c0b809e3df09037;hb=463f95218f5daf2b2aabe2b0f0020da9419e86f9;hp=c58c4c60384e2eea78c302f62a08fa7a1fd7c808;hpb=813784540250a7b36419f7b75b560a4e7360604f;p=wikifarm.git diff --git a/install/cookbook/sitemap.php b/install/cookbook/sitemap.php index c58c4c6..02eef71 100644 --- a/install/cookbook/sitemap.php +++ b/install/cookbook/sitemap.php @@ -46,6 +46,7 @@ SDV($HandleActions['sitemap'], 'HandleSitemap'); # it is not usefull to have bot SDV($SitemapDelay, 3600); # Seconds to wait after last edit set to -1 to disable automatic generation SDV($SitemapSquelch, 12*3600); # Squelch between generations of sitemap +$RobotActions['sitemap'] = 1; SDVA($SitemapSearchPatterns, array()); $SitemapSearchPatterns[] = '!\.(All)?Recent(Changes|Uploads|Pages)$!';