~ubuntu-branches/ubuntu/trusty/wget/trusty-updates

« back to all changes in this revision

Viewing changes to doc/sample.wgetrc.munged_for_texi_inclusion

  • Committer: Bazaar Package Importer
  • Author(s): Marc Deslauriers
  • Date: 2009-12-12 08:15:59 UTC
  • mfrom: (2.1.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091212081559-mvccl4kzdqb138y3
Tags: 1.12-1.1ubuntu1
* Merge from debian testing, remaining changes:
  - Add wget-udeb to ship wget.gnu as alternative to busybox wget
    implementation.
* Keep build dependencies in main:
  - debian/control: remove info2man build-dep
  - debian/patches/00list: disable wget-infopod_generated_manpage.dpatch

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
## avoid having to type many many command-line options. This file does
7
7
## not contain a comprehensive list of commands -- look at the manual
8
8
## to find out what you can put into this file.
9
 
## 
10
 
## Wget initialization file can reside in /etc/wgetrc
 
9
##
 
10
## Wget initialization file can reside in /usr/local/etc/wgetrc
11
11
## (global, for all users) or $HOME/.wgetrc (for a single user).
12
12
##
13
13
## To use the settings in this file, you will have to uncomment them,
16
16
 
17
17
 
18
18
##
19
 
## Global settings (useful for setting up in /etc/wgetrc).
 
19
## Global settings (useful for setting up in /usr/local/etc/wgetrc).
20
20
## Think well before you change them, since they may reduce wget's
21
21
## functionality, and make it behave contrary to the documentation:
22
22
##
43
43
# problems supporting passive transfer.  If you are in such
44
44
# environment, use "passive_ftp = off" to revert to active FTP.
45
45
#passive_ftp = off
46
 
passive_ftp = on
47
46
 
48
47
# The "wait" command below makes Wget wait between every connection.
49
48
# If, instead, you want Wget to wait only between retries of failed
50
49
# downloads, set waitretry to maximum number of seconds to wait (Wget
51
50
# will use "linear backoff", waiting 1 second after the first failure
52
51
# on a file, 2 seconds after the second failure, etc. up to this max).
53
 
waitretry = 10
 
52
#waitretry = 10
54
53
 
55
54
 
56
55
##
74
73
# is *not* sent by default.
75
74
#header = Accept-Language: en
76
75
 
77
 
# You can set the default proxies for Wget to use for http and ftp.
 
76
# You can set the default proxies for Wget to use for http, https, and ftp.
78
77
# They will override the value in the environment.
 
78
#https_proxy = http://proxy.yoyodyne.com:18023/
79
79
#http_proxy = http://proxy.yoyodyne.com:18023/
80
80
#ftp_proxy = http://proxy.yoyodyne.com:18023/
81
81
 
111
111
# To have Wget follow FTP links from HTML files by default, set this
112
112
# to on:
113
113
#follow_ftp = off
 
114
 
 
115
# To try ipv6 addresses first:
 
116
#prefer-family = IPv6
 
117
 
 
118
# Set default IRI support state
 
119
#iri = off
 
120
 
 
121
# Force the default system encoding
 
122
#locale = UTF-8
 
123
 
 
124
# Force the default remote server encoding
 
125
#remoteencoding = UTF-8