diff options
-rw-r--r-- | html/httrack.man.html | 23 | ||||
-rw-r--r-- | man/httrack.1 | 11 |
2 files changed, 26 insertions, 8 deletions
diff --git a/html/httrack.man.html b/html/httrack.man.html index 6201856..c6840eb 100644 --- a/html/httrack.man.html +++ b/html/httrack.man.html @@ -1,5 +1,5 @@ <!-- Creator : groff version 1.20.1 --> -<!-- CreationDate: Tue May 1 20:25:29 2012 --> +<!-- CreationDate: Tue May 1 20:50:56 2012 --> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> @@ -720,7 +720,8 @@ L2 ISO9660 compatible) <p>keep original links (e.g. http://www.adr/link) (K0 *relative link, K absolute links, K4 original links, K3 -absolute URI links) (−−keep−links[=N])</p></td></tr> +absolute URI links, K5 transparent proxy link) +(−−keep−links[=N])</p> </td></tr> <tr valign="top" align="left"> <td width="11%"></td> <td width="4%"> @@ -1974,6 +1975,7 @@ User−defined option N</b> <br> %h Host name (ex: www.someweb.com) <br> %M URL MD5 (128 bits, 32 ascii bytes) <br> %Q query string MD5 (128 bits, 32 ascii bytes) <br> +%k full query string <br> %r protocol name (ex: http) <br> %q small query string MD5 (16 bits, 4 ascii bytes) <br> %s? Short name version (ex: %sN) <br> @@ -2091,6 +2093,17 @@ foo4B54.html?q=45 (relative URI, default)</p></td></tr> <td width="4%"> +<p>−K3</p></td> +<td width="7%"></td> +<td width="78%"> + + +<p>−> /folder/foo.cgi?q=45 (absolute URI)</p></td></tr> +<tr valign="top" align="left"> +<td width="11%"></td> +<td width="4%"> + + <p>−K4</p></td> <td width="7%"></td> <td width="78%"> @@ -2102,12 +2115,14 @@ foo4B54.html?q=45 (relative URI, default)</p></td></tr> <td width="4%"> -<p>−K3</p></td> +<p>−K5</p></td> <td width="7%"></td> <td width="78%"> -<p>−> /folder/foo.cgi?q=45 (absolute URI)</p></td></tr> +<p>−> +http://www.foobar.com/folder/foo4B54.html?q=45 (transparent +proxy URL)</p></td></tr> </table> diff --git a/man/httrack.1 b/man/httrack.1 index 96546b5..e935561 100644 --- a/man/httrack.1 +++ b/man/httrack.1 @@ -1,7 +1,7 @@ .\" Process this file with .\" groff -man -Tascii httrack.1 .\" -.TH httrack 1 "Mar 2012" "httrack website copier" +.TH httrack 1 "HTTrack version 3.45-3 (compiled May 1 2012)" "httrack website copier" .SH NAME httrack \- offline browser : copy websites to a local directory .SH SYNOPSIS @@ -296,7 +296,7 @@ generate a RFC MIME\-encapsulated full\-archive (.mht) (\-\-mime\-html) .IP \-LN long names (L1 *long names / L0 8\-3 conversion / L2 ISO9660 compatible) (\-\-long\-names[=N]) .IP \-KN -keep original links (e.g. http://www.adr/link) (K0 *relative link, K absolute links, K4 original links, K3 absolute URI links) (\-\-keep\-links[=N]) +keep original links (e.g. http://www.adr/link) (K0 *relative link, K absolute links, K4 original links, K3 absolute URI links, K5 transparent proxy link) (\-\-keep\-links[=N]) .IP \-x replace external html links by error pages (\-\-replace\-external) .IP \-%x @@ -519,6 +519,7 @@ Identical to N99 exept that there is no "web" directory %h Host name (ex: www.someweb.com) %M URL MD5 (128 bits, 32 ascii bytes) %Q query string MD5 (128 bits, 32 ascii bytes) + %k full query string %r protocol name (ex: http) %q small query string MD5 (16 bits, 4 ascii bytes) %s? Short name version (ex: %sN) @@ -544,10 +545,12 @@ fields, except the first one (the parameter name), can be empty foo.cgi?q=45 \-> foo4B54.html?q=45 (relative URI, default) .IP \-K \-> http://www.foobar.com/folder/foo.cgi?q=45 (absolute URL) (\-\-keep\-links[=N]) -.IP \-K4 -\-> foo.cgi?q=45 (original URL) .IP \-K3 \-> /folder/foo.cgi?q=45 (absolute URI) +.IP \-K4 +\-> foo.cgi?q=45 (original URL) +.IP \-K5 +\-> http://www.foobar.com/folder/foo4B54.html?q=45 (transparent proxy URL) .SS Shortcuts: .IP \-\-mirror |