1
0
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:
Steven Schubiger 2008-10-26 14:32:11 -07:00
parent 871992e247
commit 1228f812fa
3 changed files with 21 additions and 0 deletions

3
NEWS
View File

@ -27,6 +27,9 @@ support password prompts at the console.
** The --input-file option now also handles retrieving links from
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

View File

@ -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>
* wget.texi (Robot Exclusion): Fixed typo "downloads" ->

View File

@ -2671,6 +2671,9 @@ Ignore @var{n} remote directory components. Equivalent to
@item debug = on/off
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
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
@var{file}}.
@item save_headers = on/off
Same as @samp{--save-headers}.
@item secure_protocol = @var{string}
Choose the secure protocol to be used. Legal values are @samp{auto}
(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
Same as @samp{-H}.
@item spider = on/off
Same as @samp{--spider}.
@item strict_comments = on/off
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
@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
Turn verbose on/off---the same as @samp{-v}/@samp{-nv}.