mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Document missing wgetrc options.
This commit is contained in:
parent
871992e247
commit
1228f812fa
3
NEWS
3
NEWS
@ -27,6 +27,9 @@ support password prompts at the console.
|
|||||||
|
|
||||||
** The --input-file option now also handles retrieving links from
|
** The --input-file option now also handles retrieving links from
|
||||||
an external file.
|
an external file.
|
||||||
|
|
||||||
|
** Several previously existing, but undocumented .wgetrc options
|
||||||
|
are now documented: save_headers, spider, and user_agent.
|
||||||
|
|
||||||
* Changes in Wget 1.11.4
|
* Changes in Wget 1.11.4
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2008-09-30 Steven Schubiger <stsc@members.fsf.org>
|
||||||
|
|
||||||
|
* wget.texi (Wgetrc Commands): Add default_page, save_headers,
|
||||||
|
spider and user_agent to the list of recognized commands.
|
||||||
|
|
||||||
2008-09-10 Michael Kessler <kessler.michael@aon.at>
|
2008-09-10 Michael Kessler <kessler.michael@aon.at>
|
||||||
|
|
||||||
* wget.texi (Robot Exclusion): Fixed typo "downloads" ->
|
* wget.texi (Robot Exclusion): Fixed typo "downloads" ->
|
||||||
|
@ -2671,6 +2671,9 @@ Ignore @var{n} remote directory components. Equivalent to
|
|||||||
@item debug = on/off
|
@item debug = on/off
|
||||||
Debug mode, same as @samp{-d}.
|
Debug mode, same as @samp{-d}.
|
||||||
|
|
||||||
|
@item default_page = @var{string}
|
||||||
|
Default page name---the same as @samp{--default-page=@var{string}}.
|
||||||
|
|
||||||
@item delete_after = on/off
|
@item delete_after = on/off
|
||||||
Delete after download---the same as @samp{--delete-after}.
|
Delete after download---the same as @samp{--delete-after}.
|
||||||
|
|
||||||
@ -2963,6 +2966,9 @@ this off.
|
|||||||
Save cookies to @var{file}. The same as @samp{--save-cookies
|
Save cookies to @var{file}. The same as @samp{--save-cookies
|
||||||
@var{file}}.
|
@var{file}}.
|
||||||
|
|
||||||
|
@item save_headers = on/off
|
||||||
|
Same as @samp{--save-headers}.
|
||||||
|
|
||||||
@item secure_protocol = @var{string}
|
@item secure_protocol = @var{string}
|
||||||
Choose the secure protocol to be used. Legal values are @samp{auto}
|
Choose the secure protocol to be used. Legal values are @samp{auto}
|
||||||
(the default), @samp{SSLv2}, @samp{SSLv3}, and @samp{TLSv1}. The same
|
(the default), @samp{SSLv2}, @samp{SSLv3}, and @samp{TLSv1}. The same
|
||||||
@ -2975,6 +2981,9 @@ responses---the same as @samp{-S}.
|
|||||||
@item span_hosts = on/off
|
@item span_hosts = on/off
|
||||||
Same as @samp{-H}.
|
Same as @samp{-H}.
|
||||||
|
|
||||||
|
@item spider = on/off
|
||||||
|
Same as @samp{--spider}.
|
||||||
|
|
||||||
@item strict_comments = on/off
|
@item strict_comments = on/off
|
||||||
Same as @samp{--strict-comments}.
|
Same as @samp{--strict-comments}.
|
||||||
|
|
||||||
@ -2998,6 +3007,10 @@ Specify username @var{string} for both @sc{ftp} and @sc{http} file retrieval.
|
|||||||
This command can be overridden using the @samp{ftp_user} and
|
This command can be overridden using the @samp{ftp_user} and
|
||||||
@samp{http_user} command for @sc{ftp} and @sc{http} respectively.
|
@samp{http_user} command for @sc{ftp} and @sc{http} respectively.
|
||||||
|
|
||||||
|
@item user_agent = @var{string}
|
||||||
|
User agent identification sent to the HTTP Server---the same as
|
||||||
|
@samp{--user-agent=@var{string}}.
|
||||||
|
|
||||||
@item verbose = on/off
|
@item verbose = on/off
|
||||||
Turn verbose on/off---the same as @samp{-v}/@samp{-nv}.
|
Turn verbose on/off---the same as @samp{-v}/@samp{-nv}.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user