X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=doc%2Fwget.info-2;h=52a2b2288bdfe9eb887621fbae876f0f9aabb95b;hb=4454f6ce0a4ffde97887adf2abb36833924124fe;hp=e87cc1ec59c4a8b4b4dc3cdc107546aeaf9b5dce;hpb=d2e1d7fe9d472d73a39341d2ff41ac0cbdc253eb;p=wget diff --git a/doc/wget.info-2 b/doc/wget.info-2 index e87cc1ec..52a2b228 100644 --- a/doc/wget.info-2 +++ b/doc/wget.info-2 @@ -23,6 +23,32 @@ are included exactly as in the original, and provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. + +File: wget.info, Node: Startup File, Next: Examples, Prev: Time-Stamping, Up: Top + +Startup File +************ + + Once you know how to change default settings of Wget through command +line arguments, you may wish to make some of those settings permanent. +You can do that in a convenient way by creating the Wget startup +file--`.wgetrc'. + + Besides `.wgetrc' is the "main" initialization file, it is +convenient to have a special facility for storing passwords. Thus Wget +reads and interprets the contents of `$HOME/.netrc', if it finds it. +You can find `.netrc' format in your system manuals. + + Wget reads `.wgetrc' upon startup, recognizing a limited set of +commands. + +* Menu: + +* Wgetrc Location:: Location of various wgetrc files. +* Wgetrc Syntax:: Syntax of wgetrc. +* Wgetrc Commands:: List of available commands. +* Sample Wgetrc:: A wgetrc example. +  File: wget.info, Node: Wgetrc Location, Next: Wgetrc Syntax, Prev: Startup File, Up: Startup File @@ -158,6 +184,10 @@ exclude_domains = STRING follow_ftp = on/off Follow FTP links from HTML documents, the same as `-f'. +follow_tags = STRING + Only follow certain HTML tags when doing a recursive retrieval, + just like `--follow-tags'. + force_html = on/off If set to on, force the input filename to be regarded as an HTML document, the same as `-F'. @@ -186,6 +216,10 @@ ignore_length = on/off When set to on, ignore `Content-Length' header; the same as `--ignore-length'. +ignore_tags = STRING + Ignore certain HTML tags when doing a recursive retrieval, just + like `-G' / `--ignore-tags'. + include_directories = STRING Specify a comma-separated list of directories you wish to follow when downloading, the same as `-I'.