]> sjero.net Git - wget/commitdiff
doc: document new options.
authorGiuseppe Scrivano <gscrivano@gnu.org>
Sat, 9 Jun 2012 11:14:51 +0000 (13:14 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Sat, 9 Jun 2012 11:14:51 +0000 (13:14 +0200)
doc/ChangeLog
doc/wget.texi

index 2925a5bfb8cf662675634d6753c70434edd300ee..f3af7ea3b83206663d958ade52b399ca41337704 100644 (file)
@@ -1,5 +1,8 @@
 2012-06-09  Giuseppe Scrivano  <gscrivano@gnu.org>
 
+       * wget.texi (Logging and Input File Options): Document "--report-speed".
+       (HTTPS (SSL/TLS) Options): Document WARC.
+
        * texi2pod.pl: Revert change from 2011-08-06.
 
 2012-05-13  Giuseppe Scrivano  <gscrivano@gnu.org>
index cd379e97b807a6e2faf07f3c8e1dc9f2ea213933..5d6a28fca7d5f1eac1bc93de380055bbefb90852 100644 (file)
@@ -479,6 +479,10 @@ Turn off verbose without being completely quiet (use @samp{-q} for
 that), which means that error messages and basic information still get
 printed.
 
+@item -nv
+@itemx --report-speed=@var{type}
+Output bandwidth as @var{type}.  The only accepted value is @samp{bits}.
+
 @cindex input-file
 @item -i @var{file}
 @itemx --input-file=@var{file}
@@ -1658,6 +1662,35 @@ not used), EGD is never contacted.  EGD is not needed on modern Unix
 systems that support @file{/dev/random}.
 @end table
 
+@cindex WARC
+@item --warc-file=@var{file}
+Use @var{file} as the destination WARC file.
+
+@item --warc-header=@var{string}
+Use @var{string} into as the warcinfo record.
+
+@item --warc-max-size=@var{size}
+Set the maximum size of the WARC files to @var{size}.
+
+@item --warc-cdx
+Write CDX index files.
+
+@item --warc-dedup=@var{file}
+Do not store records listed in this CDX file.
+
+@item --no-warc-compression
+Do not compress WARC files with GZIP.
+
+@item --no-warc-digests
+Do not calculate SHA1 digests.
+
+@item --no-warc-keep-log
+Do not store the log file in a WARC record.
+
+@item--warc-tempdir=@var{dir}
+Specify the location for temporary files created by the WARC writer.
+
+
 @node FTP Options, Recursive Retrieval Options, HTTPS (SSL/TLS) Options, Invoking
 @section FTP Options