From 29861463de41aeaa9b72c66321b125559ea958aa Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Sat, 9 Jun 2012 13:14:51 +0200 Subject: [PATCH] doc: document new options. --- doc/ChangeLog | 3 +++ doc/wget.texi | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/doc/ChangeLog b/doc/ChangeLog index 2925a5bf..f3af7ea3 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,8 @@ 2012-06-09 Giuseppe Scrivano + * 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 diff --git a/doc/wget.texi b/doc/wget.texi index cd379e97..5d6a28fc 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -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 -- 2.39.2