Author: pkosiorowski
Date: Mon Aug  8 13:44:23 2005
New Revision: 230887

URL: http://svn.apache.org/viewcvs?rev=230887&view=rev
Log:
User agent string related properties updated.

Modified:
    lucene/nutch/trunk/conf/nutch-default.xml

Modified: lucene/nutch/trunk/conf/nutch-default.xml
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/trunk/conf/nutch-default.xml?rev=230887&r1=230886&r2=230887&view=diff
==============================================================================
--- lucene/nutch/trunk/conf/nutch-default.xml (original)
+++ lucene/nutch/trunk/conf/nutch-default.xml Mon Aug  8 13:44:23 2005
@@ -41,7 +41,7 @@
 
 <property>
   <name>http.agent.url</name>
-  <value>http://www.nutch.org/docs/en/bot.html</value>
+  <value>http://lucene.apache.org/nutch/bot.html</value>
   <description>A URL to advertise in the User-Agent header.  This will 
    appear in parenthesis after the agent name.
   </description>
@@ -49,14 +49,14 @@
 
 <property>
   <name>http.agent.email</name>
-  <value>[EMAIL PROTECTED]</value>
+  <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>
+  <value>0.07</value>
   <description>A version string to advertise in the User-Agent 
    header.</description>
 </property>


Reply via email to