Changes between Version 1 and Version 2 of nutch.site.xml.nutch
- Timestamp:
- Apr 6, 2009, 10:54:02 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
nutch.site.xml.nutch
v1 v2 1 {{{ 2 #!sh 1 3 <configuration> 2 4 <property> 3 <name>http.agent.name</name> [[br]] 4 <value>'''waue'''</value> [[br]] 5 <description>HTTP 'User-Agent' request header. 6 </description> [[br]] 5 <name>http.agent.name</name> 6 <value>'''waue'''</value> 7 <description>HTTP 'User-Agent' request header. </description> 7 8 </property> 8 9 <property> 9 <name>http.agent.description</name> [[br]] 10 <value>'''MyTest'''</value> [[br]] 11 <description>Further description 12 </description> [[br]] 10 <name>http.agent.description</name> 11 <value>'''MyTest'''</value> 12 <description>Further description</description> 13 13 </property> 14 14 <property> 15 15 <property> 16 <name>http.agent.url</name> [[br]] 17 <value>'''hd01.nchc.org.tw'''</value> [[br]] 18 <description>A URL to advertise in the User-Agent header. 19 </description> [[br]] 16 <name>http.agent.url</name> 17 <value>'''hd01.nchc.org.tw'''</value> 18 <description>A URL to advertise in the User-Agent header. </description> 20 19 </property> 21 20 <property> 22 <name>http.agent.email</name> [[br]]23 <value>'''waue@nchc.org.tw'''</value> [[br]]21 <name>http.agent.email</name> 22 <value>'''waue@nchc.org.tw'''</value> 24 23 <description>An email address 25 </description> [[br]]24 </description> 26 25 </property> 27 26 </configuration> 28 27 }}}