projects
/
wikifarm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8137845
)
authorize bots to read sitemap
author
Pascal Corpet
<pascal.corpet@m4x.org>
Wed, 5 Nov 2008 09:52:30 +0000
(10:52 +0100)
committer
Pascal Corpet
<pascal.corpet@m4x.org>
Wed, 5 Nov 2008 09:52:30 +0000
(10:52 +0100)
install/cookbook/sitemap.php
patch
|
blob
|
blame
|
history
diff --git
a/install/cookbook/sitemap.php
b/install/cookbook/sitemap.php
index
c58c4c6
..
02eef71
100644
(file)
--- 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)$!';