home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Internet / PD / Utilities / Webget / !WebGet / Choices < prev    next >
Text File  |  1998-10-11  |  2KB  |  68 lines

  1. # WebGet choices file
  2. # Version 1
  3. # © Joseph Heenan, 1998.
  4.  
  5. # Global choices
  6. #
  7. # Lines beginning # are comments
  8.  
  9. # Proxies. Format is hostname:portnumber
  10. # For Demon users:
  11. # http_proxy: www-cache.demon.co.uk:8080
  12. # http_no_proxy: demon.co.uk
  13. #
  14. # For Argonet/Pipex users:
  15. # http_proxy: webcache.dial.pipex.com:3128
  16. #
  17. #
  18. # For WebServe users:
  19. # http_proxy: localhost
  20.  
  21. # whether or not to proxy unqualified hostnames eg. http://ping/ vs. http://ping.demon.co.uk/
  22. http_proxy_unqualified: yes
  23.  
  24. # Without an ftp proxy, webget will be unable to retreive ftp:// urls
  25. # ftp_proxy: www-cache.demon.co.uk:8080
  26. # ftp_proxy: localhost
  27.  
  28. # The maximum number of concurrent fetches to start
  29. max_fetchers: 5
  30.  
  31. # Whether or not to open the status window at the start of a fetch
  32. open_status_win: yes
  33.  
  34. # Prefix to use before pathname for local links
  35. # For all good browsers, this is 'file:/'
  36. localurl_prefix: file:/
  37.  
  38. # For WebsterXL:
  39. # localurl_prefix: file://localhost/
  40.  
  41.  
  42. #
  43. # Fetch defaults
  44. #
  45.  
  46. # Maximum number of links to follow
  47. link_depth:    1
  48.  
  49. # How to decide whether to follow a link or not
  50. # dir  = same dir or lower only
  51. # host = same host only
  52. # scheme = same scheme (ie. only follow http links when fetching a http url, ditto for ftp)
  53. # scheme is not implemented yet
  54. # all  = follow any link
  55. links: dir
  56.  
  57. # Set to 'yes' if you want inline images / frames to be fetched
  58. inline-images: yes
  59. frames: yes
  60.  
  61. # These are lists of URLs to include in fetch by default
  62. # Files are fetched is the filename matches something in include and
  63. # matches nothing in exclude.
  64. # Both lists are space seperated - * matches anything, ? matches a
  65. # single character
  66. include: *
  67. exclude: *.zip *.spk *.arc *.exe http://ad.doubleclick.net/*
  68.