yeyicheng

Untitled

Apr 24th, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.66 KB | None | 0 0
  1. <configuration>
  2. <property>
  3. <name>http.agent.name</name>
  4. <value>My Nutch Spider</value>
  5. </property>
  6.  
  7. <property>
  8. <name>http.accept.language</name>
  9. <value>zh-cn, en-us,en-gb,en;q=0.7,*;q=0.3</value>
  10. <description>Value of the “Accept-Language” request header field. This allows selecting non-English language as default one to retrieve. It is a useful setting for search engines build for certain national group.
  11. </description>
  12. </property>
  13.  
  14. <property>
  15. <name>parser.character.encoding.default</name>
  16. <value>utf-8</value>
  17. <description>The character encoding to fall back to when no other information is available</description>
  18. </property>
  19. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment