mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Small doc fixes.
Published in <sxsy9kzk4qb.fsf@florida.arsdigita.de>.
This commit is contained in:
parent
d5be8ecca4
commit
08ebc7576e
@ -1,3 +1,10 @@
|
||||
2001-11-22 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||
|
||||
* wget.texi (Proxies): Fix typo.
|
||||
(Proxies): Sync the text with the example.
|
||||
(Wgetrc Commands): There is no -f option. It's --follow-ftp.
|
||||
Reported by Wojtek Kotwica.
|
||||
|
||||
2001-11-17 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||
|
||||
* Makefile.in (install.info): If info files from the build
|
||||
|
@ -1988,7 +1988,8 @@ download---the same as @samp{-X} (@pxref{Directory-Based Limits}).
|
||||
Same as @samp{--exclude-domains} (@pxref{Domain Acceptance}).
|
||||
|
||||
@item follow_ftp = on/off
|
||||
Follow @sc{ftp} links from @sc{html} documents---the same as @samp{-f}.
|
||||
Follow @sc{ftp} links from @sc{html} documents---the same as
|
||||
@samp{--follow-ftp}.
|
||||
|
||||
@item follow_tags = @var{string}
|
||||
Only follow certain HTML tags when doing a recursive retrieval, just like
|
||||
@ -2490,7 +2491,7 @@ This variable should contain the @sc{url} of the proxy for @sc{http}
|
||||
connections.
|
||||
|
||||
@item ftp_proxy
|
||||
This variable should contain the @sc{url} of the proxy for @sc{http}
|
||||
This variable should contain the @sc{url} of the proxy for @sc{ftp}
|
||||
connections. It is quite common that @sc{http_proxy} and @sc{ftp_proxy}
|
||||
are set to the same @sc{url}.
|
||||
|
||||
@ -2527,8 +2528,9 @@ authentication schemes exist. For proxy authorization only the
|
||||
|
||||
You may specify your username and password either through the proxy
|
||||
@sc{url} or through the command-line options. Assuming that the
|
||||
company's proxy is located at @samp{proxy.srce.hr} at port 8001, a proxy
|
||||
@sc{url} location containing authorization data might look like this:
|
||||
company's proxy is located at @samp{proxy.company.com} at port 8001, a
|
||||
proxy @sc{url} location containing authorization data might look like
|
||||
this:
|
||||
|
||||
@example
|
||||
http://hniksic:mypassword@@proxy.company.com:8001/
|
||||
|
Loading…
Reference in New Issue
Block a user