ZF-10799: add htdig to searchbots
Description
ht://Dig is a terribly old search engine software which is still in rare use nowadays. Standard user agent for ht://Dig is "htdig", see http://www.htdig.org/attrs.html#user_agent
Please patch Zend_Http_UserAgent_Bot:
Index: Bot.php
===================================================================
--- Bot.php (revision 23462)
+++ Bot.php (working copy)
@@ -64,6 +64,7 @@
'gigabot',
'girafabot',
'google',
+ 'htdig',
'infoseek',
'inktomi',
'java',
Thanks!
Comments
Posted by Udo Telaar (udo) on 2010-12-16T07:07:34.000+0000
htdig bot added like Philip lezzi suggested
Posted by Marc Hodgins (mjh_ca) on 2010-12-18T12:02:11.000+0000
Applied to trunk in r2355, merged to release branch 1.11 in r23556.