]> sjero.net Git - wget/blob - doc/wget.texi
7419c0d1a59eb7bd1eedfa80a79a3cc987e6f4d7
[wget] / doc / wget.texi
1 \input texinfo   @c -*-texinfo-*-
2
3 @c %**start of header
4 @setfilename wget.info
5 @settitle GNU Wget Manual
6 @c Disable the monstrous rectangles beside overfull hbox-es.
7 @finalout
8 @c Use `odd' to print double-sided.
9 @setchapternewpage on
10 @c %**end of header
11
12 @iftex
13 @c Remove this if you don't use A4 paper.
14 @afourpaper
15 @end iftex
16
17 @c This should really be auto-generated!
18 @set VERSION 1.8-dev
19 @set UPDATED November 2001
20
21 @dircategory Net Utilities
22 @dircategory World Wide Web
23 @direntry
24 * Wget: (wget).         The non-interactive network downloader.
25 @end direntry
26
27 @ifinfo
28 This file documents the the GNU Wget utility for downloading network
29 data.
30
31 @c man begin COPYRIGHT
32 Copyright @copyright{} 1996, 1997, 1998, 2000, 2001 Free Software
33 Foundation, Inc.
34
35 Permission is granted to make and distribute verbatim copies of
36 this manual provided the copyright notice and this permission notice
37 are preserved on all copies.
38
39 @ignore
40 Permission is granted to process this file through TeX and print the
41 results, provided the printed document carries a copying permission
42 notice identical to this one except for the removal of this paragraph
43 (this paragraph not being relevant to the printed manual).
44 @end ignore
45 Permission is granted to copy, distribute and/or modify this document
46 under the terms of the GNU Free Documentation License, Version 1.1 or
47 any later version published by the Free Software Foundation; with the
48 Invariant Sections being ``GNU General Public License'' and ``GNU Free
49 Documentation License'', with no Front-Cover Texts, and with no
50 Back-Cover Texts.  A copy of the license is included in the section
51 entitled ``GNU Free Documentation License''.
52 @c man end
53 @end ifinfo
54
55 @titlepage
56 @title GNU Wget
57 @subtitle The noninteractive downloading utility
58 @subtitle Updated for Wget @value{VERSION}, @value{UPDATED}
59 @author by Hrvoje Nik@v{s}i@'{c} and the developers
60
61 @ignore
62 @c man begin AUTHOR
63 Originally written by Hrvoje Niksic <hniksic@arsdigita.com>.
64 @c man end
65 @c man begin SEEALSO
66 GNU Info entry for @file{wget}.
67 @c man end
68 @end ignore
69
70 @page
71 @vskip 0pt plus 1filll
72 Copyright @copyright{} 1996, 1997, 1998, 2000, 2001 Free Software
73 Foundation, Inc.
74
75 Permission is granted to copy, distribute and/or modify this document
76 under the terms of the GNU Free Documentation License, Version 1.1 or
77 any later version published by the Free Software Foundation; with the
78 Invariant Sections being ``GNU General Public License'' and ``GNU Free
79 Documentation License'', with no Front-Cover Texts, and with no
80 Back-Cover Texts.  A copy of the license is included in the section
81 entitled ``GNU Free Documentation License''.
82 @end titlepage
83
84 @ifinfo
85 @node Top, Overview, (dir), (dir)
86 @top Wget @value{VERSION}
87
88 This manual documents version @value{VERSION} of GNU Wget, the freely
89 available utility for network download.
90
91 Copyright @copyright{} 1996, 1997, 1998, 2000, 2001 Free Software
92 Foundation, Inc.
93
94 @menu
95 * Overview::            Features of Wget.
96 * Invoking::            Wget command-line arguments.
97 * Recursive Retrieval:: Description of recursive retrieval.
98 * Following Links::     The available methods of chasing links.
99 * Time-Stamping::       Mirroring according to time-stamps.
100 * Startup File::        Wget's initialization file.
101 * Examples::            Examples of usage.
102 * Various::             The stuff that doesn't fit anywhere else.
103 * Appendices::          Some useful references.
104 * Copying::             You may give out copies of Wget and of this manual.
105 * Concept Index::       Topics covered by this manual.
106 @end menu
107 @end ifinfo
108
109 @node Overview, Invoking, Top, Top
110 @chapter Overview
111 @cindex overview
112 @cindex features
113
114 @c man begin DESCRIPTION
115 GNU Wget is a freely available network utility to retrieve files from
116 the World Wide Web, using @sc{http} (Hyper Text Transfer Protocol) and
117 @sc{ftp} (File Transfer Protocol), the two most widely used Internet
118 protocols.  It has many useful features to make downloading easier, some
119 of them being:
120
121 @itemize @bullet
122 @item
123 Wget is non-interactive, meaning that it can work in the background,
124 while the user is not logged on.  This allows you to start a retrieval
125 and disconnect from the system, letting Wget finish the work.  By
126 contrast, most of the Web browsers require constant user's presence,
127 which can be a great hindrance when transferring a lot of data.
128 @c man end
129
130 @sp 1
131 @c man begin DESCRIPTION
132 @item
133 Wget is capable of descending recursively through the structure of
134 @sc{html} documents and @sc{ftp} directory trees, making a local copy of
135 the directory hierarchy similar to the one on the remote server.  This
136 feature can be used to mirror archives and home pages, or traverse the
137 web in search of data, like a @sc{www} robot (@pxref{Robots}).  In that
138 spirit, Wget understands the @code{norobots} convention.
139 @c man end
140
141 @sp 1
142 @c man begin DESCRIPTION
143 @item
144 File name wildcard matching and recursive mirroring of directories are
145 available when retrieving via @sc{ftp}.  Wget can read the time-stamp
146 information given by both @sc{http} and @sc{ftp} servers, and store it
147 locally.  Thus Wget can see if the remote file has changed since last
148 retrieval, and automatically retrieve the new version if it has.  This
149 makes Wget suitable for mirroring of @sc{ftp} sites, as well as home
150 pages.
151 @c man end
152
153 @sp 1
154 @c man begin DESCRIPTION
155 @item
156 Wget works exceedingly well on slow or unstable connections,
157 retrying the document until it is fully retrieved, or until a
158 user-specified retry count is surpassed.  It will try to resume the
159 download from the point of interruption, using @code{REST} with @sc{ftp}
160 and @code{Range} with @sc{http} servers that support them.
161 @c man end
162
163 @sp 1
164 @c man begin DESCRIPTION
165 @item
166 By default, Wget supports proxy servers, which can lighten the network
167 load, speed up retrieval and provide access behind firewalls.  However,
168 if you are behind a firewall that requires that you use a socks style
169 gateway, you can get the socks library and build Wget with support for
170 socks.  Wget also supports the passive @sc{ftp} downloading as an
171 option.
172 @c man end
173
174 @sp 1
175 @c man begin DESCRIPTION
176 @item
177 Builtin features offer mechanisms to tune which links you wish to follow
178 (@pxref{Following Links}).
179 @c man end
180
181 @sp 1
182 @c man begin DESCRIPTION
183 @item
184 The retrieval is conveniently traced with printing dots, each dot
185 representing a fixed amount of data received (1KB by default).  These
186 representations can be customized to your preferences.
187 @c man end
188
189 @sp 1
190 @c man begin DESCRIPTION
191 @item
192 Most of the features are fully configurable, either through command line
193 options, or via the initialization file @file{.wgetrc} (@pxref{Startup
194 File}).  Wget allows you to define @dfn{global} startup files
195 (@file{/usr/local/etc/wgetrc} by default) for site settings.
196 @c man end
197
198 @ignore
199 @c man begin FILES
200 @table @samp
201 @item /usr/local/etc/wgetrc
202 Default location of the @dfn{global} startup file.
203
204 @item .wgetrc
205 User startup file.
206 @end table
207 @c man end
208 @end ignore
209
210 @sp 1
211 @c man begin DESCRIPTION
212 @item
213 Finally, GNU Wget is free software.  This means that everyone may use
214 it, redistribute it and/or modify it under the terms of the GNU General
215 Public License, as published by the Free Software Foundation
216 (@pxref{Copying}).
217 @end itemize
218 @c man end
219
220 @node Invoking, Recursive Retrieval, Overview, Top
221 @chapter Invoking
222 @cindex invoking
223 @cindex command line
224 @cindex arguments
225 @cindex nohup
226
227 By default, Wget is very simple to invoke.  The basic syntax is:
228
229 @example
230 @c man begin SYNOPSIS
231 wget [@var{option}]@dots{} [@var{URL}]@dots{}
232 @c man end
233 @end example
234
235 Wget will simply download all the @sc{url}s specified on the command
236 line.  @var{URL} is a @dfn{Uniform Resource Locator}, as defined below.
237
238 However, you may wish to change some of the default parameters of
239 Wget.  You can do it two ways: permanently, adding the appropriate
240 command to @file{.wgetrc} (@pxref{Startup File}), or specifying it on
241 the command line.
242
243 @menu
244 * URL Format::
245 * Option Syntax::
246 * Basic Startup Options::
247 * Logging and Input File Options::
248 * Download Options::
249 * Directory Options::
250 * HTTP Options::
251 * FTP Options::
252 * Recursive Retrieval Options::
253 * Recursive Accept/Reject Options::
254 @end menu
255
256 @node URL Format, Option Syntax, Invoking, Invoking
257 @section URL Format
258 @cindex URL
259 @cindex URL syntax
260
261 @dfn{URL} is an acronym for Uniform Resource Locator.  A uniform
262 resource locator is a compact string representation for a resource
263 available via the Internet.  Wget recognizes the @sc{url} syntax as per
264 @sc{rfc1738}.  This is the most widely used form (square brackets denote
265 optional parts):
266
267 @example
268 http://host[:port]/directory/file
269 ftp://host[:port]/directory/file
270 @end example
271
272 You can also encode your username and password within a @sc{url}:
273
274 @example
275 ftp://user:password@@host/path
276 http://user:password@@host/path
277 @end example
278
279 Either @var{user} or @var{password}, or both, may be left out.  If you
280 leave out either the @sc{http} username or password, no authentication
281 will be sent.  If you leave out the @sc{ftp} username, @samp{anonymous}
282 will be used.  If you leave out the @sc{ftp} password, your email
283 address will be supplied as a default password.@footnote{If you have a
284 @file{.netrc} file in your home directory, password will also be
285 searched for there.}
286
287 You can encode unsafe characters in a @sc{url} as @samp{%xy}, @code{xy}
288 being the hexadecimal representation of the character's @sc{ascii}
289 value.  Some common unsafe characters include @samp{%} (quoted as
290 @samp{%25}), @samp{:} (quoted as @samp{%3A}), and @samp{@@} (quoted as
291 @samp{%40}).  Refer to @sc{rfc1738} for a comprehensive list of unsafe
292 characters.
293
294 Wget also supports the @code{type} feature for @sc{ftp} @sc{url}s.  By
295 default, @sc{ftp} documents are retrieved in the binary mode (type
296 @samp{i}), which means that they are downloaded unchanged.  Another
297 useful mode is the @samp{a} (@dfn{ASCII}) mode, which converts the line
298 delimiters between the different operating systems, and is thus useful
299 for text files.  Here is an example:
300
301 @example
302 ftp://host/directory/file;type=a
303 @end example
304
305 Two alternative variants of @sc{url} specification are also supported,
306 because of historical (hysterical?) reasons and their widespreaded use.
307
308 @sc{ftp}-only syntax (supported by @code{NcFTP}):
309 @example
310 host:/dir/file
311 @end example
312
313 @sc{http}-only syntax (introduced by @code{Netscape}):
314 @example
315 host[:port]/dir/file
316 @end example
317
318 These two alternative forms are deprecated, and may cease being
319 supported in the future.
320
321 If you do not understand the difference between these notations, or do
322 not know which one to use, just use the plain ordinary format you use
323 with your favorite browser, like @code{Lynx} or @code{Netscape}.
324
325 @node Option Syntax, Basic Startup Options, URL Format, Invoking
326 @section Option Syntax
327 @cindex option syntax
328 @cindex syntax of options
329
330 Since Wget uses GNU getopts to process its arguments, every option has a
331 short form and a long form.  Long options are more convenient to
332 remember, but take time to type.  You may freely mix different option
333 styles, or specify options after the command-line arguments.  Thus you
334 may write:
335
336 @example
337 wget -r --tries=10 http://fly.srk.fer.hr/ -o log
338 @end example
339
340 The space between the option accepting an argument and the argument may
341 be omitted.  Instead @samp{-o log} you can write @samp{-olog}.
342
343 You may put several options that do not require arguments together,
344 like:
345
346 @example
347 wget -drc @var{URL}
348 @end example
349
350 This is a complete equivalent of:
351
352 @example
353 wget -d -r -c @var{URL}
354 @end example
355
356 Since the options can be specified after the arguments, you may
357 terminate them with @samp{--}.  So the following will try to download
358 @sc{url} @samp{-x}, reporting failure to @file{log}:
359
360 @example
361 wget -o log -- -x
362 @end example
363
364 The options that accept comma-separated lists all respect the convention
365 that specifying an empty list clears its value.  This can be useful to
366 clear the @file{.wgetrc} settings.  For instance, if your @file{.wgetrc}
367 sets @code{exclude_directories} to @file{/cgi-bin}, the following
368 example will first reset it, and then set it to exclude @file{/~nobody}
369 and @file{/~somebody}.  You can also clear the lists in @file{.wgetrc}
370 (@pxref{Wgetrc Syntax}).
371
372 @example
373 wget -X '' -X /~nobody,/~somebody
374 @end example
375
376 @c man begin OPTIONS
377
378 @node Basic Startup Options, Logging and Input File Options, Option Syntax, Invoking
379 @section Basic Startup Options
380
381 @table @samp
382 @item -V
383 @itemx --version
384 Display the version of Wget.
385
386 @item -h
387 @itemx --help
388 Print a help message describing all of Wget's command-line options.
389
390 @item -b
391 @itemx --background
392 Go to background immediately after startup.  If no output file is
393 specified via the @samp{-o}, output is redirected to @file{wget-log}.
394
395 @cindex execute wgetrc command
396 @item -e @var{command}
397 @itemx --execute @var{command}
398 Execute @var{command} as if it were a part of @file{.wgetrc}
399 (@pxref{Startup File}).  A command thus invoked will be executed
400 @emph{after} the commands in @file{.wgetrc}, thus taking precedence over
401 them.
402 @end table
403
404 @node Logging and Input File Options, Download Options, Basic Startup Options, Invoking
405 @section Logging and Input File Options
406
407 @table @samp
408 @cindex output file
409 @cindex log file
410 @item -o @var{logfile}
411 @itemx --output-file=@var{logfile}
412 Log all messages to @var{logfile}.  The messages are normally reported
413 to standard error.
414
415 @cindex append to log
416 @item -a @var{logfile}
417 @itemx --append-output=@var{logfile}
418 Append to @var{logfile}.  This is the same as @samp{-o}, only it appends
419 to @var{logfile} instead of overwriting the old log file.  If
420 @var{logfile} does not exist, a new file is created.
421
422 @cindex debug
423 @item -d
424 @itemx --debug
425 Turn on debug output, meaning various information important to the
426 developers of Wget if it does not work properly.  Your system
427 administrator may have chosen to compile Wget without debug support, in
428 which case @samp{-d} will not work.  Please note that compiling with
429 debug support is always safe---Wget compiled with the debug support will
430 @emph{not} print any debug info unless requested with @samp{-d}.
431 @xref{Reporting Bugs}, for more information on how to use @samp{-d} for
432 sending bug reports.
433
434 @cindex quiet
435 @item -q
436 @itemx --quiet
437 Turn off Wget's output.
438
439 @cindex verbose
440 @item -v
441 @itemx --verbose
442 Turn on verbose output, with all the available data.  The default output
443 is verbose.
444
445 @item -nv
446 @itemx --non-verbose
447 Non-verbose output---turn off verbose without being completely quiet
448 (use @samp{-q} for that), which means that error messages and basic
449 information still get printed.
450
451 @cindex input-file
452 @item -i @var{file}
453 @itemx --input-file=@var{file}
454 Read @sc{url}s from @var{file}, in which case no @sc{url}s need to be on
455 the command line.  If there are @sc{url}s both on the command line and
456 in an input file, those on the command lines will be the first ones to
457 be retrieved.  The @var{file} need not be an @sc{html} document (but no
458 harm if it is)---it is enough if the @sc{url}s are just listed
459 sequentially.
460
461 However, if you specify @samp{--force-html}, the document will be
462 regarded as @samp{html}.  In that case you may have problems with
463 relative links, which you can solve either by adding @code{<base
464 href="@var{url}">} to the documents or by specifying
465 @samp{--base=@var{url}} on the command line.
466
467 @cindex force html
468 @item -F
469 @itemx --force-html
470 When input is read from a file, force it to be treated as an @sc{html}
471 file.  This enables you to retrieve relative links from existing
472 @sc{html} files on your local disk, by adding @code{<base
473 href="@var{url}">} to @sc{html}, or using the @samp{--base} command-line
474 option.
475
476 @cindex base for relative links in input file
477 @item -B @var{URL}
478 @itemx --base=@var{URL}
479 When used in conjunction with @samp{-F}, prepends @var{URL} to relative
480 links in the file specified by @samp{-i}.
481 @end table
482
483 @node Download Options, Directory Options, Logging and Input File Options, Invoking
484 @section Download Options
485
486 @table @samp
487 @cindex bind() address
488 @cindex client IP address
489 @cindex IP address, client
490 @item --bind-address=@var{ADDRESS}
491 When making client TCP/IP connections, @code{bind()} to @var{ADDRESS} on
492 the local machine.  @var{ADDRESS} may be specified as a hostname or IP
493 address.  This option can be useful if your machine is bound to multiple
494 IPs.
495
496 @cindex retries
497 @cindex tries
498 @cindex number of retries
499 @item -t @var{number}
500 @itemx --tries=@var{number}
501 Set number of retries to @var{number}.  Specify 0 or @samp{inf} for
502 infinite retrying.
503
504 @item -O @var{file}
505 @itemx --output-document=@var{file}
506 The documents will not be written to the appropriate files, but all will
507 be concatenated together and written to @var{file}.  If @var{file}
508 already exists, it will be overwritten.  If the @var{file} is @samp{-},
509 the documents will be written to standard output.  Including this option
510 automatically sets the number of tries to 1.
511
512 @cindex clobbering, file
513 @cindex downloading multiple times
514 @cindex no-clobber
515 @item -nc
516 @itemx --no-clobber
517 If a file is downloaded more than once in the same directory, Wget's
518 behavior depends on a few options, including @samp{-nc}.  In certain
519 cases, the local file will be @dfn{clobbered}, or overwritten, upon
520 repeated download.  In other cases it will be preserved.
521
522 When running Wget without @samp{-N}, @samp{-nc}, or @samp{-r},
523 downloading the same file in the same directory will result in the
524 original copy of @var{file} being preserved and the second copy being
525 named @samp{@var{file}.1}.  If that file is downloaded yet again, the
526 third copy will be named @samp{@var{file}.2}, and so on.  When
527 @samp{-nc} is specified, this behavior is suppressed, and Wget will
528 refuse to download newer copies of @samp{@var{file}}.  Therefore,
529 ``@code{no-clobber}'' is actually a misnomer in this mode---it's not
530 clobbering that's prevented (as the numeric suffixes were already
531 preventing clobbering), but rather the multiple version saving that's
532 prevented.
533
534 When running Wget with @samp{-r}, but without @samp{-N} or @samp{-nc},
535 re-downloading a file will result in the new copy simply overwriting the
536 old.  Adding @samp{-nc} will prevent this behavior, instead causing the
537 original version to be preserved and any newer copies on the server to
538 be ignored.
539
540 When running Wget with @samp{-N}, with or without @samp{-r}, the
541 decision as to whether or not to download a newer copy of a file depends
542 on the local and remote timestamp and size of the file
543 (@pxref{Time-Stamping}).  @samp{-nc} may not be specified at the same
544 time as @samp{-N}.
545
546 Note that when @samp{-nc} is specified, files with the suffixes
547 @samp{.html} or (yuck) @samp{.htm} will be loaded from the local disk
548 and parsed as if they had been retrieved from the Web.
549
550 @cindex continue retrieval
551 @cindex incomplete downloads
552 @cindex resume download
553 @item -c
554 @itemx --continue
555 Continue getting a partially-downloaded file.  This is useful when you
556 want to finish up a download started by a previous instance of Wget, or
557 by another program.  For instance:
558
559 @example
560 wget -c ftp://sunsite.doc.ic.ac.uk/ls-lR.Z
561 @end example
562
563 If there is a file named @file{ls-lR.Z} in the current directory, Wget
564 will assume that it is the first portion of the remote file, and will
565 ask the server to continue the retrieval from an offset equal to the
566 length of the local file.
567
568 Note that you don't need to specify this option if you just want the
569 current invocation of Wget to retry downloading a file should the
570 connection be lost midway through.  This is the default behavior.
571 @samp{-c} only affects resumption of downloads started @emph{prior} to
572 this invocation of Wget, and whose local files are still sitting around.
573
574 Without @samp{-c}, the previous example would just download the remote
575 file to @file{ls-lR.Z.1}, leaving the truncated @file{ls-lR.Z} file
576 alone.
577
578 Beginning with Wget 1.7, if you use @samp{-c} on a non-empty file, and
579 it turns out that the server does not support continued downloading,
580 Wget will refuse to start the download from scratch, which would
581 effectively ruin existing contents.  If you really want the download to
582 start from scratch, remove the file.
583
584 Also beginning with Wget 1.7, if you use @samp{-c} on a file which is of
585 equal size as the one on the server, Wget will refuse to download the
586 file and print an explanatory message.  The same happens when the file
587 is smaller on the server than locally (presumably because it was changed
588 on the server since your last download attempt)---because ``continuing''
589 is not meaningful, no download occurs.
590
591 On the other side of the coin, while using @samp{-c}, any file that's
592 bigger on the server than locally will be considered an incomplete
593 download and only @code{(length(remote) - length(local))} bytes will be
594 downloaded and tacked onto the end of the local file.  This behavior can
595 be desirable in certain cases---for instance, you can use @samp{wget -c}
596 to download just the new portion that's been appended to a data
597 collection or log file.
598
599 However, if the file is bigger on the server because it's been
600 @emph{changed}, as opposed to just @emph{appended} to, you'll end up
601 with a garbled file.  Wget has no way of verifying that the local file
602 is really a valid prefix of the remote file.  You need to be especially
603 careful of this when using @samp{-c} in conjunction with @samp{-r},
604 since every file will be considered as an "incomplete download" candidate.
605
606 Another instance where you'll get a garbled file if you try to use
607 @samp{-c} is if you have a lame @sc{http} proxy that inserts a
608 ``transfer interrupted'' string into the local file.  In the future a
609 ``rollback'' option may be added to deal with this case.
610
611 Note that @samp{-c} only works with @sc{ftp} servers and with @sc{http}
612 servers that support the @code{Range} header.
613
614 @cindex progress indicator
615 @cindex dot style
616 @item --progress=@var{type}
617 Select the type of the progress indicator you wish to use.  Legal
618 indicators are ``dot'' and ``bar''.
619
620 The ``dot'' indicator is used by default.  It traces the retrieval by
621 printing dots on the screen, each dot representing a fixed amount of
622 downloaded data.
623
624 When using the dotted retrieval, you may also set the @dfn{style} by
625 specifying the type as @samp{dot:@var{style}}.  Different styles assign
626 different meaning to one dot.  With the @code{default} style each dot
627 represents 1K, there are ten dots in a cluster and 50 dots in a line.
628 The @code{binary} style has a more ``computer''-like orientation---8K
629 dots, 16-dots clusters and 48 dots per line (which makes for 384K
630 lines).  The @code{mega} style is suitable for downloading very large
631 files---each dot represents 64K retrieved, there are eight dots in a
632 cluster, and 48 dots on each line (so each line contains 3M).
633
634 Specifying @samp{--progress=bar} will draw a nice ASCII progress bar
635 graphics (a.k.a ``thermometer'' display) to indicate retrieval.  If the
636 output is not a TTY, this option will be ignored, and Wget will revert
637 to the dot indicator.  If you want to force the bar indicator, use
638 @samp{--progress=bar:force}.
639
640 @item -N
641 @itemx --timestamping
642 Turn on time-stamping.  @xref{Time-Stamping}, for details.
643
644 @cindex server response, print
645 @item -S
646 @itemx --server-response
647 Print the headers sent by @sc{http} servers and responses sent by
648 @sc{ftp} servers.
649
650 @cindex Wget as spider
651 @cindex spider
652 @item --spider
653 When invoked with this option, Wget will behave as a Web @dfn{spider},
654 which means that it will not download the pages, just check that they
655 are there.  You can use it to check your bookmarks, e.g. with:
656
657 @example
658 wget --spider --force-html -i bookmarks.html
659 @end example
660
661 This feature needs much more work for Wget to get close to the
662 functionality of real @sc{www} spiders.
663
664 @cindex timeout
665 @item -T seconds
666 @itemx --timeout=@var{seconds}
667 Set the read timeout to @var{seconds} seconds.  Whenever a network read
668 is issued, the file descriptor is checked for a timeout, which could
669 otherwise leave a pending connection (uninterrupted read).  The default
670 timeout is 900 seconds (fifteen minutes).  Setting timeout to 0 will
671 disable checking for timeouts.
672
673 Please do not lower the default timeout value with this option unless
674 you know what you are doing.
675
676 @cindex pause
677 @cindex wait
678 @item -w @var{seconds}
679 @itemx --wait=@var{seconds}
680 Wait the specified number of seconds between the retrievals.  Use of
681 this option is recommended, as it lightens the server load by making the
682 requests less frequent.  Instead of in seconds, the time can be
683 specified in minutes using the @code{m} suffix, in hours using @code{h}
684 suffix, or in days using @code{d} suffix.
685
686 Specifying a large value for this option is useful if the network or the
687 destination host is down, so that Wget can wait long enough to
688 reasonably expect the network error to be fixed before the retry.
689
690 @cindex retries, waiting between
691 @cindex waiting between retries
692 @item --waitretry=@var{seconds}
693 If you don't want Wget to wait between @emph{every} retrieval, but only
694 between retries of failed downloads, you can use this option.  Wget will
695 use @dfn{linear backoff}, waiting 1 second after the first failure on a
696 given file, then waiting 2 seconds after the second failure on that
697 file, up to the maximum number of @var{seconds} you specify.  Therefore,
698 a value of 10 will actually make Wget wait up to (1 + 2 + ... + 10) = 55
699 seconds per file.
700
701 Note that this option is turned on by default in the global
702 @file{wgetrc} file.
703
704 @cindex proxy
705 @item -Y on/off
706 @itemx --proxy=on/off
707 Turn proxy support on or off.  The proxy is on by default if the
708 appropriate environmental variable is defined.
709
710 @cindex quota
711 @item -Q @var{quota}
712 @itemx --quota=@var{quota}
713 Specify download quota for automatic retrievals.  The value can be
714 specified in bytes (default), kilobytes (with @samp{k} suffix), or
715 megabytes (with @samp{m} suffix).
716
717 Note that quota will never affect downloading a single file.  So if you
718 specify @samp{wget -Q10k ftp://wuarchive.wustl.edu/ls-lR.gz}, all of the
719 @file{ls-lR.gz} will be downloaded.  The same goes even when several
720 @sc{url}s are specified on the command-line.  However, quota is
721 respected when retrieving either recursively, or from an input file.
722 Thus you may safely type @samp{wget -Q2m -i sites}---download will be
723 aborted when the quota is exceeded.
724
725 Setting quota to 0 or to @samp{inf} unlimits the download quota.
726 @end table
727
728 @node Directory Options, HTTP Options, Download Options, Invoking
729 @section Directory Options
730
731 @table @samp
732 @item -nd
733 @itemx --no-directories
734 Do not create a hierarchy of directories when retrieving recursively.
735 With this option turned on, all files will get saved to the current
736 directory, without clobbering (if a name shows up more than once, the
737 filenames will get extensions @samp{.n}).
738
739 @item -x
740 @itemx --force-directories
741 The opposite of @samp{-nd}---create a hierarchy of directories, even if
742 one would not have been created otherwise.  E.g. @samp{wget -x
743 http://fly.srk.fer.hr/robots.txt} will save the downloaded file to
744 @file{fly.srk.fer.hr/robots.txt}.
745
746 @item -nH
747 @itemx --no-host-directories
748 Disable generation of host-prefixed directories.  By default, invoking
749 Wget with @samp{-r http://fly.srk.fer.hr/} will create a structure of
750 directories beginning with @file{fly.srk.fer.hr/}.  This option disables
751 such behavior.
752
753 @cindex cut directories
754 @item --cut-dirs=@var{number}
755 Ignore @var{number} directory components.  This is useful for getting a
756 fine-grained control over the directory where recursive retrieval will
757 be saved.
758
759 Take, for example, the directory at
760 @samp{ftp://ftp.xemacs.org/pub/xemacs/}.  If you retrieve it with
761 @samp{-r}, it will be saved locally under
762 @file{ftp.xemacs.org/pub/xemacs/}.  While the @samp{-nH} option can
763 remove the @file{ftp.xemacs.org/} part, you are still stuck with
764 @file{pub/xemacs}.  This is where @samp{--cut-dirs} comes in handy; it
765 makes Wget not ``see'' @var{number} remote directory components.  Here
766 are several examples of how @samp{--cut-dirs} option works.
767
768 @example
769 @group
770 No options        -> ftp.xemacs.org/pub/xemacs/
771 -nH               -> pub/xemacs/
772 -nH --cut-dirs=1  -> xemacs/
773 -nH --cut-dirs=2  -> .
774
775 --cut-dirs=1      -> ftp.xemacs.org/xemacs/
776 ...
777 @end group
778 @end example
779
780 If you just want to get rid of the directory structure, this option is
781 similar to a combination of @samp{-nd} and @samp{-P}.  However, unlike
782 @samp{-nd}, @samp{--cut-dirs} does not lose with subdirectories---for
783 instance, with @samp{-nH --cut-dirs=1}, a @file{beta/} subdirectory will
784 be placed to @file{xemacs/beta}, as one would expect.
785
786 @cindex directory prefix
787 @item -P @var{prefix}
788 @itemx --directory-prefix=@var{prefix}
789 Set directory prefix to @var{prefix}.  The @dfn{directory prefix} is the
790 directory where all other files and subdirectories will be saved to,
791 i.e. the top of the retrieval tree.  The default is @samp{.} (the
792 current directory).
793 @end table
794
795 @node HTTP Options, FTP Options, Directory Options, Invoking
796 @section HTTP Options
797
798 @table @samp
799 @cindex .html extension
800 @item -E
801 @itemx --html-extension
802 If a file of type @samp{text/html} is downloaded and the URL does not
803 end with the regexp @samp{\.[Hh][Tt][Mm][Ll]?}, this option will cause
804 the suffix @samp{.html} to be appended to the local filename.  This is
805 useful, for instance, when you're mirroring a remote site that uses
806 @samp{.asp} pages, but you want the mirrored pages to be viewable on
807 your stock Apache server.  Another good use for this is when you're
808 downloading the output of CGIs.  A URL like
809 @samp{http://site.com/article.cgi?25} will be saved as
810 @file{article.cgi?25.html}.
811
812 Note that filenames changed in this way will be re-downloaded every time
813 you re-mirror a site, because Wget can't tell that the local
814 @file{@var{X}.html} file corresponds to remote URL @samp{@var{X}} (since
815 it doesn't yet know that the URL produces output of type
816 @samp{text/html}.  To prevent this re-downloading, you must use
817 @samp{-k} and @samp{-K} so that the original version of the file will be
818 saved as @file{@var{X}.orig} (@pxref{Recursive Retrieval Options}).
819
820 @cindex http user
821 @cindex http password
822 @cindex authentication
823 @item --http-user=@var{user}
824 @itemx --http-passwd=@var{password}
825 Specify the username @var{user} and password @var{password} on an
826 @sc{http} server.  According to the type of the challenge, Wget will
827 encode them using either the @code{basic} (insecure) or the
828 @code{digest} authentication scheme.
829
830 Another way to specify username and password is in the @sc{url} itself
831 (@pxref{URL Format}).  For more information about security issues with
832 Wget, @xref{Security Considerations}.
833
834 @cindex proxy
835 @cindex cache
836 @item -C on/off
837 @itemx --cache=on/off
838 When set to off, disable server-side cache.  In this case, Wget will
839 send the remote server an appropriate directive (@samp{Pragma:
840 no-cache}) to get the file from the remote service, rather than
841 returning the cached version.  This is especially useful for retrieving
842 and flushing out-of-date documents on proxy servers.
843
844 Caching is allowed by default.
845
846 @cindex cookies
847 @item --cookies=on/off
848 When set to off, disable the use of cookies.  Cookies are a mechanism
849 for maintaining server-side state.  The server sends the client a cookie
850 using the @code{Set-Cookie} header, and the client responds with the
851 same cookie upon further requests.  Since cookies allow the server
852 owners to keep track of visitors and for sites to exchange this
853 information, some consider them a breach of privacy.  The default is to
854 use cookies; however, @emph{storing} cookies is not on by default.
855
856 @cindex loading cookies
857 @cindex cookies, loading
858 @item --load-cookies @var{file}
859 Load cookies from @var{file} before the first HTTP retrieval.  The
860 format of @var{file} is one used by Netscape and Mozilla, at least their
861 Unix version.
862
863 @cindex saving cookies
864 @cindex cookies, saving
865 @item --save-cookies @var{file}
866 Save cookies from @var{file} at the end of session.  Cookies whose
867 expiry time is not specified, or those that have already expired, are
868 not saved.
869
870 @cindex Content-Length, ignore
871 @cindex ignore length
872 @item --ignore-length
873 Unfortunately, some @sc{http} servers (@sc{cgi} programs, to be more
874 precise) send out bogus @code{Content-Length} headers, which makes Wget
875 go wild, as it thinks not all the document was retrieved.  You can spot
876 this syndrome if Wget retries getting the same document again and again,
877 each time claiming that the (otherwise normal) connection has closed on
878 the very same byte.
879
880 With this option, Wget will ignore the @code{Content-Length} header---as
881 if it never existed.
882
883 @cindex header, add
884 @item --header=@var{additional-header}
885 Define an @var{additional-header} to be passed to the @sc{http} servers.
886 Headers must contain a @samp{:} preceded by one or more non-blank
887 characters, and must not contain newlines.
888
889 You may define more than one additional header by specifying
890 @samp{--header} more than once.
891
892 @example
893 @group
894 wget --header='Accept-Charset: iso-8859-2' \
895      --header='Accept-Language: hr'        \
896        http://fly.srk.fer.hr/
897 @end group
898 @end example
899
900 Specification of an empty string as the header value will clear all
901 previous user-defined headers.
902
903 @cindex proxy user
904 @cindex proxy password
905 @cindex proxy authentication
906 @item --proxy-user=@var{user}
907 @itemx --proxy-passwd=@var{password}
908 Specify the username @var{user} and password @var{password} for
909 authentication on a proxy server.  Wget will encode them using the
910 @code{basic} authentication scheme.
911
912 @cindex http referer
913 @cindex referer, http
914 @item --referer=@var{url}
915 Include `Referer: @var{url}' header in HTTP request.  Useful for
916 retrieving documents with server-side processing that assume they are
917 always being retrieved by interactive web browsers and only come out
918 properly when Referer is set to one of the pages that point to them.
919
920 @cindex server response, save
921 @item -s
922 @itemx --save-headers
923 Save the headers sent by the @sc{http} server to the file, preceding the
924 actual contents, with an empty line as the separator.
925
926 @cindex user-agent
927 @item -U @var{agent-string}
928 @itemx --user-agent=@var{agent-string}
929 Identify as @var{agent-string} to the @sc{http} server.
930
931 The @sc{http} protocol allows the clients to identify themselves using a
932 @code{User-Agent} header field.  This enables distinguishing the
933 @sc{www} software, usually for statistical purposes or for tracing of
934 protocol violations.  Wget normally identifies as
935 @samp{Wget/@var{version}}, @var{version} being the current version
936 number of Wget.
937
938 However, some sites have been known to impose the policy of tailoring
939 the output according to the @code{User-Agent}-supplied information.
940 While conceptually this is not such a bad idea, it has been abused by
941 servers denying information to clients other than @code{Mozilla} or
942 Microsoft @code{Internet Explorer}.  This option allows you to change
943 the @code{User-Agent} line issued by Wget.  Use of this option is
944 discouraged, unless you really know what you are doing.
945 @end table
946
947 @node FTP Options, Recursive Retrieval Options, HTTP Options, Invoking
948 @section FTP Options
949
950 @table @samp
951 @cindex .listing files, removing
952 @item -nr
953 @itemx --dont-remove-listing
954 Don't remove the temporary @file{.listing} files generated by @sc{ftp}
955 retrievals.  Normally, these files contain the raw directory listings
956 received from @sc{ftp} servers.  Not removing them can be useful for
957 debugging purposes, or when you want to be able to easily check on the
958 contents of remote server directories (e.g. to verify that a mirror
959 you're running is complete).
960
961 Note that even though Wget writes to a known filename for this file,
962 this is not a security hole in the scenario of a user making
963 @file{.listing} a symbolic link to @file{/etc/passwd} or something and
964 asking @code{root} to run Wget in his or her directory.  Depending on
965 the options used, either Wget will refuse to write to @file{.listing},
966 making the globbing/recursion/time-stamping operation fail, or the
967 symbolic link will be deleted and replaced with the actual
968 @file{.listing} file, or the listing will be written to a
969 @file{.listing.@var{number}} file.
970
971 Even though this situation isn't a problem, though, @code{root} should
972 never run Wget in a non-trusted user's directory.  A user could do
973 something as simple as linking @file{index.html} to @file{/etc/passwd}
974 and asking @code{root} to run Wget with @samp{-N} or @samp{-r} so the file
975 will be overwritten.
976
977 @cindex globbing, toggle
978 @item -g on/off
979 @itemx --glob=on/off
980 Turn @sc{ftp} globbing on or off.  Globbing means you may use the
981 shell-like special characters (@dfn{wildcards}), like @samp{*},
982 @samp{?}, @samp{[} and @samp{]} to retrieve more than one file from the
983 same directory at once, like:
984
985 @example
986 wget ftp://gnjilux.srk.fer.hr/*.msg
987 @end example
988
989 By default, globbing will be turned on if the @sc{url} contains a
990 globbing character.  This option may be used to turn globbing on or off
991 permanently.
992
993 You may have to quote the @sc{url} to protect it from being expanded by
994 your shell.  Globbing makes Wget look for a directory listing, which is
995 system-specific.  This is why it currently works only with Unix @sc{ftp}
996 servers (and the ones emulating Unix @code{ls} output).
997
998 @cindex passive ftp
999 @item --passive-ftp
1000 Use the @dfn{passive} @sc{ftp} retrieval scheme, in which the client
1001 initiates the data connection.  This is sometimes required for @sc{ftp}
1002 to work behind firewalls.
1003
1004 @cindex symbolic links, retrieving
1005 @item --retr-symlinks
1006 Usually, when retrieving @sc{ftp} directories recursively and a symbolic
1007 link is encountered, the linked-to file is not downloaded.  Instead, a
1008 matching symbolic link is created on the local filesystem.  The
1009 pointed-to file will not be downloaded unless this recursive retrieval
1010 would have encountered it separately and downloaded it anyway.
1011
1012 When @samp{--retr-symlinks} is specified, however, symbolic links are
1013 traversed and the pointed-to files are retrieved.  At this time, this
1014 option does not cause Wget to traverse symlinks to directories and
1015 recurse through them, but in the future it should be enhanced to do
1016 this.
1017
1018 Note that when retrieving a file (not a directory) because it was
1019 specified on the commandline, rather than because it was recursed to,
1020 this option has no effect.  Symbolic links are always traversed in this
1021 case.
1022 @end table
1023
1024 @node Recursive Retrieval Options, Recursive Accept/Reject Options, FTP Options, Invoking
1025 @section Recursive Retrieval Options
1026
1027 @table @samp
1028 @item -r
1029 @itemx --recursive
1030 Turn on recursive retrieving.  @xref{Recursive Retrieval}, for more
1031 details.
1032
1033 @item -l @var{depth}
1034 @itemx --level=@var{depth}
1035 Specify recursion maximum depth level @var{depth} (@pxref{Recursive
1036 Retrieval}).  The default maximum depth is 5.
1037
1038 @cindex proxy filling
1039 @cindex delete after retrieval
1040 @cindex filling proxy cache
1041 @item --delete-after
1042 This option tells Wget to delete every single file it downloads,
1043 @emph{after} having done so.  It is useful for pre-fetching popular
1044 pages through a proxy, e.g.:
1045
1046 @example
1047 wget -r -nd --delete-after http://whatever.com/~popular/page/
1048 @end example
1049
1050 The @samp{-r} option is to retrieve recursively, and @samp{-nd} to not
1051 create directories.  
1052
1053 Note that @samp{--delete-after} deletes files on the local machine.  It
1054 does not issue the @samp{DELE} command to remote FTP sites, for
1055 instance.  Also note that when @samp{--delete-after} is specified,
1056 @samp{--convert-links} is ignored, so @samp{.orig} files are simply not
1057 created in the first place.
1058
1059 @cindex conversion of links
1060 @cindex link conversion
1061 @item -k
1062 @itemx --convert-links
1063 After the download is complete, convert the links in the document to
1064 make them suitable for local viewing.  This affects not only the visible
1065 hyperlinks, but any part of the document that links to external content,
1066 such as embedded images, links to style sheets, hyperlinks to non-HTML
1067 content, etc.
1068
1069 Each link will be changed in one of the two ways:
1070
1071 @itemize @bullet
1072 @item
1073 The links to files that have been downloaded by Wget will be changed to
1074 refer to the file they point to as a relative link.
1075
1076 Example: if the downloaded file @file{/foo/doc.html} links to
1077 @file{/bar/img.gif}, also downloaded, then the link in @file{doc.html}
1078 will be modified to point to @samp{../bar/img.gif}.  This kind of
1079 transformation works reliably for arbitrary combinations of directories.
1080
1081 @item
1082 The links to files that have not been downloaded by Wget will be changed
1083 to include host name and absolute path of the location they point to.
1084
1085 Example: if the downloaded file @file{/foo/doc.html} links to
1086 @file{/bar/img.gif} (or to @file{../bar/img.gif}), then the link in
1087 @file{doc.html} will be modified to point to
1088 @file{http://@var{hostname}/bar/img.gif}.
1089 @end itemize
1090
1091 Because of this, local browsing works reliably: if a linked file was
1092 downloaded, the link will refer to its local name; if it was not
1093 downloaded, the link will refer to its full Internet address rather than
1094 presenting a broken link.  The fact that the former links are converted
1095 to relative links ensures that you can move the downloaded hierarchy to
1096 another directory.
1097
1098 Note that only at the end of the download can Wget know which links have
1099 been downloaded.  Because of that, the work done by @samp{-k} will be
1100 performed at the end of all the downloads.
1101
1102 @cindex backing up converted files
1103 @item -K
1104 @itemx --backup-converted
1105 When converting a file, back up the original version with a @samp{.orig}
1106 suffix.  Affects the behavior of @samp{-N} (@pxref{HTTP Time-Stamping
1107 Internals}).
1108
1109 @item -m
1110 @itemx --mirror
1111 Turn on options suitable for mirroring.  This option turns on recursion
1112 and time-stamping, sets infinite recursion depth and keeps @sc{ftp}
1113 directory listings.  It is currently equivalent to
1114 @samp{-r -N -l inf -nr}.
1115
1116 @cindex page requisites
1117 @cindex required images, downloading
1118 @item -p
1119 @itemx --page-requisites
1120 This option causes Wget to download all the files that are necessary to
1121 properly display a given HTML page.  This includes such things as
1122 inlined images, sounds, and referenced stylesheets.
1123
1124 Ordinarily, when downloading a single HTML page, any requisite documents
1125 that may be needed to display it properly are not downloaded.  Using
1126 @samp{-r} together with @samp{-l} can help, but since Wget does not
1127 ordinarily distinguish between external and inlined documents, one is
1128 generally left with ``leaf documents'' that are missing their
1129 requisites.
1130
1131 For instance, say document @file{1.html} contains an @code{<IMG>} tag
1132 referencing @file{1.gif} and an @code{<A>} tag pointing to external
1133 document @file{2.html}.  Say that @file{2.html} is similar but that its
1134 image is @file{2.gif} and it links to @file{3.html}.  Say this
1135 continues up to some arbitrarily high number.
1136
1137 If one executes the command:
1138
1139 @example
1140 wget -r -l 2 http://@var{site}/1.html
1141 @end example
1142
1143 then @file{1.html}, @file{1.gif}, @file{2.html}, @file{2.gif}, and
1144 @file{3.html} will be downloaded.  As you can see, @file{3.html} is
1145 without its requisite @file{3.gif} because Wget is simply counting the
1146 number of hops (up to 2) away from @file{1.html} in order to determine
1147 where to stop the recursion.  However, with this command:
1148
1149 @example
1150 wget -r -l 2 -p http://@var{site}/1.html
1151 @end example
1152
1153 all the above files @emph{and} @file{3.html}'s requisite @file{3.gif}
1154 will be downloaded.  Similarly,
1155
1156 @example
1157 wget -r -l 1 -p http://@var{site}/1.html
1158 @end example
1159
1160 will cause @file{1.html}, @file{1.gif}, @file{2.html}, and @file{2.gif}
1161 to be downloaded.  One might think that:
1162
1163 @example
1164 wget -r -l 0 -p http://@var{site}/1.html
1165 @end example
1166
1167 would download just @file{1.html} and @file{1.gif}, but unfortunately
1168 this is not the case, because @samp{-l 0} is equivalent to
1169 @samp{-l inf}---that is, infinite recursion.  To download a single HTML
1170 page (or a handful of them, all specified on the commandline or in a
1171 @samp{-i} @sc{url} input file) and its (or their) requisites, simply leave off
1172 @samp{-r} and @samp{-l}:
1173
1174 @example
1175 wget -p http://@var{site}/1.html
1176 @end example
1177
1178 Note that Wget will behave as if @samp{-r} had been specified, but only
1179 that single page and its requisites will be downloaded.  Links from that
1180 page to external documents will not be followed.  Actually, to download
1181 a single page and all its requisites (even if they exist on separate
1182 websites), and make sure the lot displays properly locally, this author
1183 likes to use a few options in addition to @samp{-p}:
1184
1185 @example
1186 wget -E -H -k -K -nh -p http://@var{site}/@var{document}
1187 @end example
1188
1189 In one case you'll need to add a couple more options.  If @var{document}
1190 is a @code{<FRAMESET>} page, the "one more hop" that @samp{-p} gives you
1191 won't be enough---you'll get the @code{<FRAME>} pages that are
1192 referenced, but you won't get @emph{their} requisites.  Therefore, in
1193 this case you'll need to add @samp{-r -l1} to the commandline.  The
1194 @samp{-r -l1} will recurse from the @code{<FRAMESET>} page to to the
1195 @code{<FRAME>} pages, and the @samp{-p} will get their requisites.  If
1196 you're already using a recursion level of 1 or more, you'll need to up
1197 it by one.  In the future, @samp{-p} may be made smarter so that it'll
1198 do "two more hops" in the case of a @code{<FRAMESET>} page.
1199
1200 To finish off this topic, it's worth knowing that Wget's idea of an
1201 external document link is any URL specified in an @code{<A>} tag, an
1202 @code{<AREA>} tag, or a @code{<LINK>} tag other than @code{<LINK
1203 REL="stylesheet">}.
1204 @end table
1205
1206 @node Recursive Accept/Reject Options,  , Recursive Retrieval Options, Invoking
1207 @section Recursive Accept/Reject Options
1208
1209 @table @samp
1210 @item -A @var{acclist} --accept @var{acclist}
1211 @itemx -R @var{rejlist} --reject @var{rejlist}
1212 Specify comma-separated lists of file name suffixes or patterns to
1213 accept or reject (@pxref{Types of Files} for more details).
1214
1215 @item -D @var{domain-list}
1216 @itemx --domains=@var{domain-list}
1217 Set domains to be accepted and @sc{dns} looked-up, where
1218 @var{domain-list} is a comma-separated list.  Note that it does
1219 @emph{not} turn on @samp{-H}.  This option speeds things up, even if
1220 only one host is spanned (@pxref{Domain Acceptance}).
1221
1222 @item --exclude-domains @var{domain-list}
1223 Exclude the domains given in a comma-separated @var{domain-list} from
1224 @sc{dns}-lookup (@pxref{Domain Acceptance}).
1225
1226 @cindex follow FTP links
1227 @item --follow-ftp
1228 Follow @sc{ftp} links from @sc{html} documents.  Without this option,
1229 Wget will ignore all the @sc{ftp} links.
1230
1231 @cindex tag-based recursive pruning
1232 @item --follow-tags=@var{list}
1233 Wget has an internal table of HTML tag / attribute pairs that it
1234 considers when looking for linked documents during a recursive
1235 retrieval.  If a user wants only a subset of those tags to be
1236 considered, however, he or she should be specify such tags in a
1237 comma-separated @var{list} with this option.
1238
1239 @item -G @var{list}
1240 @itemx --ignore-tags=@var{list}
1241 This is the opposite of the @samp{--follow-tags} option.  To skip
1242 certain HTML tags when recursively looking for documents to download,
1243 specify them in a comma-separated @var{list}.  
1244
1245 In the past, the @samp{-G} option was the best bet for downloading a
1246 single page and its requisites, using a commandline like:
1247
1248 @example
1249 wget -Ga,area -H -k -K -nh -r http://@var{site}/@var{document}
1250 @end example
1251
1252 However, the author of this option came across a page with tags like
1253 @code{<LINK REL="home" HREF="/">} and came to the realization that
1254 @samp{-G} was not enough.  One can't just tell Wget to ignore
1255 @code{<LINK>}, because then stylesheets will not be downloaded.  Now the
1256 best bet for downloading a single page and its requisites is the
1257 dedicated @samp{--page-requisites} option.
1258
1259 @item -H
1260 @itemx --span-hosts
1261 Enable spanning across hosts when doing recursive retrieving (@pxref{All
1262 Hosts}).
1263
1264 @item -L
1265 @itemx --relative
1266 Follow relative links only.  Useful for retrieving a specific home page
1267 without any distractions, not even those from the same hosts
1268 (@pxref{Relative Links}).
1269
1270 @item -I @var{list}
1271 @itemx --include-directories=@var{list}
1272 Specify a comma-separated list of directories you wish to follow when
1273 downloading (@pxref{Directory-Based Limits} for more details.)  Elements
1274 of @var{list} may contain wildcards.
1275
1276 @item -X @var{list}
1277 @itemx --exclude-directories=@var{list}
1278 Specify a comma-separated list of directories you wish to exclude from
1279 download (@pxref{Directory-Based Limits} for more details.)  Elements of
1280 @var{list} may contain wildcards.
1281
1282 @item -nh
1283 @itemx --no-host-lookup
1284 Disable the time-consuming @sc{dns} lookup of almost all hosts
1285 (@pxref{Host Checking}).
1286
1287 @item -np
1288 @item --no-parent
1289 Do not ever ascend to the parent directory when retrieving recursively.
1290 This is a useful option, since it guarantees that only the files
1291 @emph{below} a certain hierarchy will be downloaded.
1292 @xref{Directory-Based Limits}, for more details.
1293 @end table
1294
1295 @c man end
1296
1297 @node Recursive Retrieval, Following Links, Invoking, Top
1298 @chapter Recursive Retrieval
1299 @cindex recursion
1300 @cindex retrieving
1301 @cindex recursive retrieval
1302
1303 GNU Wget is capable of traversing parts of the Web (or a single
1304 @sc{http} or @sc{ftp} server), depth-first following links and directory
1305 structure.  This is called @dfn{recursive} retrieving, or
1306 @dfn{recursion}.
1307
1308 With @sc{http} @sc{url}s, Wget retrieves and parses the @sc{html} from
1309 the given @sc{url}, documents, retrieving the files the @sc{html}
1310 document was referring to, through markups like @code{href}, or
1311 @code{src}.  If the freshly downloaded file is also of type
1312 @code{text/html}, it will be parsed and followed further.
1313
1314 The maximum @dfn{depth} to which the retrieval may descend is specified
1315 with the @samp{-l} option (the default maximum depth is five layers).
1316 @xref{Recursive Retrieval}.
1317
1318 When retrieving an @sc{ftp} @sc{url} recursively, Wget will retrieve all
1319 the data from the given directory tree (including the subdirectories up
1320 to the specified depth) on the remote server, creating its mirror image
1321 locally.  @sc{ftp} retrieval is also limited by the @code{depth}
1322 parameter.
1323
1324 By default, Wget will create a local directory tree, corresponding to
1325 the one found on the remote server.
1326
1327 Recursive retrieving can find a number of applications, the most
1328 important of which is mirroring.  It is also useful for @sc{www}
1329 presentations, and any other opportunities where slow network
1330 connections should be bypassed by storing the files locally.
1331
1332 You should be warned that invoking recursion may cause grave overloading
1333 on your system, because of the fast exchange of data through the
1334 network; all of this may hamper other users' work.  The same stands for
1335 the foreign server you are mirroring---the more requests it gets in a
1336 rows, the greater is its load.
1337
1338 Careless retrieving can also fill your file system uncontrollably, which
1339 can grind the machine to a halt.
1340
1341 The load can be minimized by lowering the maximum recursion level
1342 (@samp{-l}) and/or by lowering the number of retries (@samp{-t}).  You
1343 may also consider using the @samp{-w} option to slow down your requests
1344 to the remote servers, as well as the numerous options to narrow the
1345 number of followed links (@pxref{Following Links}).
1346
1347 Recursive retrieval is a good thing when used properly.  Please take all
1348 precautions not to wreak havoc through carelessness.
1349
1350 @node Following Links, Time-Stamping, Recursive Retrieval, Top
1351 @chapter Following Links
1352 @cindex links
1353 @cindex following links
1354
1355 When retrieving recursively, one does not wish to retrieve loads of
1356 unnecessary data.  Most of the time the users bear in mind exactly what
1357 they want to download, and want Wget to follow only specific links.
1358
1359 For example, if you wish to download the music archive from
1360 @samp{fly.srk.fer.hr}, you will not want to download all the home pages
1361 that happen to be referenced by an obscure part of the archive.
1362
1363 Wget possesses several mechanisms that allows you to fine-tune which
1364 links it will follow.
1365
1366 @menu
1367 * Relative Links::         Follow relative links only.
1368 * Host Checking::          Follow links on the same host.
1369 * Domain Acceptance::      Check on a list of domains.
1370 * All Hosts::              No host restrictions.
1371 * Types of Files::         Getting only certain files.
1372 * Directory-Based Limits:: Getting only certain directories.
1373 * FTP Links::              Following FTP links.
1374 @end menu
1375
1376 @node Relative Links, Host Checking, Following Links, Following Links
1377 @section Relative Links
1378 @cindex relative links
1379
1380 When only relative links are followed (option @samp{-L}), recursive
1381 retrieving will never span hosts.  No time-expensive @sc{dns}-lookups
1382 will be performed, and the process will be very fast, with the minimum
1383 strain of the network.  This will suit your needs often, especially when
1384 mirroring the output of various @code{x2html} converters, since they
1385 generally output relative links.
1386
1387 @node Host Checking, Domain Acceptance, Relative Links, Following Links
1388 @section Host Checking
1389 @cindex DNS lookup
1390 @cindex host lookup
1391 @cindex host checking
1392
1393 The drawback of following the relative links solely is that humans often
1394 tend to mix them with absolute links to the very same host, and the very
1395 same page.  In this mode (which is the default mode for following links)
1396 all @sc{url}s that refer to the same host will be retrieved.
1397
1398 The problem with this option are the aliases of the hosts and domains.
1399 Thus there is no way for Wget to know that @samp{regoc.srce.hr} and
1400 @samp{www.srce.hr} are the same host, or that @samp{fly.srk.fer.hr} is
1401 the same as @samp{fly.cc.fer.hr}.  Whenever an absolute link is
1402 encountered, the host is @sc{dns}-looked-up with @code{gethostbyname} to
1403 check whether we are maybe dealing with the same hosts.  Although the
1404 results of @code{gethostbyname} are cached, it is still a great
1405 slowdown, e.g. when dealing with large indices of home pages on different
1406 hosts (because each of the hosts must be @sc{dns}-resolved to see
1407 whether it just @emph{might} be an alias of the starting host).
1408
1409 To avoid the overhead you may use @samp{-nh}, which will turn off
1410 @sc{dns}-resolving and make Wget compare hosts literally.  This will
1411 make things run much faster, but also much less reliable
1412 (e.g. @samp{www.srce.hr} and @samp{regoc.srce.hr} will be flagged as
1413 different hosts).
1414
1415 Note that modern @sc{http} servers allow one IP address to host several
1416 @dfn{virtual servers}, each having its own directory hierarchy.  Such
1417 ``servers'' are distinguished by their hostnames (all of which point to
1418 the same IP address); for this to work, a client must send a @code{Host}
1419 header, which is what Wget does.  However, in that case Wget @emph{must
1420 not} try to divine a host's ``real'' address, nor try to use the same
1421 hostname for each access, i.e. @samp{-nh} must be turned on.
1422
1423 In other words, the @samp{-nh} option must be used to enable the
1424 retrieval from virtual servers distinguished by their hostnames.  As the
1425 number of such server setups grow, the behavior of @samp{-nh} may become
1426 the default in the future.
1427
1428 @node Domain Acceptance, All Hosts, Host Checking, Following Links
1429 @section Domain Acceptance
1430
1431 With the @samp{-D} option you may specify the domains that will be
1432 followed.  The hosts the domain of which is not in this list will not be
1433 @sc{dns}-resolved.  Thus you can specify @samp{-Dmit.edu} just to make
1434 sure that @strong{nothing outside of @sc{mit} gets looked up}.  This is
1435 very important and useful.  It also means that @samp{-D} does @emph{not}
1436 imply @samp{-H} (span all hosts), which must be specified explicitly.
1437 Feel free to use this options since it will speed things up, with almost
1438 all the reliability of checking for all hosts.  Thus you could invoke
1439
1440 @example
1441 wget -r -D.hr http://fly.srk.fer.hr/
1442 @end example
1443
1444 to make sure that only the hosts in @samp{.hr} domain get
1445 @sc{dns}-looked-up for being equal to @samp{fly.srk.fer.hr}.  So
1446 @samp{fly.cc.fer.hr} will be checked (only once!) and found equal, but
1447 @samp{www.gnu.ai.mit.edu} will not even be checked.
1448
1449 Of course, domain acceptance can be used to limit the retrieval to
1450 particular domains with spanning of hosts in them, but then you must
1451 specify @samp{-H} explicitly.  E.g.:
1452
1453 @example
1454 wget -r -H -Dmit.edu,stanford.edu http://www.mit.edu/
1455 @end example
1456
1457 will start with @samp{http://www.mit.edu/}, following links across
1458 @sc{mit} and Stanford.
1459
1460 If there are domains you want to exclude specifically, you can do it
1461 with @samp{--exclude-domains}, which accepts the same type of arguments
1462 of @samp{-D}, but will @emph{exclude} all the listed domains.  For
1463 example, if you want to download all the hosts from @samp{foo.edu}
1464 domain, with the exception of @samp{sunsite.foo.edu}, you can do it like
1465 this:
1466
1467 @example
1468 wget -rH -Dfoo.edu --exclude-domains sunsite.foo.edu http://www.foo.edu/
1469 @end example
1470
1471 @node All Hosts, Types of Files, Domain Acceptance, Following Links
1472 @section All Hosts
1473 @cindex all hosts
1474 @cindex span hosts
1475
1476 When @samp{-H} is specified without @samp{-D}, all hosts are freely
1477 spanned.  There are no restrictions whatsoever as to what part of the
1478 net Wget will go to fetch documents, other than maximum retrieval depth.
1479 If a page references @samp{www.yahoo.com}, so be it.  Such an option is
1480 rarely useful for itself.
1481
1482 @node Types of Files, Directory-Based Limits, All Hosts, Following Links
1483 @section Types of Files
1484 @cindex types of files
1485
1486 When downloading material from the web, you will often want to restrict
1487 the retrieval to only certain file types.  For example, if you are
1488 interested in downloading @sc{gif}s, you will not be overjoyed to get
1489 loads of PostScript documents, and vice versa.
1490
1491 Wget offers two options to deal with this problem.  Each option
1492 description lists a short name, a long name, and the equivalent command
1493 in @file{.wgetrc}.
1494
1495 @cindex accept wildcards
1496 @cindex accept suffixes
1497 @cindex wildcards, accept
1498 @cindex suffixes, accept
1499 @table @samp
1500 @item -A @var{acclist}
1501 @itemx --accept @var{acclist}
1502 @itemx accept = @var{acclist}
1503 The argument to @samp{--accept} option is a list of file suffixes or
1504 patterns that Wget will download during recursive retrieval.  A suffix
1505 is the ending part of a file, and consists of ``normal'' letters,
1506 e.g. @samp{gif} or @samp{.jpg}.  A matching pattern contains shell-like
1507 wildcards, e.g. @samp{books*} or @samp{zelazny*196[0-9]*}.
1508
1509 So, specifying @samp{wget -A gif,jpg} will make Wget download only the
1510 files ending with @samp{gif} or @samp{jpg}, i.e. @sc{gif}s and
1511 @sc{jpeg}s.  On the other hand, @samp{wget -A "zelazny*196[0-9]*"} will
1512 download only files beginning with @samp{zelazny} and containing numbers
1513 from 1960 to 1969 anywhere within.  Look up the manual of your shell for
1514 a description of how pattern matching works.
1515
1516 Of course, any number of suffixes and patterns can be combined into a
1517 comma-separated list, and given as an argument to @samp{-A}.
1518
1519 @cindex reject wildcards
1520 @cindex reject suffixes
1521 @cindex wildcards, reject
1522 @cindex suffixes, reject
1523 @item -R @var{rejlist}
1524 @itemx --reject @var{rejlist}
1525 @itemx reject = @var{rejlist}
1526 The @samp{--reject} option works the same way as @samp{--accept}, only
1527 its logic is the reverse; Wget will download all files @emph{except} the
1528 ones matching the suffixes (or patterns) in the list.
1529
1530 So, if you want to download a whole page except for the cumbersome
1531 @sc{mpeg}s and @sc{.au} files, you can use @samp{wget -R mpg,mpeg,au}.
1532 Analogously, to download all files except the ones beginning with
1533 @samp{bjork}, use @samp{wget -R "bjork*"}.  The quotes are to prevent
1534 expansion by the shell.
1535 @end table
1536
1537 The @samp{-A} and @samp{-R} options may be combined to achieve even
1538 better fine-tuning of which files to retrieve.  E.g. @samp{wget -A
1539 "*zelazny*" -R .ps} will download all the files having @samp{zelazny} as
1540 a part of their name, but @emph{not} the PostScript files.
1541
1542 Note that these two options do not affect the downloading of @sc{html}
1543 files; Wget must load all the @sc{html}s to know where to go at
1544 all---recursive retrieval would make no sense otherwise.
1545
1546 @node Directory-Based Limits, FTP Links, Types of Files, Following Links
1547 @section Directory-Based Limits
1548 @cindex directories
1549 @cindex directory limits
1550
1551 Regardless of other link-following facilities, it is often useful to
1552 place the restriction of what files to retrieve based on the directories
1553 those files are placed in.  There can be many reasons for this---the
1554 home pages may be organized in a reasonable directory structure; or some
1555 directories may contain useless information, e.g. @file{/cgi-bin} or
1556 @file{/dev} directories.
1557
1558 Wget offers three different options to deal with this requirement.  Each
1559 option description lists a short name, a long name, and the equivalent
1560 command in @file{.wgetrc}.
1561
1562 @cindex directories, include
1563 @cindex include directories
1564 @cindex accept directories
1565 @table @samp
1566 @item -I @var{list}
1567 @itemx --include @var{list}
1568 @itemx include_directories = @var{list}
1569 @samp{-I} option accepts a comma-separated list of directories included
1570 in the retrieval.  Any other directories will simply be ignored.  The
1571 directories are absolute paths.
1572
1573 So, if you wish to download from @samp{http://host/people/bozo/}
1574 following only links to bozo's colleagues in the @file{/people}
1575 directory and the bogus scripts in @file{/cgi-bin}, you can specify:
1576
1577 @example
1578 wget -I /people,/cgi-bin http://host/people/bozo/
1579 @end example
1580
1581 @cindex directories, exclude
1582 @cindex exclude directories
1583 @cindex reject directories
1584 @item -X @var{list}
1585 @itemx --exclude @var{list}
1586 @itemx exclude_directories = @var{list}
1587 @samp{-X} option is exactly the reverse of @samp{-I}---this is a list of
1588 directories @emph{excluded} from the download.  E.g. if you do not want
1589 Wget to download things from @file{/cgi-bin} directory, specify @samp{-X
1590 /cgi-bin} on the command line.
1591
1592 The same as with @samp{-A}/@samp{-R}, these two options can be combined
1593 to get a better fine-tuning of downloading subdirectories.  E.g. if you
1594 want to load all the files from @file{/pub} hierarchy except for
1595 @file{/pub/worthless}, specify @samp{-I/pub -X/pub/worthless}.
1596
1597 @cindex no parent
1598 @item -np
1599 @itemx --no-parent
1600 @itemx no_parent = on
1601 The simplest, and often very useful way of limiting directories is
1602 disallowing retrieval of the links that refer to the hierarchy
1603 @dfn{above} than the beginning directory, i.e. disallowing ascent to the
1604 parent directory/directories.
1605
1606 The @samp{--no-parent} option (short @samp{-np}) is useful in this case.
1607 Using it guarantees that you will never leave the existing hierarchy.
1608 Supposing you issue Wget with:
1609
1610 @example
1611 wget -r --no-parent http://somehost/~luzer/my-archive/
1612 @end example
1613
1614 You may rest assured that none of the references to
1615 @file{/~his-girls-homepage/} or @file{/~luzer/all-my-mpegs/} will be
1616 followed.  Only the archive you are interested in will be downloaded.
1617 Essentially, @samp{--no-parent} is similar to
1618 @samp{-I/~luzer/my-archive}, only it handles redirections in a more
1619 intelligent fashion.
1620 @end table
1621
1622 @node FTP Links,  , Directory-Based Limits, Following Links
1623 @section Following FTP Links
1624 @cindex following ftp links
1625
1626 The rules for @sc{ftp} are somewhat specific, as it is necessary for
1627 them to be.  @sc{ftp} links in @sc{html} documents are often included
1628 for purposes of reference, and it is often inconvenient to download them
1629 by default.
1630
1631 To have @sc{ftp} links followed from @sc{html} documents, you need to
1632 specify the @samp{--follow-ftp} option.  Having done that, @sc{ftp}
1633 links will span hosts regardless of @samp{-H} setting.  This is logical,
1634 as @sc{ftp} links rarely point to the same host where the @sc{http}
1635 server resides.  For similar reasons, the @samp{-L} options has no
1636 effect on such downloads.  On the other hand, domain acceptance
1637 (@samp{-D}) and suffix rules (@samp{-A} and @samp{-R}) apply normally.
1638
1639 Also note that followed links to @sc{ftp} directories will not be
1640 retrieved recursively further.
1641
1642 @node Time-Stamping, Startup File, Following Links, Top
1643 @chapter Time-Stamping
1644 @cindex time-stamping
1645 @cindex timestamping
1646 @cindex updating the archives
1647 @cindex incremental updating
1648
1649 One of the most important aspects of mirroring information from the
1650 Internet is updating your archives.
1651
1652 Downloading the whole archive again and again, just to replace a few
1653 changed files is expensive, both in terms of wasted bandwidth and money,
1654 and the time to do the update.  This is why all the mirroring tools
1655 offer the option of incremental updating.
1656
1657 Such an updating mechanism means that the remote server is scanned in
1658 search of @dfn{new} files.  Only those new files will be downloaded in
1659 the place of the old ones.
1660
1661 A file is considered new if one of these two conditions are met:
1662
1663 @enumerate
1664 @item
1665 A file of that name does not already exist locally.
1666
1667 @item
1668 A file of that name does exist, but the remote file was modified more
1669 recently than the local file.
1670 @end enumerate
1671
1672 To implement this, the program needs to be aware of the time of last
1673 modification of both local and remote files.  We call this information the
1674 @dfn{time-stamp} of a file.
1675
1676 The time-stamping in GNU Wget is turned on using @samp{--timestamping}
1677 (@samp{-N}) option, or through @code{timestamping = on} directive in
1678 @file{.wgetrc}.  With this option, for each file it intends to download,
1679 Wget will check whether a local file of the same name exists.  If it
1680 does, and the remote file is older, Wget will not download it.
1681
1682 If the local file does not exist, or the sizes of the files do not
1683 match, Wget will download the remote file no matter what the time-stamps
1684 say.
1685
1686 @menu
1687 * Time-Stamping Usage::
1688 * HTTP Time-Stamping Internals::
1689 * FTP Time-Stamping Internals::
1690 @end menu
1691
1692 @node Time-Stamping Usage, HTTP Time-Stamping Internals, Time-Stamping, Time-Stamping
1693 @section Time-Stamping Usage
1694 @cindex time-stamping usage
1695 @cindex usage, time-stamping
1696
1697 The usage of time-stamping is simple.  Say you would like to download a
1698 file so that it keeps its date of modification.
1699
1700 @example
1701 wget -S http://www.gnu.ai.mit.edu/
1702 @end example
1703
1704 A simple @code{ls -l} shows that the time stamp on the local file equals
1705 the state of the @code{Last-Modified} header, as returned by the server.
1706 As you can see, the time-stamping info is preserved locally, even
1707 without @samp{-N} (at least for @sc{http}).
1708
1709 Several days later, you would like Wget to check if the remote file has
1710 changed, and download it if it has.
1711
1712 @example
1713 wget -N http://www.gnu.ai.mit.edu/
1714 @end example
1715
1716 Wget will ask the server for the last-modified date.  If the local file
1717 has the same timestamp as the server, or a newer one, the remote file
1718 will not be re-fetched.  However, if the remote file is more recent,
1719 Wget will proceed to fetch it.
1720
1721 The same goes for @sc{ftp}.  For example:
1722
1723 @example
1724 wget "ftp://ftp.ifi.uio.no/pub/emacs/gnus/*"
1725 @end example
1726
1727 (The quotes around that URL are to prevent the shell from trying to
1728 interpret the @samp{*}.)
1729
1730 After download, a local directory listing will show that the timestamps
1731 match those on the remote server.  Reissuing the command with @samp{-N}
1732 will make Wget re-fetch @emph{only} the files that have been modified
1733 since the last download.
1734
1735 If you wished to mirror the GNU archive every week, you would use a
1736 command like the following, weekly:
1737
1738 @example
1739 wget --timestamping -r ftp://ftp.gnu.org/pub/gnu/
1740 @end example
1741
1742 Note that time-stamping will only work for files for which the server
1743 gives a timestamp.  For @sc{http}, this depends on getting a
1744 @code{Last-Modified} header.  For @sc{ftp}, this depends on getting a
1745 directory listing with dates in a format that Wget can parse
1746 (@pxref{FTP Time-Stamping Internals}).
1747
1748 @node HTTP Time-Stamping Internals, FTP Time-Stamping Internals, Time-Stamping Usage, Time-Stamping
1749 @section HTTP Time-Stamping Internals
1750 @cindex http time-stamping
1751
1752 Time-stamping in @sc{http} is implemented by checking of the
1753 @code{Last-Modified} header.  If you wish to retrieve the file
1754 @file{foo.html} through @sc{http}, Wget will check whether
1755 @file{foo.html} exists locally.  If it doesn't, @file{foo.html} will be
1756 retrieved unconditionally.
1757
1758 If the file does exist locally, Wget will first check its local
1759 time-stamp (similar to the way @code{ls -l} checks it), and then send a
1760 @code{HEAD} request to the remote server, demanding the information on
1761 the remote file.
1762
1763 The @code{Last-Modified} header is examined to find which file was
1764 modified more recently (which makes it ``newer'').  If the remote file
1765 is newer, it will be downloaded; if it is older, Wget will give
1766 up.@footnote{As an additional check, Wget will look at the
1767 @code{Content-Length} header, and compare the sizes; if they are not the
1768 same, the remote file will be downloaded no matter what the time-stamp
1769 says.}
1770
1771 When @samp{--backup-converted} (@samp{-K}) is specified in conjunction
1772 with @samp{-N}, server file @samp{@var{X}} is compared to local file
1773 @samp{@var{X}.orig}, if extant, rather than being compared to local file
1774 @samp{@var{X}}, which will always differ if it's been converted by
1775 @samp{--convert-links} (@samp{-k}).
1776
1777 Arguably, @sc{http} time-stamping should be implemented using the
1778 @code{If-Modified-Since} request.
1779
1780 @node FTP Time-Stamping Internals,  , HTTP Time-Stamping Internals, Time-Stamping
1781 @section FTP Time-Stamping Internals
1782 @cindex ftp time-stamping
1783
1784 In theory, @sc{ftp} time-stamping works much the same as @sc{http}, only
1785 @sc{ftp} has no headers---time-stamps must be ferreted out of directory
1786 listings.
1787
1788 If an @sc{ftp} download is recursive or uses globbing, Wget will use the
1789 @sc{ftp} @code{LIST} command to get a file listing for the directory
1790 containing the desired file(s).  It will try to analyze the listing,
1791 treating it like Unix @code{ls -l} output, extracting the time-stamps.
1792 The rest is exactly the same as for @sc{http}.  Note that when
1793 retrieving individual files from an @sc{ftp} server without using
1794 globbing or recursion, listing files will not be downloaded (and thus
1795 files will not be time-stamped) unless @samp{-N} is specified.
1796
1797 Assumption that every directory listing is a Unix-style listing may
1798 sound extremely constraining, but in practice it is not, as many
1799 non-Unix @sc{ftp} servers use the Unixoid listing format because most
1800 (all?) of the clients understand it.  Bear in mind that @sc{rfc959}
1801 defines no standard way to get a file list, let alone the time-stamps.
1802 We can only hope that a future standard will define this.
1803
1804 Another non-standard solution includes the use of @code{MDTM} command
1805 that is supported by some @sc{ftp} servers (including the popular
1806 @code{wu-ftpd}), which returns the exact time of the specified file.
1807 Wget may support this command in the future.
1808
1809 @node Startup File, Examples, Time-Stamping, Top
1810 @chapter Startup File
1811 @cindex startup file
1812 @cindex wgetrc
1813 @cindex .wgetrc
1814 @cindex startup
1815 @cindex .netrc
1816
1817 Once you know how to change default settings of Wget through command
1818 line arguments, you may wish to make some of those settings permanent.
1819 You can do that in a convenient way by creating the Wget startup
1820 file---@file{.wgetrc}.
1821
1822 Besides @file{.wgetrc} is the ``main'' initialization file, it is
1823 convenient to have a special facility for storing passwords.  Thus Wget
1824 reads and interprets the contents of @file{$HOME/.netrc}, if it finds
1825 it.  You can find @file{.netrc} format in your system manuals.
1826
1827 Wget reads @file{.wgetrc} upon startup, recognizing a limited set of
1828 commands.
1829
1830 @menu
1831 * Wgetrc Location::   Location of various wgetrc files.
1832 * Wgetrc Syntax::     Syntax of wgetrc.
1833 * Wgetrc Commands::   List of available commands.
1834 * Sample Wgetrc::     A wgetrc example.
1835 @end menu
1836
1837 @node Wgetrc Location, Wgetrc Syntax, Startup File, Startup File
1838 @section Wgetrc Location
1839 @cindex wgetrc location
1840 @cindex location of wgetrc
1841
1842 When initializing, Wget will look for a @dfn{global} startup file,
1843 @file{/usr/local/etc/wgetrc} by default (or some prefix other than
1844 @file{/usr/local}, if Wget was not installed there) and read commands
1845 from there, if it exists.
1846
1847 Then it will look for the user's file.  If the environmental variable
1848 @code{WGETRC} is set, Wget will try to load that file.  Failing that, no
1849 further attempts will be made.
1850
1851 If @code{WGETRC} is not set, Wget will try to load @file{$HOME/.wgetrc}.
1852
1853 The fact that user's settings are loaded after the system-wide ones
1854 means that in case of collision user's wgetrc @emph{overrides} the
1855 system-wide wgetrc (in @file{/usr/local/etc/wgetrc} by default).
1856 Fascist admins, away!
1857
1858 @node Wgetrc Syntax, Wgetrc Commands, Wgetrc Location, Startup File
1859 @section Wgetrc Syntax
1860 @cindex wgetrc syntax
1861 @cindex syntax of wgetrc
1862
1863 The syntax of a wgetrc command is simple:
1864
1865 @example
1866 variable = value
1867 @end example
1868
1869 The @dfn{variable} will also be called @dfn{command}.  Valid
1870 @dfn{values} are different for different commands.
1871
1872 The commands are case-insensitive and underscore-insensitive.  Thus
1873 @samp{DIr__PrefiX} is the same as @samp{dirprefix}.  Empty lines, lines
1874 beginning with @samp{#} and lines containing white-space only are
1875 discarded.
1876
1877 Commands that expect a comma-separated list will clear the list on an
1878 empty command.  So, if you wish to reset the rejection list specified in
1879 global @file{wgetrc}, you can do it with:
1880
1881 @example
1882 reject =
1883 @end example
1884
1885 @node Wgetrc Commands, Sample Wgetrc, Wgetrc Syntax, Startup File
1886 @section Wgetrc Commands
1887 @cindex wgetrc commands
1888
1889 The complete set of commands is listed below.  Legal values are listed
1890 after the @samp{=}.  Simple Boolean values can be set or unset using
1891 @samp{on} and @samp{off} or @samp{1} and @samp{0}.  A fancier kind of
1892 Boolean allowed in some cases is the @dfn{lockable Boolean}, which may
1893 be set to @samp{on}, @samp{off}, @samp{always}, or @samp{never}.  If an
1894 option is set to @samp{always} or @samp{never}, that value will be
1895 locked in for the duration of the Wget invocation---commandline options
1896 will not override.
1897
1898 Some commands take pseudo-arbitrary values.  @var{address} values can be
1899 hostnames or dotted-quad IP addresses.  @var{n} can be any positive
1900 integer, or @samp{inf} for infinity, where appropriate.  @var{string}
1901 values can be any non-empty string.
1902
1903 Most of these commands have commandline equivalents (@pxref{Invoking}),
1904 though some of the more obscure or rarely used ones do not.
1905
1906 @table @asis
1907 @item accept/reject = @var{string}
1908 Same as @samp{-A}/@samp{-R} (@pxref{Types of Files}).
1909
1910 @item add_hostdir = on/off
1911 Enable/disable host-prefixed file names.  @samp{-nH} disables it.
1912
1913 @item continue = on/off
1914 If set to on, force continuation of preexistent partially retrieved
1915 files.  See @samp{-c} before setting it.
1916
1917 @item background = on/off
1918 Enable/disable going to background---the same as @samp{-b} (which
1919 enables it).
1920
1921 @item backup_converted = on/off
1922 Enable/disable saving pre-converted files with the suffix
1923 @samp{.orig}---the same as @samp{-K} (which enables it).
1924
1925 @c @item backups = @var{number}
1926 @c #### Document me!
1927 @c
1928 @item base = @var{string}
1929 Consider relative @sc{url}s in @sc{url} input files forced to be
1930 interpreted as @sc{html} as being relative to @var{string}---the same as
1931 @samp{-B}.
1932
1933 @item bind_address = @var{address}
1934 Bind to @var{address}, like the @samp{--bind-address} option.
1935
1936 @item cache = on/off
1937 When set to off, disallow server-caching.  See the @samp{-C} option.
1938
1939 @item convert links = on/off
1940 Convert non-relative links locally.  The same as @samp{-k}.
1941
1942 @item cookies = on/off
1943 When set to off, disallow cookies.  See the @samp{--cookies} option.
1944
1945 @item load_cookies = @var{file}
1946 Load cookies from @var{file}.  See @samp{--load-cookies}.
1947
1948 @item save_cookies = @var{file}
1949 Save cookies to @var{file}.  See @samp{--save-cookies}.
1950
1951 @item cut_dirs = @var{n}
1952 Ignore @var{n} remote directory components.
1953
1954 @item debug = on/off
1955 Debug mode, same as @samp{-d}.
1956
1957 @item delete_after = on/off
1958 Delete after download---the same as @samp{--delete-after}.
1959
1960 @item dir_prefix = @var{string}
1961 Top of directory tree---the same as @samp{-P}.
1962
1963 @item dirstruct = on/off
1964 Turning dirstruct on or off---the same as @samp{-x} or @samp{-nd},
1965 respectively.
1966
1967 @item domains = @var{string}
1968 Same as @samp{-D} (@pxref{Domain Acceptance}).
1969
1970 @item dot_bytes = @var{n}
1971 Specify the number of bytes ``contained'' in a dot, as seen throughout
1972 the retrieval (1024 by default).  You can postfix the value with
1973 @samp{k} or @samp{m}, representing kilobytes and megabytes,
1974 respectively.  With dot settings you can tailor the dot retrieval to
1975 suit your needs, or you can use the predefined @dfn{styles}
1976 (@pxref{Download Options}).
1977
1978 @item dots_in_line = @var{n}
1979 Specify the number of dots that will be printed in each line throughout
1980 the retrieval (50 by default).
1981
1982 @item dot_spacing = @var{n}
1983 Specify the number of dots in a single cluster (10 by default).
1984
1985 @item exclude_directories = @var{string}
1986 Specify a comma-separated list of directories you wish to exclude from
1987 download---the same as @samp{-X} (@pxref{Directory-Based Limits}).
1988
1989 @item exclude_domains = @var{string}
1990 Same as @samp{--exclude-domains} (@pxref{Domain Acceptance}).
1991
1992 @item follow_ftp = on/off
1993 Follow @sc{ftp} links from @sc{html} documents---the same as
1994 @samp{--follow-ftp}.
1995
1996 @item follow_tags = @var{string}
1997 Only follow certain HTML tags when doing a recursive retrieval, just like
1998 @samp{--follow-tags}.
1999
2000 @item force_html = on/off
2001 If set to on, force the input filename to be regarded as an @sc{html}
2002 document---the same as @samp{-F}.
2003
2004 @item ftp_proxy = @var{string}
2005 Use @var{string} as @sc{ftp} proxy, instead of the one specified in
2006 environment.
2007
2008 @item glob = on/off
2009 Turn globbing on/off---the same as @samp{-g}.
2010
2011 @item header = @var{string}
2012 Define an additional header, like @samp{--header}.
2013
2014 @item html_extension = on/off
2015 Add a @samp{.html} extension to @samp{text/html} files without it, like
2016 @samp{-E}.
2017
2018 @item http_passwd = @var{string}
2019 Set @sc{http} password.
2020
2021 @item http_proxy = @var{string}
2022 Use @var{string} as @sc{http} proxy, instead of the one specified in
2023 environment.
2024
2025 @item http_user = @var{string}
2026 Set @sc{http} user to @var{string}.
2027
2028 @item ignore_length = on/off
2029 When set to on, ignore @code{Content-Length} header; the same as
2030 @samp{--ignore-length}.
2031
2032 @item ignore_tags = @var{string}
2033 Ignore certain HTML tags when doing a recursive retrieval, just like
2034 @samp{-G} / @samp{--ignore-tags}.
2035
2036 @item include_directories = @var{string}
2037 Specify a comma-separated list of directories you wish to follow when
2038 downloading---the same as @samp{-I}.
2039
2040 @item input = @var{string}
2041 Read the @sc{url}s from @var{string}, like @samp{-i}.
2042
2043 @item kill_longer = on/off
2044 Consider data longer than specified in content-length header as invalid
2045 (and retry getting it).  The default behaviour is to save as much data
2046 as there is, provided there is more than or equal to the value in
2047 @code{Content-Length}.
2048
2049 @item logfile = @var{string}
2050 Set logfile---the same as @samp{-o}.
2051
2052 @item login = @var{string}
2053 Your user name on the remote machine, for @sc{ftp}.  Defaults to
2054 @samp{anonymous}.
2055
2056 @item mirror = on/off
2057 Turn mirroring on/off.  The same as @samp{-m}.
2058
2059 @item netrc = on/off
2060 Turn reading netrc on or off.
2061
2062 @item noclobber = on/off
2063 Same as @samp{-nc}.
2064
2065 @item no_parent = on/off
2066 Disallow retrieving outside the directory hierarchy, like
2067 @samp{--no-parent} (@pxref{Directory-Based Limits}).
2068
2069 @item no_proxy = @var{string}
2070 Use @var{string} as the comma-separated list of domains to avoid in
2071 proxy loading, instead of the one specified in environment.
2072
2073 @item output_document = @var{string}
2074 Set the output filename---the same as @samp{-O}.
2075
2076 @item page_requisites = on/off
2077 Download all ancillary documents necessary for a single HTML page to
2078 display properly---the same as @samp{-p}.
2079
2080 @item passive_ftp = on/off/always/never
2081 Set passive @sc{ftp}---the same as @samp{--passive-ftp}.  Some scripts
2082 and @samp{.pm} (Perl module) files download files using @samp{wget
2083 --passive-ftp}.  If your firewall does not allow this, you can set
2084 @samp{passive_ftp = never} to override the commandline.
2085
2086 @item passwd = @var{string}
2087 Set your @sc{ftp} password to @var{password}.  Without this setting, the
2088 password defaults to @samp{username@@hostname.domainname}.
2089
2090 @item progress = @var{string}
2091 Set the type of the progress indicator.  Legal types are ``dot'' and
2092 ``bar''.
2093
2094 @item proxy_user = @var{string}
2095 Set proxy authentication user name to @var{string}, like @samp{--proxy-user}.
2096
2097 @item proxy_passwd = @var{string}
2098 Set proxy authentication password to @var{string}, like @samp{--proxy-passwd}.
2099
2100 @item referer = @var{string}
2101 Set HTTP @samp{Referer:} header just like @samp{--referer}.  (Note it
2102 was the folks who wrote the @sc{http} spec who got the spelling of
2103 ``referrer'' wrong.)
2104
2105 @item quiet = on/off
2106 Quiet mode---the same as @samp{-q}.
2107
2108 @item quota = @var{quota}
2109 Specify the download quota, which is useful to put in the global
2110 @file{wgetrc}.  When download quota is specified, Wget will stop
2111 retrieving after the download sum has become greater than quota.  The
2112 quota can be specified in bytes (default), kbytes @samp{k} appended) or
2113 mbytes (@samp{m} appended).  Thus @samp{quota = 5m} will set the quota
2114 to 5 mbytes.  Note that the user's startup file overrides system
2115 settings.
2116
2117 @item reclevel = @var{n}
2118 Recursion level---the same as @samp{-l}.
2119
2120 @item recursive = on/off
2121 Recursive on/off---the same as @samp{-r}.
2122
2123 @item relative_only = on/off
2124 Follow only relative links---the same as @samp{-L} (@pxref{Relative
2125 Links}).
2126
2127 @item remove_listing = on/off
2128 If set to on, remove @sc{ftp} listings downloaded by Wget.  Setting it
2129 to off is the same as @samp{-nr}.
2130
2131 @item retr_symlinks = on/off
2132 When set to on, retrieve symbolic links as if they were plain files; the
2133 same as @samp{--retr-symlinks}.
2134
2135 @item robots = on/off
2136 Use (or not) @file{/robots.txt} file (@pxref{Robots}).  Be sure to know
2137 what you are doing before changing the default (which is @samp{on}).
2138
2139 @item server_response = on/off
2140 Choose whether or not to print the @sc{http} and @sc{ftp} server
2141 responses---the same as @samp{-S}.
2142
2143 @item simple_host_check = on/off
2144 Same as @samp{-nh} (@pxref{Host Checking}).
2145
2146 @item span_hosts = on/off
2147 Same as @samp{-H}.
2148
2149 @item timeout = @var{n}
2150 Set timeout value---the same as @samp{-T}.
2151
2152 @item timestamping = on/off
2153 Turn timestamping on/off.  The same as @samp{-N} (@pxref{Time-Stamping}).
2154
2155 @item tries = @var{n}
2156 Set number of retries per @sc{url}---the same as @samp{-t}.
2157
2158 @item use_proxy = on/off
2159 Turn proxy support on/off.  The same as @samp{-Y}.
2160
2161 @item verbose = on/off
2162 Turn verbose on/off---the same as @samp{-v}/@samp{-nv}.
2163
2164 @item wait = @var{n}
2165 Wait @var{n} seconds between retrievals---the same as @samp{-w}.
2166
2167 @item waitretry = @var{n}
2168 Wait up to @var{n} seconds between retries of failed retrievals
2169 only---the same as @samp{--waitretry}.  Note that this is turned on by
2170 default in the global @file{wgetrc}.
2171 @end table
2172
2173 @node Sample Wgetrc,  , Wgetrc Commands, Startup File
2174 @section Sample Wgetrc
2175 @cindex sample wgetrc
2176
2177 This is the sample initialization file, as given in the distribution.
2178 It is divided in two section---one for global usage (suitable for global
2179 startup file), and one for local usage (suitable for
2180 @file{$HOME/.wgetrc}).  Be careful about the things you change.
2181
2182 Note that almost all the lines are commented out.  For a command to have
2183 any effect, you must remove the @samp{#} character at the beginning of
2184 its line.
2185
2186 @example
2187 @include sample.wgetrc.munged_for_texi_inclusion
2188 @end example
2189
2190 @node Examples, Various, Startup File, Top
2191 @chapter Examples
2192 @cindex examples
2193
2194 The examples are classified into three sections, because of clarity.
2195 The first section is a tutorial for beginners.  The second section
2196 explains some of the more complex program features.  The third section
2197 contains advice for mirror administrators, as well as even more complex
2198 features (that some would call perverted).
2199
2200 @menu
2201 * Simple Usage::        Simple, basic usage of the program.
2202 * Advanced Usage::      Advanced techniques of usage.
2203 * Guru Usage::          Mirroring and the hairy stuff.
2204 @end menu
2205
2206 @node Simple Usage, Advanced Usage, Examples, Examples
2207 @section Simple Usage
2208
2209 @itemize @bullet
2210 @item
2211 Say you want to download a @sc{url}.  Just type:
2212
2213 @example
2214 wget http://fly.srk.fer.hr/
2215 @end example
2216
2217 The response will be something like:
2218
2219 @example
2220 @group
2221 --13:30:45--  http://fly.srk.fer.hr:80/en/
2222            => `index.html'
2223 Connecting to fly.srk.fer.hr:80... connected!
2224 HTTP request sent, awaiting response... 200 OK
2225 Length: 4,694 [text/html]
2226
2227     0K -> ....                                                   [100%]
2228
2229 13:30:46 (23.75 KB/s) - `index.html' saved [4694/4694]
2230 @end group
2231 @end example
2232
2233 @item
2234 But what will happen if the connection is slow, and the file is lengthy?
2235 The connection will probably fail before the whole file is retrieved,
2236 more than once.  In this case, Wget will try getting the file until it
2237 either gets the whole of it, or exceeds the default number of retries
2238 (this being 20).  It is easy to change the number of tries to 45, to
2239 insure that the whole file will arrive safely:
2240
2241 @example
2242 wget --tries=45 http://fly.srk.fer.hr/jpg/flyweb.jpg
2243 @end example
2244
2245 @item
2246 Now let's leave Wget to work in the background, and write its progress
2247 to log file @file{log}.  It is tiring to type @samp{--tries}, so we
2248 shall use @samp{-t}.
2249
2250 @example
2251 wget -t 45 -o log http://fly.srk.fer.hr/jpg/flyweb.jpg &
2252 @end example
2253
2254 The ampersand at the end of the line makes sure that Wget works in the
2255 background.  To unlimit the number of retries, use @samp{-t inf}.
2256
2257 @item
2258 The usage of @sc{ftp} is as simple.  Wget will take care of login and
2259 password.
2260
2261 @example
2262 @group
2263 $ wget ftp://gnjilux.srk.fer.hr/welcome.msg
2264 --10:08:47--  ftp://gnjilux.srk.fer.hr:21/welcome.msg
2265            => `welcome.msg'
2266 Connecting to gnjilux.srk.fer.hr:21... connected!
2267 Logging in as anonymous ... Logged in!
2268 ==> TYPE I ... done.  ==> CWD not needed.
2269 ==> PORT ... done.    ==> RETR welcome.msg ... done.
2270 Length: 1,340 (unauthoritative)
2271
2272     0K -> .                                                      [100%]
2273
2274 10:08:48 (1.28 MB/s) - `welcome.msg' saved [1340]
2275 @end group
2276 @end example
2277
2278 @item
2279 If you specify a directory, Wget will retrieve the directory listing,
2280 parse it and convert it to @sc{html}.  Try:
2281
2282 @example
2283 wget ftp://prep.ai.mit.edu/pub/gnu/
2284 lynx index.html
2285 @end example
2286 @end itemize
2287
2288 @node Advanced Usage, Guru Usage, Simple Usage, Examples
2289 @section Advanced Usage
2290
2291 @itemize @bullet
2292 @item
2293 You would like to read the list of @sc{url}s from a file?  Not a problem
2294 with that:
2295
2296 @example
2297 wget -i file
2298 @end example
2299
2300 If you specify @samp{-} as file name, the @sc{url}s will be read from
2301 standard input.
2302
2303 @item
2304 Create a mirror image of GNU @sc{www} site (with the same directory structure
2305 the original has) with only one try per document, saving the log of the
2306 activities to @file{gnulog}:
2307
2308 @example
2309 wget -r -t1 http://www.gnu.ai.mit.edu/ -o gnulog
2310 @end example
2311
2312 @item
2313 Retrieve the first layer of yahoo links:
2314
2315 @example
2316 wget -r -l1 http://www.yahoo.com/
2317 @end example
2318
2319 @item
2320 Retrieve the index.html of @samp{www.lycos.com}, showing the original
2321 server headers:
2322
2323 @example
2324 wget -S http://www.lycos.com/
2325 @end example
2326
2327 @item
2328 Save the server headers with the file:
2329 @example
2330 wget -s http://www.lycos.com/
2331 more index.html
2332 @end example
2333
2334 @item
2335 Retrieve the first two levels of @samp{wuarchive.wustl.edu}, saving them
2336 to /tmp.
2337
2338 @example
2339 wget -P/tmp -l2 ftp://wuarchive.wustl.edu/
2340 @end example
2341
2342 @item
2343 You want to download all the @sc{gif}s from an @sc{http} directory.
2344 @samp{wget http://host/dir/*.gif} doesn't work, since @sc{http}
2345 retrieval does not support globbing.  In that case, use:
2346
2347 @example
2348 wget -r -l1 --no-parent -A.gif http://host/dir/
2349 @end example
2350
2351 It is a bit of a kludge, but it works.  @samp{-r -l1} means to retrieve
2352 recursively (@pxref{Recursive Retrieval}), with maximum depth of 1.
2353 @samp{--no-parent} means that references to the parent directory are
2354 ignored (@pxref{Directory-Based Limits}), and @samp{-A.gif} means to
2355 download only the @sc{gif} files.  @samp{-A "*.gif"} would have worked
2356 too.
2357
2358 @item
2359 Suppose you were in the middle of downloading, when Wget was
2360 interrupted.  Now you do not want to clobber the files already present.
2361 It would be:
2362
2363 @example
2364 wget -nc -r http://www.gnu.ai.mit.edu/
2365 @end example
2366
2367 @item
2368 If you want to encode your own username and password to @sc{http} or
2369 @sc{ftp}, use the appropriate @sc{url} syntax (@pxref{URL Format}).
2370
2371 @example
2372 wget ftp://hniksic:mypassword@@jagor.srce.hr/.emacs
2373 @end example
2374
2375 @item
2376 If you do not like the default retrieval visualization (1K dots with 10
2377 dots per cluster and 50 dots per line), you can customize it through dot
2378 settings (@pxref{Wgetrc Commands}).  For example, many people like the
2379 ``binary'' style of retrieval, with 8K dots and 512K lines:
2380
2381 @example
2382 wget --dot-style=binary ftp://prep.ai.mit.edu/pub/gnu/README
2383 @end example
2384
2385 You can experiment with other styles, like:
2386
2387 @example
2388 wget --dot-style=mega ftp://ftp.xemacs.org/pub/xemacs/xemacs-20.4/xemacs-20.4.tar.gz
2389 wget --dot-style=micro http://fly.srk.fer.hr/
2390 @end example
2391
2392 To make these settings permanent, put them in your @file{.wgetrc}, as
2393 described before (@pxref{Sample Wgetrc}).
2394 @end itemize
2395
2396 @node Guru Usage,  , Advanced Usage, Examples
2397 @section Guru Usage
2398
2399 @cindex mirroring
2400 @itemize @bullet
2401 @item
2402 If you wish Wget to keep a mirror of a page (or @sc{ftp}
2403 subdirectories), use @samp{--mirror} (@samp{-m}), which is the shorthand
2404 for @samp{-r -N}.  You can put Wget in the crontab file asking it to
2405 recheck a site each Sunday:
2406
2407 @example
2408 crontab
2409 0 0 * * 0 wget --mirror ftp://ftp.xemacs.org/pub/xemacs/ -o /home/me/weeklog
2410 @end example
2411
2412 @item
2413 You may wish to do the same with someone's home page.  But you do not
2414 want to download all those images---you're only interested in @sc{html}.
2415
2416 @example
2417 wget --mirror -A.html http://www.w3.org/
2418 @end example
2419
2420 @item
2421 But what about mirroring the hosts networkologically close to you?  It
2422 seems so awfully slow because of all that @sc{dns} resolving.  Just use
2423 @samp{-D} (@pxref{Domain Acceptance}).
2424
2425 @example
2426 wget -rN -Dsrce.hr http://www.srce.hr/
2427 @end example
2428
2429 Now Wget will correctly find out that @samp{regoc.srce.hr} is the same
2430 as @samp{www.srce.hr}, but will not even take into consideration the
2431 link to @samp{www.mit.edu}.
2432
2433 @item
2434 You have a presentation and would like the dumb absolute links to be
2435 converted to relative?  Use @samp{-k}:
2436
2437 @example
2438 wget -k -r @var{URL}
2439 @end example
2440
2441 @cindex redirecting output
2442 @item
2443 You would like the output documents to go to standard output instead of
2444 to files?  OK, but Wget will automatically shut up (turn on
2445 @samp{--quiet}) to prevent mixing of Wget output and the retrieved
2446 documents.
2447
2448 @example
2449 wget -O - http://jagor.srce.hr/ http://www.srce.hr/
2450 @end example
2451
2452 You can also combine the two options and make weird pipelines to
2453 retrieve the documents from remote hotlists:
2454
2455 @example
2456 wget -O - http://cool.list.com/ | wget --force-html -i -
2457 @end example
2458 @end itemize
2459
2460 @node Various, Appendices, Examples, Top
2461 @chapter Various
2462 @cindex various
2463
2464 This chapter contains all the stuff that could not fit anywhere else.
2465
2466 @menu
2467 * Proxies::             Support for proxy servers
2468 * Distribution::        Getting the latest version.
2469 * Mailing List::        Wget mailing list for announcements and discussion.
2470 * Reporting Bugs::      How and where to report bugs.
2471 * Portability::         The systems Wget works on.
2472 * Signals::             Signal-handling performed by Wget.
2473 @end menu
2474
2475 @node Proxies, Distribution, Various, Various
2476 @section Proxies
2477 @cindex proxies
2478
2479 @dfn{Proxies} are special-purpose @sc{http} servers designed to transfer
2480 data from remote servers to local clients.  One typical use of proxies
2481 is lightening network load for users behind a slow connection.  This is
2482 achieved by channeling all @sc{http} and @sc{ftp} requests through the
2483 proxy which caches the transferred data.  When a cached resource is
2484 requested again, proxy will return the data from cache.  Another use for
2485 proxies is for companies that separate (for security reasons) their
2486 internal networks from the rest of Internet.  In order to obtain
2487 information from the Web, their users connect and retrieve remote data
2488 using an authorized proxy.
2489
2490 Wget supports proxies for both @sc{http} and @sc{ftp} retrievals.  The
2491 standard way to specify proxy location, which Wget recognizes, is using
2492 the following environment variables:
2493
2494 @table @code
2495 @item http_proxy
2496 This variable should contain the @sc{url} of the proxy for @sc{http}
2497 connections.
2498
2499 @item ftp_proxy
2500 This variable should contain the @sc{url} of the proxy for @sc{ftp}
2501 connections.  It is quite common that @sc{http_proxy} and @sc{ftp_proxy}
2502 are set to the same @sc{url}.
2503
2504 @item no_proxy
2505 This variable should contain a comma-separated list of domain extensions
2506 proxy should @emph{not} be used for.  For instance, if the value of
2507 @code{no_proxy} is @samp{.mit.edu}, proxy will not be used to retrieve
2508 documents from MIT.
2509 @end table
2510
2511 In addition to the environment variables, proxy location and settings
2512 may be specified from within Wget itself.
2513
2514 @table @samp
2515 @item -Y on/off
2516 @itemx --proxy=on/off
2517 @itemx proxy = on/off
2518 This option may be used to turn the proxy support on or off.  Proxy
2519 support is on by default, provided that the appropriate environment
2520 variables are set.
2521
2522 @item http_proxy = @var{URL}
2523 @itemx ftp_proxy = @var{URL}
2524 @itemx no_proxy = @var{string}
2525 These startup file variables allow you to override the proxy settings
2526 specified by the environment.
2527 @end table
2528
2529 Some proxy servers require authorization to enable you to use them.  The
2530 authorization consists of @dfn{username} and @dfn{password}, which must
2531 be sent by Wget.  As with @sc{http} authorization, several
2532 authentication schemes exist.  For proxy authorization only the
2533 @code{Basic} authentication scheme is currently implemented.
2534
2535 You may specify your username and password either through the proxy
2536 @sc{url} or through the command-line options.  Assuming that the
2537 company's proxy is located at @samp{proxy.company.com} at port 8001, a
2538 proxy @sc{url} location containing authorization data might look like
2539 this:
2540
2541 @example
2542 http://hniksic:mypassword@@proxy.company.com:8001/
2543 @end example
2544
2545 Alternatively, you may use the @samp{proxy-user} and
2546 @samp{proxy-password} options, and the equivalent @file{.wgetrc}
2547 settings @code{proxy_user} and @code{proxy_passwd} to set the proxy
2548 username and password.
2549
2550 @node Distribution, Mailing List, Proxies, Various
2551 @section Distribution
2552 @cindex latest version
2553
2554 Like all GNU utilities, the latest version of Wget can be found at the
2555 master GNU archive site prep.ai.mit.edu, and its mirrors.  For example,
2556 Wget @value{VERSION} can be found at
2557 @url{ftp://prep.ai.mit.edu/gnu/wget/wget-@value{VERSION}.tar.gz}
2558
2559 @node Mailing List, Reporting Bugs, Distribution, Various
2560 @section Mailing List
2561 @cindex mailing list
2562 @cindex list
2563
2564 Wget has its own mailing list at @email{wget@@sunsite.dk}, thanks
2565 to Karsten Thygesen.  The mailing list is for discussion of Wget
2566 features and web, reporting Wget bugs (those that you think may be of
2567 interest to the public) and mailing announcements.  You are welcome to
2568 subscribe.  The more people on the list, the better!
2569
2570 To subscribe, send mail to @email{wget-subscribe@@sunsite.dk}.
2571 the magic word @samp{subscribe} in the subject line.  Unsubscribe by
2572 mailing to @email{wget-unsubscribe@@sunsite.dk}.
2573
2574 The mailing list is archived at @url{http://fly.srk.fer.hr/archive/wget}.
2575 Alternative archive is available at
2576 @url{http://www.mail-archive.com/wget%40sunsite.auc.dk/}.
2577  
2578 @node Reporting Bugs, Portability, Mailing List, Various
2579 @section Reporting Bugs
2580 @cindex bugs
2581 @cindex reporting bugs
2582 @cindex bug reports
2583
2584 @c man begin BUGS
2585 You are welcome to send bug reports about GNU Wget to
2586 @email{bug-wget@@gnu.org}.
2587
2588 Before actually submitting a bug report, please try to follow a few
2589 simple guidelines.
2590
2591 @enumerate
2592 @item
2593 Please try to ascertain that the behaviour you see really is a bug.  If
2594 Wget crashes, it's a bug.  If Wget does not behave as documented,
2595 it's a bug.  If things work strange, but you are not sure about the way
2596 they are supposed to work, it might well be a bug.
2597
2598 @item
2599 Try to repeat the bug in as simple circumstances as possible.  E.g. if
2600 Wget crashes on @samp{wget -rLl0 -t5 -Y0 http://yoyodyne.com -o
2601 /tmp/log}, you should try to see if it will crash with a simpler set of
2602 options.
2603
2604 Also, while I will probably be interested to know the contents of your
2605 @file{.wgetrc} file, just dumping it into the debug message is probably
2606 a bad idea.  Instead, you should first try to see if the bug repeats
2607 with @file{.wgetrc} moved out of the way.  Only if it turns out that
2608 @file{.wgetrc} settings affect the bug, should you mail me the relevant
2609 parts of the file.
2610
2611 @item
2612 Please start Wget with @samp{-d} option and send the log (or the
2613 relevant parts of it).  If Wget was compiled without debug support,
2614 recompile it.  It is @emph{much} easier to trace bugs with debug support
2615 on.
2616
2617 @item
2618 If Wget has crashed, try to run it in a debugger, e.g. @code{gdb `which
2619 wget` core} and type @code{where} to get the backtrace.
2620
2621 @item
2622 Find where the bug is, fix it and send me the patches. :-)
2623 @end enumerate
2624 @c man end
2625
2626 @node Portability, Signals, Reporting Bugs, Various
2627 @section Portability
2628 @cindex portability
2629 @cindex operating systems
2630
2631 Since Wget uses GNU Autoconf for building and configuring, and avoids
2632 using ``special'' ultra--mega--cool features of any particular Unix, it
2633 should compile (and work) on all common Unix flavors.
2634
2635 Various Wget versions have been compiled and tested under many kinds of
2636 Unix systems, including Solaris, Linux, SunOS, OSF (aka Digital Unix),
2637 Ultrix, *BSD, IRIX, and others; refer to the file @file{MACHINES} in the
2638 distribution directory for a comprehensive list.  If you compile it on
2639 an architecture not listed there, please let me know so I can update it.
2640
2641 Wget should also compile on the other Unix systems, not listed in
2642 @file{MACHINES}.  If it doesn't, please let me know.
2643
2644 Thanks to kind contributors, this version of Wget compiles and works on
2645 Microsoft Windows 95 and Windows NT platforms.  It has been compiled
2646 successfully using MS Visual C++ 4.0, Watcom, and Borland C compilers,
2647 with Winsock as networking software.  Naturally, it is crippled of some
2648 features available on Unix, but it should work as a substitute for
2649 people stuck with Windows.  Note that the Windows port is
2650 @strong{neither tested nor maintained} by me---all questions and
2651 problems should be reported to Wget mailing list at
2652 @email{wget@@sunsite.dk} where the maintainers will look at them.
2653
2654 @node Signals,  , Portability, Various
2655 @section Signals
2656 @cindex signal handling
2657 @cindex hangup
2658
2659 Since the purpose of Wget is background work, it catches the hangup
2660 signal (@code{SIGHUP}) and ignores it.  If the output was on standard
2661 output, it will be redirected to a file named @file{wget-log}.
2662 Otherwise, @code{SIGHUP} is ignored.  This is convenient when you wish
2663 to redirect the output of Wget after having started it.
2664
2665 @example
2666 $ wget http://www.ifi.uio.no/~larsi/gnus.tar.gz &
2667 $ kill -HUP %%     # Redirect the output to wget-log
2668 @end example
2669
2670 Other than that, Wget will not try to interfere with signals in any way.
2671 @kbd{C-c}, @code{kill -TERM} and @code{kill -KILL} should kill it alike.
2672
2673 @node Appendices, Copying, Various, Top
2674 @chapter Appendices
2675
2676 This chapter contains some references I consider useful.
2677
2678 @menu
2679 * Robots::                  Wget as a WWW robot.
2680 * Security Considerations:: Security with Wget.
2681 * Contributors::            People who helped.
2682 @end menu
2683
2684 @node Robots, Security Considerations, Appendices, Appendices
2685 @section Robots
2686 @cindex robots
2687 @cindex robots.txt
2688 @cindex server maintenance
2689
2690 It is extremely easy to make Wget wander aimlessly around a web site,
2691 sucking all the available data in progress.  @samp{wget -r @var{site}},
2692 and you're set.  Great?  Not for the server admin.
2693
2694 While Wget is retrieving static pages, there's not much of a problem.
2695 But for Wget, there is no real difference between the smallest static
2696 page and the hardest, most demanding CGI or dynamic page.  For instance,
2697 a site I know has a section handled by an, uh, bitchin' CGI script that
2698 converts all the Info files to HTML.  The script can and does bring the
2699 machine to its knees without providing anything useful to the
2700 downloader.
2701
2702 For such and similar cases various robot exclusion schemes have been
2703 devised as a means for the server administrators and document authors to
2704 protect chosen portions of their sites from the wandering of robots.
2705
2706 The more popular mechanism is the @dfn{Robots Exclusion Standard}
2707 written by Martijn Koster et al. in 1994.  It is specified by placing a
2708 file named @file{/robots.txt} in the server root, which the robots are
2709 supposed to download and parse.  Wget supports this specification.
2710
2711 Norobots support is turned on only when retrieving recursively, and
2712 @emph{never} for the first page.  Thus, you may issue:
2713
2714 @example
2715 wget -r http://fly.srk.fer.hr/
2716 @end example
2717
2718 First the index of fly.srk.fer.hr will be downloaded.  If Wget finds
2719 anything worth downloading on the same host, only @emph{then} will it
2720 load the robots, and decide whether or not to load the links after all.
2721 @file{/robots.txt} is loaded only once per host.
2722
2723 Note that the exlusion standard discussed here has undergone some
2724 revisions.  However, but Wget supports only the first version of
2725 @sc{res}, the one written by Martijn Koster in 1994, available at
2726 @url{http://info.webcrawler.com/mak/projects/robots/norobots.html}.  A
2727 later version exists in the form of an internet draft
2728 <draft-koster-robots-00.txt> titled ``A Method for Web Robots Control'',
2729 which expired on June 4, 1997.  I am not aware if it ever made to an
2730 @sc{rfc}.  The text of the draft is available at
2731 @url{http://info.webcrawler.com/mak/projects/robots/norobots-rfc.html}.
2732 Wget does not yet support the new directives specified by this draft,
2733 but we plan to add them.
2734
2735 This manual no longer includes the text of the old standard.
2736
2737 The second, less known mechanism, enables the author of an individual
2738 document to specify whether they want the links from the file to be
2739 followed by a robot.  This is achieved using the @code{META} tag, like
2740 this:
2741
2742 @example
2743 <meta name="robots" content="nofollow">
2744 @end example
2745
2746 This is explained in some detail at
2747 @url{http://info.webcrawler.com/mak/projects/robots/meta-user.html}.
2748 Wget supports this method of robot exclusion in addition to the usual
2749 @file{/robots.txt} exclusion.
2750
2751 @node Security Considerations, Contributors, Robots, Appendices
2752 @section Security Considerations
2753 @cindex security
2754
2755 When using Wget, you must be aware that it sends unencrypted passwords
2756 through the network, which may present a security problem.  Here are the
2757 main issues, and some solutions.
2758
2759 @enumerate
2760 @item
2761 The passwords on the command line are visible using @code{ps}.  If this
2762 is a problem, avoid putting passwords from the command line---e.g. you
2763 can use @file{.netrc} for this.
2764
2765 @item
2766 Using the insecure @dfn{basic} authentication scheme, unencrypted
2767 passwords are transmitted through the network routers and gateways.
2768
2769 @item
2770 The @sc{ftp} passwords are also in no way encrypted.  There is no good
2771 solution for this at the moment.
2772
2773 @item
2774 Although the ``normal'' output of Wget tries to hide the passwords,
2775 debugging logs show them, in all forms.  This problem is avoided by
2776 being careful when you send debug logs (yes, even when you send them to
2777 me).
2778 @end enumerate
2779
2780 @node Contributors,  , Security Considerations, Appendices
2781 @section Contributors
2782 @cindex contributors
2783
2784 @iftex
2785 GNU Wget was written by Hrvoje Nik@v{s}i@'{c} @email{hniksic@@arsdigita.com}.
2786 @end iftex
2787 @ifinfo
2788 GNU Wget was written by Hrvoje Niksic @email{hniksic@@arsdigita.com}.
2789 @end ifinfo
2790 However, its development could never have gone as far as it has, were it
2791 not for the help of many people, either with bug reports, feature
2792 proposals, patches, or letters saying ``Thanks!''.
2793
2794 Special thanks goes to the following people (no particular order):
2795
2796 @itemize @bullet
2797 @item
2798 Karsten Thygesen---donated system resources such as the mailing list,
2799 web space, and @sc{ftp} space, along with a lot of time to make these
2800 actually work.
2801
2802 @item
2803 Shawn McHorse---bug reports and patches.
2804
2805 @item
2806 Kaveh R. Ghazi---on-the-fly @code{ansi2knr}-ization.  Lots of
2807 portability fixes.
2808
2809 @item
2810 Gordon Matzigkeit---@file{.netrc} support.
2811
2812 @item
2813 @iftex
2814 Zlatko @v{C}alu@v{s}i@'{c}, Tomislav Vujec and Dra@v{z}en
2815 Ka@v{c}ar---feature suggestions and ``philosophical'' discussions.
2816 @end iftex
2817 @ifinfo
2818 Zlatko Calusic, Tomislav Vujec and Drazen Kacar---feature suggestions
2819 and ``philosophical'' discussions.
2820 @end ifinfo
2821
2822 @item
2823 Darko Budor---initial port to Windows.
2824
2825 @item
2826 Antonio Rosella---help and suggestions, plus the Italian translation.
2827
2828 @item
2829 @iftex
2830 Tomislav Petrovi@'{c}, Mario Miko@v{c}evi@'{c}---many bug reports and
2831 suggestions.
2832 @end iftex
2833 @ifinfo
2834 Tomislav Petrovic, Mario Mikocevic---many bug reports and suggestions.
2835 @end ifinfo
2836
2837 @item
2838 @iftex
2839 Fran@,{c}ois Pinard---many thorough bug reports and discussions.
2840 @end iftex
2841 @ifinfo
2842 Francois Pinard---many thorough bug reports and discussions.
2843 @end ifinfo
2844
2845 @item
2846 Karl Eichwalder---lots of help with internationalization and other
2847 things.
2848
2849 @item
2850 Junio Hamano---donated support for Opie and @sc{http} @code{Digest}
2851 authentication.
2852
2853 @item
2854 Brian Gough---a generous donation.
2855 @end itemize
2856
2857 The following people have provided patches, bug/build reports, useful
2858 suggestions, beta testing services, fan mail and all the other things
2859 that make maintenance so much fun:
2860
2861 Tim Adam,
2862 Adrian Aichner,
2863 Martin Baehr,
2864 Dieter Baron,
2865 Roger Beeman and the Gurus at Cisco,
2866 Dan Berger,
2867 Paul Bludov,
2868 Mark Boyns,
2869 John Burden,
2870 Wanderlei Cavassin,
2871 Gilles Cedoc,
2872 Tim Charron,
2873 Noel Cragg,
2874 @iftex
2875 Kristijan @v{C}onka@v{s},
2876 @end iftex
2877 @ifinfo
2878 Kristijan Conkas,
2879 @end ifinfo
2880 John Daily,
2881 Andrew Davison,
2882 Andrew Deryabin,
2883 Ulrich Drepper,
2884 Marc Duponcheel,
2885 @iftex
2886 Damir D@v{z}eko,
2887 @end iftex
2888 @ifinfo
2889 Damir Dzeko,
2890 @end ifinfo
2891 @iftex
2892 Aleksandar Erkalovi@'{c},
2893 @end iftex
2894 @ifinfo
2895 Aleksandar Erkalovic,
2896 @end ifinfo
2897 Andy Eskilsson,
2898 Christian Fraenkel,
2899 Masashi Fujita,
2900 Howard Gayle,
2901 Marcel Gerrits,
2902 Hans Grobler,
2903 Mathieu Guillaume,
2904 Dan Harkless,
2905 Heiko Herold,
2906 Karl Heuer,
2907 HIROSE Masaaki,
2908 Gregor Hoffleit,
2909 Erik Magnus Hulthen,
2910 Richard Huveneers,
2911 Jonas Jensen,
2912 Simon Josefsson,
2913 @iftex
2914 Mario Juri@'{c},
2915 @end iftex
2916 @ifinfo
2917 Mario Juric,
2918 @end ifinfo
2919 @iftex
2920 Hack Kampbj@o rn,
2921 @end iftex
2922 @ifinfo
2923 Hack Kampbjorn,
2924 @end ifinfo
2925 Const Kaplinsky,
2926 @iftex
2927 Goran Kezunovi@'{c},
2928 @end iftex
2929 @ifinfo
2930 Goran Kezunovic,
2931 @end ifinfo
2932 Robert Kleine,
2933 KOJIMA Haime,
2934 Fila Kolodny,
2935 Alexander Kourakos,
2936 Martin Kraemer,
2937 @tex
2938 $\Sigma\acute{\iota}\mu o\varsigma\;
2939 \Xi\varepsilon\nu\iota\tau\acute{\epsilon}\lambda\lambda\eta\varsigma$
2940 (Simos KSenitellis),
2941 @end tex
2942 @ifinfo
2943 Simos KSenitellis,
2944 @end ifinfo
2945 Hrvoje Lacko,
2946 Daniel S. Lewart,
2947 @iftex
2948 Nicol@'{a}s Lichtmeier,
2949 @end iftex
2950 @ifinfo
2951 Nicolas Lichtmeier,
2952 @end ifinfo
2953 Dave Love,
2954 Alexander V. Lukyanov,
2955 Jordan Mendelson,
2956 Lin Zhe Min,
2957 Tim Mooney,
2958 Simon Munton,
2959 Charlie Negyesi,
2960 R. K. Owen,
2961 Andrew Pollock,
2962 Steve Pothier,
2963 @iftex
2964 Jan P@v{r}ikryl,
2965 @end iftex
2966 @ifinfo
2967 Jan Prikryl,
2968 @end ifinfo
2969 Marin Purgar,
2970 @iftex
2971 Csaba R@'{a}duly,
2972 @end iftex
2973 @ifinfo
2974 Csaba Raduly,
2975 @end ifinfo
2976 Keith Refson,
2977 Tyler Riddle,
2978 Tobias Ringstrom,
2979 @c Texinfo doesn't grok @'{@i}, so we have to use TeX itself.
2980 @tex
2981 Juan Jos\'{e} Rodr\'{\i}gues,
2982 @end tex
2983 @ifinfo
2984 Juan Jose Rodrigues,
2985 @end ifinfo
2986 Edward J. Sabol,
2987 Heinz Salzmann,
2988 Robert Schmidt,
2989 Andreas Schwab,
2990 Toomas Soome,
2991 Tage Stabell-Kulo,
2992 Sven Sternberger,
2993 Markus Strasser,
2994 John Summerfield,
2995 Szakacsits Szabolcs,
2996 Mike Thomas,
2997 Philipp Thomas,
2998 Russell Vincent,
2999 Charles G Waldman,
3000 Douglas E. Wegscheid,
3001 Jasmin Zainul,
3002 @iftex
3003 Bojan @v{Z}drnja,
3004 @end iftex
3005 @ifinfo
3006 Bojan Zdrnja,
3007 @end ifinfo
3008 Kristijan Zimmer.
3009
3010 Apologies to all who I accidentally left out, and many thanks to all the
3011 subscribers of the Wget mailing list.
3012
3013 @node Copying, Concept Index, Appendices, Top
3014 @chapter Copying
3015 @cindex copying
3016 @cindex GPL
3017 @cindex GFDL
3018 @cindex free software
3019
3020 GNU Wget is licensed under the GNU GPL, which makes it @dfn{free
3021 software}.
3022
3023 Please note that ``free'' in ``free software'' refers to liberty, not
3024 price.  As some GNU project advocates like to point out, think of ``free
3025 speech'' rather than ``free beer''.  The exact and legally binding
3026 distribution terms are spelled out below; in short, you have the right
3027 (freedom) to run and change Wget and distribute it to other people, and
3028 even---if you want---charge money for doing either.  The important
3029 restriction is that you have to grant your recipients the same rights
3030 and impose the same restrictions.
3031
3032 This method of licensing software is also known as @dfn{open source}
3033 because, among other things, it makes sure that all recipients will
3034 receive the source code along with the program, and be able to improve
3035 it.  The GNU project prefers the term ``free software'' for reasons
3036 outlined at
3037 @url{http://www.gnu.org/philosophy/free-software-for-freedom.html}.
3038
3039 The exact license terms are defined by this paragraph and the GNU
3040 General Public License it refers to:
3041
3042 @quotation
3043 GNU Wget is free software; you can redistribute it and/or modify it
3044 under the terms of the GNU General Public License as published by the
3045 Free Software Foundation; either version 2 of the License, or (at your
3046 option) any later version.
3047
3048 GNU Wget is distributed in the hope that it will be useful, but WITHOUT
3049 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
3050 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
3051 for more details.
3052
3053 A copy of the GNU General Public License is included as part of this
3054 manual; if you did not receive it, write to the Free Software
3055 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
3056 @end quotation
3057
3058 In addition to this, this manual is free in the same sense:
3059
3060 @quotation
3061 Permission is granted to copy, distribute and/or modify this document
3062 under the terms of the GNU Free Documentation License, Version 1.1 or
3063 any later version published by the Free Software Foundation; with the
3064 Invariant Sections being ``GNU General Public License'' and ``GNU Free
3065 Documentation License'', with no Front-Cover Texts, and with no
3066 Back-Cover Texts.  A copy of the license is included in the section
3067 entitled ``GNU Free Documentation License''.
3068 @end quotation
3069
3070 @c #### Maybe we should wrap these licenses in ifinfo?  Stallman says
3071 @c that the GFDL needs to be present in the manual, and to me it would
3072 @c suck to include the license for the manual and not the license for
3073 @c the program.
3074
3075 The full texts of the GNU General Public License and of the GNU Free
3076 Documentation License are available below.
3077
3078 @menu
3079 * GNU General Public License::
3080 * GNU Free Documentation License::
3081 @end menu
3082
3083 @node GNU General Public License, GNU Free Documentation License, Copying, Copying
3084 @section GNU General Public License
3085 @center Version 2, June 1991
3086
3087 @display
3088 Copyright @copyright{} 1989, 1991 Free Software Foundation, Inc.
3089 675 Mass Ave, Cambridge, MA 02139, USA
3090
3091 Everyone is permitted to copy and distribute verbatim copies
3092 of this license document, but changing it is not allowed.
3093 @end display
3094
3095 @unnumberedsec Preamble
3096
3097   The licenses for most software are designed to take away your
3098 freedom to share and change it.  By contrast, the GNU General Public
3099 License is intended to guarantee your freedom to share and change free
3100 software---to make sure the software is free for all its users.  This
3101 General Public License applies to most of the Free Software
3102 Foundation's software and to any other program whose authors commit to
3103 using it.  (Some other Free Software Foundation software is covered by
3104 the GNU Library General Public License instead.)  You can apply it to
3105 your programs, too.
3106
3107   When we speak of free software, we are referring to freedom, not
3108 price.  Our General Public Licenses are designed to make sure that you
3109 have the freedom to distribute copies of free software (and charge for
3110 this service if you wish), that you receive source code or can get it
3111 if you want it, that you can change the software or use pieces of it
3112 in new free programs; and that you know you can do these things.
3113
3114   To protect your rights, we need to make restrictions that forbid
3115 anyone to deny you these rights or to ask you to surrender the rights.
3116 These restrictions translate to certain responsibilities for you if you
3117 distribute copies of the software, or if you modify it.
3118
3119   For example, if you distribute copies of such a program, whether
3120 gratis or for a fee, you must give the recipients all the rights that
3121 you have.  You must make sure that they, too, receive or can get the
3122 source code.  And you must show them these terms so they know their
3123 rights.
3124
3125   We protect your rights with two steps: (1) copyright the software, and
3126 (2) offer you this license which gives you legal permission to copy,
3127 distribute and/or modify the software.
3128
3129   Also, for each author's protection and ours, we want to make certain
3130 that everyone understands that there is no warranty for this free
3131 software.  If the software is modified by someone else and passed on, we
3132 want its recipients to know that what they have is not the original, so
3133 that any problems introduced by others will not reflect on the original
3134 authors' reputations.
3135
3136   Finally, any free program is threatened constantly by software
3137 patents.  We wish to avoid the danger that redistributors of a free
3138 program will individually obtain patent licenses, in effect making the
3139 program proprietary.  To prevent this, we have made it clear that any
3140 patent must be licensed for everyone's free use or not licensed at all.
3141
3142   The precise terms and conditions for copying, distribution and
3143 modification follow.
3144
3145 @iftex
3146 @unnumberedsec TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
3147 @end iftex
3148 @ifinfo
3149 @center TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
3150 @end ifinfo
3151
3152 @enumerate
3153 @item
3154 This License applies to any program or other work which contains
3155 a notice placed by the copyright holder saying it may be distributed
3156 under the terms of this General Public License.  The ``Program'', below,
3157 refers to any such program or work, and a ``work based on the Program''
3158 means either the Program or any derivative work under copyright law:
3159 that is to say, a work containing the Program or a portion of it,
3160 either verbatim or with modifications and/or translated into another
3161 language.  (Hereinafter, translation is included without limitation in
3162 the term ``modification''.)  Each licensee is addressed as ``you''.
3163
3164 Activities other than copying, distribution and modification are not
3165 covered by this License; they are outside its scope.  The act of
3166 running the Program is not restricted, and the output from the Program
3167 is covered only if its contents constitute a work based on the
3168 Program (independent of having been made by running the Program).
3169 Whether that is true depends on what the Program does.
3170
3171 @item
3172 You may copy and distribute verbatim copies of the Program's
3173 source code as you receive it, in any medium, provided that you
3174 conspicuously and appropriately publish on each copy an appropriate
3175 copyright notice and disclaimer of warranty; keep intact all the
3176 notices that refer to this License and to the absence of any warranty;
3177 and give any other recipients of the Program a copy of this License
3178 along with the Program.
3179
3180 You may charge a fee for the physical act of transferring a copy, and
3181 you may at your option offer warranty protection in exchange for a fee.
3182
3183 @item
3184 You may modify your copy or copies of the Program or any portion
3185 of it, thus forming a work based on the Program, and copy and
3186 distribute such modifications or work under the terms of Section 1
3187 above, provided that you also meet all of these conditions:
3188
3189 @enumerate a
3190 @item
3191 You must cause the modified files to carry prominent notices
3192 stating that you changed the files and the date of any change.
3193
3194 @item
3195 You must cause any work that you distribute or publish, that in
3196 whole or in part contains or is derived from the Program or any
3197 part thereof, to be licensed as a whole at no charge to all third
3198 parties under the terms of this License.
3199
3200 @item
3201 If the modified program normally reads commands interactively
3202 when run, you must cause it, when started running for such
3203 interactive use in the most ordinary way, to print or display an
3204 announcement including an appropriate copyright notice and a
3205 notice that there is no warranty (or else, saying that you provide
3206 a warranty) and that users may redistribute the program under
3207 these conditions, and telling the user how to view a copy of this
3208 License.  (Exception: if the Program itself is interactive but
3209 does not normally print such an announcement, your work based on
3210 the Program is not required to print an announcement.)
3211 @end enumerate
3212
3213 These requirements apply to the modified work as a whole.  If
3214 identifiable sections of that work are not derived from the Program,
3215 and can be reasonably considered independent and separate works in
3216 themselves, then this License, and its terms, do not apply to those
3217 sections when you distribute them as separate works.  But when you
3218 distribute the same sections as part of a whole which is a work based
3219 on the Program, the distribution of the whole must be on the terms of
3220 this License, whose permissions for other licensees extend to the
3221 entire whole, and thus to each and every part regardless of who wrote it.
3222
3223 Thus, it is not the intent of this section to claim rights or contest
3224 your rights to work written entirely by you; rather, the intent is to
3225 exercise the right to control the distribution of derivative or
3226 collective works based on the Program.
3227
3228 In addition, mere aggregation of another work not based on the Program
3229 with the Program (or with a work based on the Program) on a volume of
3230 a storage or distribution medium does not bring the other work under
3231 the scope of this License.
3232
3233 @item
3234 You may copy and distribute the Program (or a work based on it,
3235 under Section 2) in object code or executable form under the terms of
3236 Sections 1 and 2 above provided that you also do one of the following:
3237
3238 @enumerate a
3239 @item
3240 Accompany it with the complete corresponding machine-readable
3241 source code, which must be distributed under the terms of Sections
3242 1 and 2 above on a medium customarily used for software interchange; or,
3243
3244 @item
3245 Accompany it with a written offer, valid for at least three
3246 years, to give any third party, for a charge no more than your
3247 cost of physically performing source distribution, a complete
3248 machine-readable copy of the corresponding source code, to be
3249 distributed under the terms of Sections 1 and 2 above on a medium
3250 customarily used for software interchange; or,
3251
3252 @item
3253 Accompany it with the information you received as to the offer
3254 to distribute corresponding source code.  (This alternative is
3255 allowed only for noncommercial distribution and only if you
3256 received the program in object code or executable form with such
3257 an offer, in accord with Subsection b above.)
3258 @end enumerate
3259
3260 The source code for a work means the preferred form of the work for
3261 making modifications to it.  For an executable work, complete source
3262 code means all the source code for all modules it contains, plus any
3263 associated interface definition files, plus the scripts used to
3264 control compilation and installation of the executable.  However, as a
3265 special exception, the source code distributed need not include
3266 anything that is normally distributed (in either source or binary
3267 form) with the major components (compiler, kernel, and so on) of the
3268 operating system on which the executable runs, unless that component
3269 itself accompanies the executable.
3270
3271 If distribution of executable or object code is made by offering
3272 access to copy from a designated place, then offering equivalent
3273 access to copy the source code from the same place counts as
3274 distribution of the source code, even though third parties are not
3275 compelled to copy the source along with the object code.
3276
3277 @item
3278 You may not copy, modify, sublicense, or distribute the Program
3279 except as expressly provided under this License.  Any attempt
3280 otherwise to copy, modify, sublicense or distribute the Program is
3281 void, and will automatically terminate your rights under this License.
3282 However, parties who have received copies, or rights, from you under
3283 this License will not have their licenses terminated so long as such
3284 parties remain in full compliance.
3285
3286 @item
3287 You are not required to accept this License, since you have not
3288 signed it.  However, nothing else grants you permission to modify or
3289 distribute the Program or its derivative works.  These actions are
3290 prohibited by law if you do not accept this License.  Therefore, by
3291 modifying or distributing the Program (or any work based on the
3292 Program), you indicate your acceptance of this License to do so, and
3293 all its terms and conditions for copying, distributing or modifying
3294 the Program or works based on it.
3295
3296 @item
3297 Each time you redistribute the Program (or any work based on the
3298 Program), the recipient automatically receives a license from the
3299 original licensor to copy, distribute or modify the Program subject to
3300 these terms and conditions.  You may not impose any further
3301 restrictions on the recipients' exercise of the rights granted herein.
3302 You are not responsible for enforcing compliance by third parties to
3303 this License.
3304
3305 @item
3306 If, as a consequence of a court judgment or allegation of patent
3307 infringement or for any other reason (not limited to patent issues),
3308 conditions are imposed on you (whether by court order, agreement or
3309 otherwise) that contradict the conditions of this License, they do not
3310 excuse you from the conditions of this License.  If you cannot
3311 distribute so as to satisfy simultaneously your obligations under this
3312 License and any other pertinent obligations, then as a consequence you
3313 may not distribute the Program at all.  For example, if a patent
3314 license would not permit royalty-free redistribution of the Program by
3315 all those who receive copies directly or indirectly through you, then
3316 the only way you could satisfy both it and this License would be to
3317 refrain entirely from distribution of the Program.
3318
3319 If any portion of this section is held invalid or unenforceable under
3320 any particular circumstance, the balance of the section is intended to
3321 apply and the section as a whole is intended to apply in other
3322 circumstances.
3323
3324 It is not the purpose of this section to induce you to infringe any
3325 patents or other property right claims or to contest validity of any
3326 such claims; this section has the sole purpose of protecting the
3327 integrity of the free software distribution system, which is
3328 implemented by public license practices.  Many people have made
3329 generous contributions to the wide range of software distributed
3330 through that system in reliance on consistent application of that
3331 system; it is up to the author/donor to decide if he or she is willing
3332 to distribute software through any other system and a licensee cannot
3333 impose that choice.
3334
3335 This section is intended to make thoroughly clear what is believed to
3336 be a consequence of the rest of this License.
3337
3338 @item
3339 If the distribution and/or use of the Program is restricted in
3340 certain countries either by patents or by copyrighted interfaces, the
3341 original copyright holder who places the Program under this License
3342 may add an explicit geographical distribution limitation excluding
3343 those countries, so that distribution is permitted only in or among
3344 countries not thus excluded.  In such case, this License incorporates
3345 the limitation as if written in the body of this License.
3346
3347 @item
3348 The Free Software Foundation may publish revised and/or new versions
3349 of the General Public License from time to time.  Such new versions will
3350 be similar in spirit to the present version, but may differ in detail to
3351 address new problems or concerns.
3352
3353 Each version is given a distinguishing version number.  If the Program
3354 specifies a version number of this License which applies to it and ``any
3355 later version'', you have the option of following the terms and conditions
3356 either of that version or of any later version published by the Free
3357 Software Foundation.  If the Program does not specify a version number of
3358 this License, you may choose any version ever published by the Free Software
3359 Foundation.
3360
3361 @item
3362 If you wish to incorporate parts of the Program into other free
3363 programs whose distribution conditions are different, write to the author
3364 to ask for permission.  For software which is copyrighted by the Free
3365 Software Foundation, write to the Free Software Foundation; we sometimes
3366 make exceptions for this.  Our decision will be guided by the two goals
3367 of preserving the free status of all derivatives of our free software and
3368 of promoting the sharing and reuse of software generally.
3369
3370 @iftex
3371 @heading NO WARRANTY
3372 @end iftex
3373 @ifinfo
3374 @center NO WARRANTY
3375 @end ifinfo
3376 @cindex no warranty
3377
3378 @item
3379 BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
3380 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
3381 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
3382 PROVIDE THE PROGRAM ``AS IS'' WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
3383 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
3384 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
3385 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
3386 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
3387 REPAIR OR CORRECTION.
3388
3389 @item
3390 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
3391 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
3392 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
3393 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
3394 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
3395 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
3396 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
3397 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
3398 POSSIBILITY OF SUCH DAMAGES.
3399 @end enumerate
3400
3401 @iftex
3402 @heading END OF TERMS AND CONDITIONS
3403 @end iftex
3404 @ifinfo
3405 @center END OF TERMS AND CONDITIONS
3406 @end ifinfo
3407
3408 @page
3409 @unnumberedsec How to Apply These Terms to Your New Programs
3410
3411   If you develop a new program, and you want it to be of the greatest
3412 possible use to the public, the best way to achieve this is to make it
3413 free software which everyone can redistribute and change under these terms.
3414
3415   To do so, attach the following notices to the program.  It is safest
3416 to attach them to the start of each source file to most effectively
3417 convey the exclusion of warranty; and each file should have at least
3418 the ``copyright'' line and a pointer to where the full notice is found.
3419
3420 @smallexample
3421 @var{one line to give the program's name and an idea of what it does.}
3422 Copyright (C) 19@var{yy}  @var{name of author}
3423
3424 This program is free software; you can redistribute it and/or
3425 modify it under the terms of the GNU General Public License
3426 as published by the Free Software Foundation; either version 2
3427 of the License, or (at your option) any later version.
3428
3429 This program is distributed in the hope that it will be useful,
3430 but WITHOUT ANY WARRANTY; without even the implied warranty of
3431 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3432 GNU General Public License for more details.
3433
3434 You should have received a copy of the GNU General Public License
3435 along with this program; if not, write to the Free Software
3436 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
3437 @end smallexample
3438
3439 Also add information on how to contact you by electronic and paper mail.
3440
3441 If the program is interactive, make it output a short notice like this
3442 when it starts in an interactive mode:
3443
3444 @smallexample
3445 Gnomovision version 69, Copyright (C) 19@var{yy} @var{name of author}
3446 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details
3447 type `show w'.  This is free software, and you are welcome
3448 to redistribute it under certain conditions; type `show c'
3449 for details.
3450 @end smallexample
3451
3452 The hypothetical commands @samp{show w} and @samp{show c} should show
3453 the appropriate parts of the General Public License.  Of course, the
3454 commands you use may be called something other than @samp{show w} and
3455 @samp{show c}; they could even be mouse-clicks or menu items---whatever
3456 suits your program.
3457
3458 You should also get your employer (if you work as a programmer) or your
3459 school, if any, to sign a ``copyright disclaimer'' for the program, if
3460 necessary.  Here is a sample; alter the names:
3461
3462 @smallexample
3463 @group
3464 Yoyodyne, Inc., hereby disclaims all copyright
3465 interest in the program `Gnomovision'
3466 (which makes passes at compilers) written
3467 by James Hacker.
3468
3469 @var{signature of Ty Coon}, 1 April 1989
3470 Ty Coon, President of Vice
3471 @end group
3472 @end smallexample
3473
3474 This General Public License does not permit incorporating your program into
3475 proprietary programs.  If your program is a subroutine library, you may
3476 consider it more useful to permit linking proprietary applications with the
3477 library.  If this is what you want to do, use the GNU Library General
3478 Public License instead of this License.
3479
3480 @node GNU Free Documentation License,  , GNU General Public License, Copying
3481 @section GNU Free Documentation License
3482 @center Version 1.1, March 2000
3483
3484 @display
3485 Copyright (C) 2000  Free Software Foundation, Inc.
3486 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
3487
3488 Everyone is permitted to copy and distribute verbatim copies
3489 of this license document, but changing it is not allowed.
3490 @end display
3491 @sp 1
3492 @enumerate 0
3493 @item
3494 PREAMBLE
3495
3496 The purpose of this License is to make a manual, textbook, or other
3497 written document ``free'' in the sense of freedom: to assure everyone
3498 the effective freedom to copy and redistribute it, with or without
3499 modifying it, either commercially or noncommercially.  Secondarily,
3500 this License preserves for the author and publisher a way to get
3501 credit for their work, while not being considered responsible for
3502 modifications made by others.
3503
3504 This License is a kind of ``copyleft'', which means that derivative
3505 works of the document must themselves be free in the same sense.  It
3506 complements the GNU General Public License, which is a copyleft
3507 license designed for free software.
3508
3509 We have designed this License in order to use it for manuals for free
3510 software, because free software needs free documentation: a free
3511 program should come with manuals providing the same freedoms that the
3512 software does.  But this License is not limited to software manuals;
3513 it can be used for any textual work, regardless of subject matter or
3514 whether it is published as a printed book.  We recommend this License
3515 principally for works whose purpose is instruction or reference.
3516
3517 @sp 1
3518 @item
3519 APPLICABILITY AND DEFINITIONS
3520
3521 This License applies to any manual or other work that contains a
3522 notice placed by the copyright holder saying it can be distributed
3523 under the terms of this License.  The ``Document'', below, refers to any
3524 such manual or work.  Any member of the public is a licensee, and is
3525 addressed as ``you''.
3526
3527 A ``Modified Version'' of the Document means any work containing the
3528 Document or a portion of it, either copied verbatim, or with
3529 modifications and/or translated into another language.
3530
3531 A ``Secondary Section'' is a named appendix or a front-matter section of
3532 the Document that deals exclusively with the relationship of the
3533 publishers or authors of the Document to the Document's overall subject
3534 (or to related matters) and contains nothing that could fall directly
3535 within that overall subject.  (For example, if the Document is in part a
3536 textbook of mathematics, a Secondary Section may not explain any
3537 mathematics.)  The relationship could be a matter of historical
3538 connection with the subject or with related matters, or of legal,
3539 commercial, philosophical, ethical or political position regarding
3540 them.
3541
3542 The ``Invariant Sections'' are certain Secondary Sections whose titles
3543 are designated, as being those of Invariant Sections, in the notice
3544 that says that the Document is released under this License.
3545
3546 The ``Cover Texts'' are certain short passages of text that are listed,
3547 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
3548 the Document is released under this License.
3549
3550 A ``Transparent'' copy of the Document means a machine-readable copy,
3551 represented in a format whose specification is available to the
3552 general public, whose contents can be viewed and edited directly and
3553 straightforwardly with generic text editors or (for images composed of
3554 pixels) generic paint programs or (for drawings) some widely available
3555 drawing editor, and that is suitable for input to text formatters or
3556 for automatic translation to a variety of formats suitable for input
3557 to text formatters.  A copy made in an otherwise Transparent file
3558 format whose markup has been designed to thwart or discourage
3559 subsequent modification by readers is not Transparent.  A copy that is
3560 not ``Transparent'' is called ``Opaque''.
3561
3562 Examples of suitable formats for Transparent copies include plain
3563 ASCII without markup, Texinfo input format, LaTeX input format, SGML
3564 or XML using a publicly available DTD, and standard-conforming simple
3565 HTML designed for human modification.  Opaque formats include
3566 PostScript, PDF, proprietary formats that can be read and edited only
3567 by proprietary word processors, SGML or XML for which the DTD and/or
3568 processing tools are not generally available, and the
3569 machine-generated HTML produced by some word processors for output
3570 purposes only.
3571
3572 The ``Title Page'' means, for a printed book, the title page itself,
3573 plus such following pages as are needed to hold, legibly, the material
3574 this License requires to appear in the title page.  For works in
3575 formats which do not have any title page as such, ``Title Page'' means
3576 the text near the most prominent appearance of the work's title,
3577 preceding the beginning of the body of the text.
3578 @sp 1
3579 @item
3580 VERBATIM COPYING
3581
3582 You may copy and distribute the Document in any medium, either
3583 commercially or noncommercially, provided that this License, the
3584 copyright notices, and the license notice saying this License applies
3585 to the Document are reproduced in all copies, and that you add no other
3586 conditions whatsoever to those of this License.  You may not use
3587 technical measures to obstruct or control the reading or further
3588 copying of the copies you make or distribute.  However, you may accept
3589 compensation in exchange for copies.  If you distribute a large enough
3590 number of copies you must also follow the conditions in section 3.
3591
3592 You may also lend copies, under the same conditions stated above, and
3593 you may publicly display copies.
3594 @sp 1
3595 @item
3596 COPYING IN QUANTITY
3597
3598 If you publish printed copies of the Document numbering more than 100,
3599 and the Document's license notice requires Cover Texts, you must enclose
3600 the copies in covers that carry, clearly and legibly, all these Cover
3601 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
3602 the back cover.  Both covers must also clearly and legibly identify
3603 you as the publisher of these copies.  The front cover must present
3604 the full title with all words of the title equally prominent and
3605 visible.  You may add other material on the covers in addition.
3606 Copying with changes limited to the covers, as long as they preserve
3607 the title of the Document and satisfy these conditions, can be treated
3608 as verbatim copying in other respects.
3609
3610 If the required texts for either cover are too voluminous to fit
3611 legibly, you should put the first ones listed (as many as fit
3612 reasonably) on the actual cover, and continue the rest onto adjacent
3613 pages.
3614
3615 If you publish or distribute Opaque copies of the Document numbering
3616 more than 100, you must either include a machine-readable Transparent
3617 copy along with each Opaque copy, or state in or with each Opaque copy
3618 a publicly-accessible computer-network location containing a complete
3619 Transparent copy of the Document, free of added material, which the
3620 general network-using public has access to download anonymously at no
3621 charge using public-standard network protocols.  If you use the latter
3622 option, you must take reasonably prudent steps, when you begin
3623 distribution of Opaque copies in quantity, to ensure that this
3624 Transparent copy will remain thus accessible at the stated location
3625 until at least one year after the last time you distribute an Opaque
3626 copy (directly or through your agents or retailers) of that edition to
3627 the public.
3628
3629 It is requested, but not required, that you contact the authors of the
3630 Document well before redistributing any large number of copies, to give
3631 them a chance to provide you with an updated version of the Document.
3632 @sp 1
3633 @item
3634 MODIFICATIONS
3635
3636 You may copy and distribute a Modified Version of the Document under
3637 the conditions of sections 2 and 3 above, provided that you release
3638 the Modified Version under precisely this License, with the Modified
3639 Version filling the role of the Document, thus licensing distribution
3640 and modification of the Modified Version to whoever possesses a copy
3641 of it.  In addition, you must do these things in the Modified Version:
3642
3643 A. Use in the Title Page (and on the covers, if any) a title distinct
3644    from that of the Document, and from those of previous versions
3645    (which should, if there were any, be listed in the History section
3646    of the Document).  You may use the same title as a previous version
3647    if the original publisher of that version gives permission.@*
3648 B. List on the Title Page, as authors, one or more persons or entities
3649    responsible for authorship of the modifications in the Modified
3650    Version, together with at least five of the principal authors of the
3651    Document (all of its principal authors, if it has less than five).@*
3652 C. State on the Title page the name of the publisher of the
3653    Modified Version, as the publisher.@*
3654 D. Preserve all the copyright notices of the Document.@*
3655 E. Add an appropriate copyright notice for your modifications
3656    adjacent to the other copyright notices.@*
3657 F. Include, immediately after the copyright notices, a license notice
3658    giving the public permission to use the Modified Version under the
3659    terms of this License, in the form shown in the Addendum below.@*
3660 G. Preserve in that license notice the full lists of Invariant Sections
3661    and required Cover Texts given in the Document's license notice.@*
3662 H. Include an unaltered copy of this License.@*
3663 I. Preserve the section entitled ``History'', and its title, and add to
3664    it an item stating at least the title, year, new authors, and
3665    publisher of the Modified Version as given on the Title Page.  If
3666    there is no section entitled ``History'' in the Document, create one
3667    stating the title, year, authors, and publisher of the Document as
3668    given on its Title Page, then add an item describing the Modified
3669    Version as stated in the previous sentence.@*
3670 J. Preserve the network location, if any, given in the Document for
3671    public access to a Transparent copy of the Document, and likewise
3672    the network locations given in the Document for previous versions
3673    it was based on.  These may be placed in the ``History'' section.
3674    You may omit a network location for a work that was published at
3675    least four years before the Document itself, or if the original
3676    publisher of the version it refers to gives permission.@*
3677 K. In any section entitled ``Acknowledgements'' or ``Dedications'',
3678    preserve the section's title, and preserve in the section all the
3679    substance and tone of each of the contributor acknowledgements
3680    and/or dedications given therein.@*
3681 L. Preserve all the Invariant Sections of the Document,
3682    unaltered in their text and in their titles.  Section numbers
3683    or the equivalent are not considered part of the section titles.@*
3684 M. Delete any section entitled ``Endorsements''.  Such a section
3685    may not be included in the Modified Version.@*
3686 N. Do not retitle any existing section as ``Endorsements''
3687    or to conflict in title with any Invariant Section.@*
3688 @sp 1
3689 If the Modified Version includes new front-matter sections or
3690 appendices that qualify as Secondary Sections and contain no material
3691 copied from the Document, you may at your option designate some or all
3692 of these sections as invariant.  To do this, add their titles to the
3693 list of Invariant Sections in the Modified Version's license notice.
3694 These titles must be distinct from any other section titles.
3695
3696 You may add a section entitled ``Endorsements'', provided it contains
3697 nothing but endorsements of your Modified Version by various
3698 parties--for example, statements of peer review or that the text has
3699 been approved by an organization as the authoritative definition of a
3700 standard.
3701
3702 You may add a passage of up to five words as a Front-Cover Text, and a
3703 passage of up to 25 words as a Back-Cover Text, to the end of the list
3704 of Cover Texts in the Modified Version.  Only one passage of
3705 Front-Cover Text and one of Back-Cover Text may be added by (or
3706 through arrangements made by) any one entity.  If the Document already
3707 includes a cover text for the same cover, previously added by you or
3708 by arrangement made by the same entity you are acting on behalf of,
3709 you may not add another; but you may replace the old one, on explicit
3710 permission from the previous publisher that added the old one.
3711
3712 The author(s) and publisher(s) of the Document do not by this License
3713 give permission to use their names for publicity for or to assert or
3714 imply endorsement of any Modified Version.
3715 @sp 1
3716 @item
3717 COMBINING DOCUMENTS
3718
3719 You may combine the Document with other documents released under this
3720 License, under the terms defined in section 4 above for modified
3721 versions, provided that you include in the combination all of the
3722 Invariant Sections of all of the original documents, unmodified, and
3723 list them all as Invariant Sections of your combined work in its
3724 license notice.
3725
3726 The combined work need only contain one copy of this License, and
3727 multiple identical Invariant Sections may be replaced with a single
3728 copy.  If there are multiple Invariant Sections with the same name but
3729 different contents, make the title of each such section unique by
3730 adding at the end of it, in parentheses, the name of the original
3731 author or publisher of that section if known, or else a unique number.
3732 Make the same adjustment to the section titles in the list of
3733 Invariant Sections in the license notice of the combined work.
3734
3735 In the combination, you must combine any sections entitled ``History''
3736 in the various original documents, forming one section entitled
3737 ``History''; likewise combine any sections entitled ``Acknowledgements'',
3738 and any sections entitled ``Dedications''.  You must delete all sections
3739 entitled ``Endorsements.''
3740 @sp 1
3741 @item
3742 COLLECTIONS OF DOCUMENTS
3743
3744 You may make a collection consisting of the Document and other documents
3745 released under this License, and replace the individual copies of this
3746 License in the various documents with a single copy that is included in
3747 the collection, provided that you follow the rules of this License for
3748 verbatim copying of each of the documents in all other respects.
3749
3750 You may extract a single document from such a collection, and distribute
3751 it individually under this License, provided you insert a copy of this
3752 License into the extracted document, and follow this License in all
3753 other respects regarding verbatim copying of that document.
3754 @sp 1
3755 @item
3756 AGGREGATION WITH INDEPENDENT WORKS
3757
3758 A compilation of the Document or its derivatives with other separate
3759 and independent documents or works, in or on a volume of a storage or
3760 distribution medium, does not as a whole count as a Modified Version
3761 of the Document, provided no compilation copyright is claimed for the
3762 compilation.  Such a compilation is called an ``aggregate'', and this
3763 License does not apply to the other self-contained works thus compiled
3764 with the Document, on account of their being thus compiled, if they
3765 are not themselves derivative works of the Document.
3766
3767 If the Cover Text requirement of section 3 is applicable to these
3768 copies of the Document, then if the Document is less than one quarter
3769 of the entire aggregate, the Document's Cover Texts may be placed on
3770 covers that surround only the Document within the aggregate.
3771 Otherwise they must appear on covers around the whole aggregate.
3772 @sp 1
3773 @item
3774 TRANSLATION
3775
3776 Translation is considered a kind of modification, so you may
3777 distribute translations of the Document under the terms of section 4.
3778 Replacing Invariant Sections with translations requires special
3779 permission from their copyright holders, but you may include
3780 translations of some or all Invariant Sections in addition to the
3781 original versions of these Invariant Sections.  You may include a
3782 translation of this License provided that you also include the
3783 original English version of this License.  In case of a disagreement
3784 between the translation and the original English version of this
3785 License, the original English version will prevail.
3786 @sp 1
3787 @item
3788 TERMINATION
3789
3790 You may not copy, modify, sublicense, or distribute the Document except
3791 as expressly provided for under this License.  Any other attempt to
3792 copy, modify, sublicense or distribute the Document is void, and will
3793 automatically terminate your rights under this License.  However,
3794 parties who have received copies, or rights, from you under this
3795 License will not have their licenses terminated so long as such
3796 parties remain in full compliance.
3797 @sp 1
3798 @item
3799 FUTURE REVISIONS OF THIS LICENSE
3800
3801 The Free Software Foundation may publish new, revised versions
3802 of the GNU Free Documentation License from time to time.  Such new
3803 versions will be similar in spirit to the present version, but may
3804 differ in detail to address new problems or concerns.  See
3805 http://www.gnu.org/copyleft/.
3806
3807 Each version of the License is given a distinguishing version number.
3808 If the Document specifies that a particular numbered version of this
3809 License ``or any later version'' applies to it, you have the option of
3810 following the terms and conditions either of that specified version or
3811 of any later version that has been published (not as a draft) by the
3812 Free Software Foundation.  If the Document does not specify a version
3813 number of this License, you may choose any version ever published (not
3814 as a draft) by the Free Software Foundation.
3815
3816 @end enumerate
3817
3818 @unnumberedsec ADDENDUM: How to use this License for your documents
3819
3820 To use this License in a document you have written, include a copy of
3821 the License in the document and put the following copyright and
3822 license notices just after the title page:
3823
3824 @smallexample
3825 @group
3826
3827   Copyright (C)  @var{year}  @var{your name}.
3828   Permission is granted to copy, distribute and/or modify this document
3829   under the terms of the GNU Free Documentation License, Version 1.1
3830   or any later version published by the Free Software Foundation;
3831   with the Invariant Sections being @var{list their titles}, with the
3832   Front-Cover Texts being @var{list}, and with the Back-Cover Texts being @var{list}.
3833   A copy of the license is included in the section entitled ``GNU
3834   Free Documentation License''.
3835 @end group
3836 @end smallexample
3837 If you have no Invariant Sections, write ``with no Invariant Sections''
3838 instead of saying which ones are invariant.  If you have no
3839 Front-Cover Texts, write ``no Front-Cover Texts'' instead of
3840 ``Front-Cover Texts being @var{list}''; likewise for Back-Cover Texts.
3841
3842 If your document contains nontrivial examples of program code, we
3843 recommend releasing these examples in parallel under your choice of
3844 free software license, such as the GNU General Public License,
3845 to permit their use in free software.
3846
3847
3848 @node Concept Index,  , Copying, Top
3849 @unnumbered Concept Index
3850 @printindex cp
3851
3852 @contents
3853
3854 @bye