+1
Piotr Kosiorowski wrote:
Hello,
We should probably change user agent string in nutch-default.xml to
point to Apache site. The only question is http.agent.version - should
we set it to 0.07 for release and 0.08-dev for future work? I do not
know how it was used previously.
Current values:
<property>
<name>http.agent.url</name>
<value>http://www.nutch.org/docs/en/bot.html</value>
<description>A URL to advertise in the User-Agent header. This will
appear in parenthesis after the agent name.
</description>
</property>
<property>
<name>http.agent.email</name>
<value>[EMAIL PROTECTED]</value>
<description>An email address to advertise in the HTTP 'From' request
header and User-Agent header.</description>
</property>
<property>
<name>http.agent.version</name>
<value>0.06-dev</value>
<description>A version string to advertise in the User-Agent
header.</description>
</property>
Regar,ds
Piotr