sites.properties
上传用户:qing5858
上传日期:2015-10-27
资源大小:6056k
文件大小:1k
源码类别:

搜索引擎

开发平台:

Java

  1. # -----------------------------------------------------------------------------
  2. # Websites configuration file
  3. # -----------------------------------------------------------------------------
  4. #
  5. # $Id: sites.properties,v 1.5 2003/04/09 17:07:58 vanrogu Exp $
  6. #
  7. # This configuration file determines the JSpider per-site configuration to be
  8. # used for a certain site.
  9. # The referenced configuration files can be found in the 'sites' subfolder.
  10. #
  11. # PROPERTIES :
  12. #
  13. #  jspider.site.config.default
  14. #    the default configuration used for the website that's used as a base for
  15. #    spidering.  (The one used when starting JSpider)
  16. #
  17. #  jspider.site.config.default
  18. #    the default configuration to which all websites that don't have a specific
  19. #    configuration assigned are defaulted.
  20. #
  21. #  [subdomain.]domain.toplevel[:port]=configuration
  22. #    assigns a certain configuration to the site
  23. #    example: for 'j-spider.sourceforge.net:80', the matching is as follows:
  24. #      j-spider.sourceforge.net:80
  25. #      j-spider.sourcedforge.net
  26. #    example: for 'www.javacoding.net', the matching is as follows:
  27. #      www.javacoding.net
  28. #
  29. # -----------------------------------------------------------------------------
  30. jspider.site.config.base=default
  31. jspider.site.config.default=skip
  32. j-spider.sourceforge.net=j-spider.sourceforge.net