]> sjero.net Git - wget/commitdiff
Document missing wgetrc options.
authorSteven Schubiger <stsc@members.fsf.org>
Sun, 26 Oct 2008 21:32:11 +0000 (14:32 -0700)
committerSteven Schubiger <stsc@members.fsf.org>
Sun, 26 Oct 2008 21:32:11 +0000 (14:32 -0700)
NEWS
doc/ChangeLog
doc/wget.texi

diff --git a/NEWS b/NEWS
index 7d15a98af35f2c029a6faec8ac6b8f021c40ccdc..a570318b426dbd39dbfdf7a661d99e4fc307f798 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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.
 \f
 * Changes in Wget 1.11.4
 
index 398e4e51db608ec36780905600e96544d6061676..b440bb49159de6eb8219a5433599daab37323474 100644 (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" ->
index c3209235b5f59abb2377391b6b46416d3be4c6df..222ae4949df1427a0bcc7550f7a80f02cf227981 100644 (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}.