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