diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-04-27 17:05:20 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-04-27 17:05:20 +0000 |
commit | 632befbd5302e402ba5cf0059db1faf3ca27d8c3 (patch) | |
tree | f92178bdf03cbdd620da55fbef70b34d386bb758 /man | |
parent | 908f3ac832490c06211e4d2b5bdfa4f2ed02ed79 (diff) |
Updated doc.
Diffstat (limited to 'man')
-rw-r--r-- | man/httrack.1 | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/man/httrack.1 b/man/httrack.1 index f488877..be4ea97 100644 --- a/man/httrack.1 +++ b/man/httrack.1 @@ -1,15 +1,13 @@ .\" Process this file with .\" groff -man -Tascii httrack.1 .\" -.TH httrack 1 "HTTrack version 3.47-26 (compiled Sep 6 2013)" "httrack website copier" +.TH httrack 1 "Apr 2014" "httrack website copier" .SH NAME httrack \- offline browser : copy websites to a local directory .SH SYNOPSIS .B httrack [ url ]... [ \-filter ]... [ +filter ]... [ .B \-O, \-\-path ] [ -.B \-%O, \-\-chroot -] [ .B \-w, \-\-mirror ] [ .B \-W, \-\-mirror\-wizard @@ -42,8 +40,6 @@ httrack \- offline browser : copy websites to a local directory ] [ .B \-GN, \-\-max\-pause[=N] ] [ -.B \-%mN, \-\-max\-mms\-time[=N] -] [ .B \-cN, \-\-sockets[=N] ] [ .B \-TN, \-\-timeout[=N] @@ -122,6 +118,10 @@ httrack \- offline browser : copy websites to a local directory ] [ .B \-%l, \-\-language ] [ +.B \-%a, \-\-accept +] [ +.B \-%X, \-\-headers +] [ .B \-C, \-\-cache[=N] ] [ .B \-k, \-\-store\-all\-in\-cache @@ -174,8 +174,6 @@ httrack \- offline browser : copy websites to a local directory ] [ .B \-V, \-\-userdef\-cmd ] [ -.B \-%U, \-\-user -] [ .B \-%W, \-\-callback ] [ .B \-K, \-\-keep\-links[=N] @@ -214,9 +212,6 @@ mirror[,path cache and logfiles]) (\-\-path <param>) -.IP \-%O -chroot path to, must be r00t (\-%O root -path) (\-\-chroot <param>) .SS Action options: .IP \-w @@ -257,8 +252,6 @@ maximum transfer rate in bytes/seconds (1000=1KB/s max) (\-\-max\-rate[=N]) maximum number of connections/seconds (*%c10) (\-\-connection\-per\-second[=N]) .IP \-GN pause transfer if N bytes reached, and wait until lock file is deleted (\-\-max\-pause[=N]) -.IP \-%mN -maximum mms stream download time in seconds (60=1 minute, 3600=1 hour) (\-\-max\-mms\-time[=N]) .SS Flow control: .IP \-cN @@ -353,6 +346,10 @@ from email address sent in HTTP headers (\-\-from <param>) footer string in Html code (\-%F "Mirrored [from host %s [file %s [at %s]]]" (\-\-footer <param>) .IP \-%l preffered language (\-%l "fr, en, jp, *" (\-\-language <param>) +.IP \-%a +accepted formats (\-%l "text/html,image/png,image/jpeg,image/gif;q=0.9,*/*;q=0.1" (\-\-accept <param>) +.IP \-%X +additional HTTP header line (\-%X "X\-Magic: 42" (\-\-headers <param>) .SS Log, index, cache .IP \-C @@ -455,8 +452,6 @@ generate transfer ops. log every minutes (\-\-debug\-xfrstats) wait time (\-\-advanced\-wait) .IP \-#Z generate transfer rate statictics every minutes (\-\-debug\-ratestats) -.IP \-#! -execute a shell command (\-#! "echo hello") (\-\-exec <param>) .SS Dangerous options: (do NOT use unless you exactly know what you are doing) .IP \-%! @@ -469,8 +464,6 @@ IT WITH EXTREME CARE .SS Command\-line specific options: .IP \-V execute system command after each files ($0 is the filename: \-V "rm \$0") (\-\-userdef\-cmd <param>) -.IP \-%U -run the engine with another id when called as root (\-%U smith) (\-\-user <param>) .IP \-%W use an external library function as a wrapper (\-%W myfoo.so[,myparameters]) (\-\-callback <param>) |