# WebGet choices file
# Version 1
#  Joseph Heenan, 1998.

# Global choices
#
# Lines beginning # are comments

# Proxies. Format is hostname:portnumber
# For Demon users:
# http_proxy: www-cache.demon.co.uk:8080
# http_no_proxy: demon.co.uk
#
# For Argonet/Pipex users:
# http_proxy: webcache.dial.pipex.com:3128
#
#
# For WebServe users (you must have webserve loaded when you run
# webget if you uncomment this line):
# http_proxy: localhost

# whether or not to proxy unqualified hostnames eg. http://ping/ vs. http://ping.demon.co.uk/
http_proxy_unqualified: yes

# Without an ftp proxy, webget will be unable to retreive ftp:// urls
# ftp_proxy: www-cache.demon.co.uk:8080
# ftp_proxy: localhost

# The maximum number of concurrent fetches to start
max_fetchers: 5

# Whether or not to open the status window at the start of a fetch
open_status_win: yes

# Prefix to use before pathname for local links
# For all good browsers, this is 'file:/'
localurl_prefix: file:/

# For WebsterXL:
# localurl_prefix: file://localhost/


#
# Fetch defaults
#

# Maximum number of links to follow
link_depth:	1

# How to decide whether to follow a link or not
# dir  = same dir or lower only
# host = same host only
# scheme = same scheme (ie. only follow http links when fetching a http url, ditto for ftp)
# scheme is not implemented yet
# all  = follow any link
links: dir

# Set to 'yes' if you want inline images / frames to be fetched
inline-images: yes
frames: yes

# These are lists of URLs to include in fetch by default
# Files are fetched is the filename matches something in include and
# matches nothing in exclude.
# Both lists are space seperated - * matches anything, ? matches a
# single character
include: *
exclude: *.zip *.spk *.arc *.exe http://ad.doubleclick.net/*
