]> sjero.net Git - wget/commitdiff
[svn] wget.texi (HTTP Options): Minor clarification in "download a single HTML page
authordan <devnull@localhost>
Tue, 18 Jul 2000 00:19:47 +0000 (17:19 -0700)
committerdan <devnull@localhost>
Tue, 18 Jul 2000 00:19:47 +0000 (17:19 -0700)
and all files necessary to display it" example.

doc/ChangeLog
doc/wget.info
doc/wget.info-1
doc/wget.texi

index 52f51d0c9e49784635d0c1993825d7850b4a438a..64efe28f4ee1345db99bf246e3de3cca0b7e0031 100644 (file)
@@ -1,3 +1,8 @@
+2000-07-17  Dan Harkless  <dan-wget@dilvish.speed.net>
+
+       * wget.texi (HTTP Options): Minor clarification in "download a
+       single HTML page and all files necessary to display it" example.
+
 2000-05-22  Dan Harkless  <dan-wget@dilvish.speed.net>
 
        * wget.texi (HTTP Options): Damir Dzeko <ddzeko@zesoi.fer.hr> did
index afdc2ec55fcee82a3a81a8b7ba197b79c432a86b..250d9bccb97adee874a2c41542135531d01eb86c 100644 (file)
@@ -26,8 +26,8 @@ notice identical to this one.
 \1f
 Indirect:
 wget.info-1: 961
-wget.info-2: 50044
-wget.info-3: 92046
+wget.info-2: 50079
+wget.info-3: 92081
 \1f
 Tag Table:
 (Indirect)
@@ -44,45 +44,45 @@ Node: HTTP Options\7f21521
 Node: FTP Options\7f25426
 Node: Recursive Retrieval Options\7f26619
 Node: Recursive Accept/Reject Options\7f28583
-Node: Recursive Retrieval\7f31446
-Node: Following Links\7f33744
-Node: Relative Links\7f34772
-Node: Host Checking\7f35286
-Node: Domain Acceptance\7f37311
-Node: All Hosts\7f38981
-Node: Types of Files\7f39408
-Node: Directory-Based Limits\7f41858
-Node: FTP Links\7f44498
-Node: Time-Stamping\7f45368
-Node: Time-Stamping Usage\7f47005
-Node: HTTP Time-Stamping Internals\7f48574
-Node: FTP Time-Stamping Internals\7f50044
-Node: Startup File\7f51252
-Node: Wgetrc Location\7f52125
-Node: Wgetrc Syntax\7f52940
-Node: Wgetrc Commands\7f53655
-Node: Sample Wgetrc\7f60937
-Node: Examples\7f65956
-Node: Simple Usage\7f66563
-Node: Advanced Usage\7f68957
-Node: Guru Usage\7f71708
-Node: Various\7f73370
-Node: Proxies\7f73894
-Node: Distribution\7f76659
-Node: Mailing List\7f77010
-Node: Reporting Bugs\7f77709
-Node: Portability\7f79494
-Node: Signals\7f80869
-Node: Appendices\7f81523
-Node: Robots\7f81938
-Node: Introduction to RES\7f83085
-Node: RES Format\7f84978
-Node: User-Agent Field\7f86082
-Node: Disallow Field\7f86846
-Node: Norobots Examples\7f87457
-Node: Security Considerations\7f88411
-Node: Contributors\7f89407
-Node: Copying\7f92046
-Node: Concept Index\7f111209
+Node: Recursive Retrieval\7f31481
+Node: Following Links\7f33779
+Node: Relative Links\7f34807
+Node: Host Checking\7f35321
+Node: Domain Acceptance\7f37346
+Node: All Hosts\7f39016
+Node: Types of Files\7f39443
+Node: Directory-Based Limits\7f41893
+Node: FTP Links\7f44533
+Node: Time-Stamping\7f45403
+Node: Time-Stamping Usage\7f47040
+Node: HTTP Time-Stamping Internals\7f48609
+Node: FTP Time-Stamping Internals\7f50079
+Node: Startup File\7f51287
+Node: Wgetrc Location\7f52160
+Node: Wgetrc Syntax\7f52975
+Node: Wgetrc Commands\7f53690
+Node: Sample Wgetrc\7f60972
+Node: Examples\7f65991
+Node: Simple Usage\7f66598
+Node: Advanced Usage\7f68992
+Node: Guru Usage\7f71743
+Node: Various\7f73405
+Node: Proxies\7f73929
+Node: Distribution\7f76694
+Node: Mailing List\7f77045
+Node: Reporting Bugs\7f77744
+Node: Portability\7f79529
+Node: Signals\7f80904
+Node: Appendices\7f81558
+Node: Robots\7f81973
+Node: Introduction to RES\7f83120
+Node: RES Format\7f85013
+Node: User-Agent Field\7f86117
+Node: Disallow Field\7f86881
+Node: Norobots Examples\7f87492
+Node: Security Considerations\7f88446
+Node: Contributors\7f89442
+Node: Copying\7f92081
+Node: Concept Index\7f111244
 \1f
 End Tag Table
index 74dd5a1fa2197ce17527589e11a87008834eb1a5..c967c7946dec60ad92a43f49d577805c8771d4ae 100644 (file)
@@ -769,8 +769,8 @@ Recursive Accept/Reject Options
      certain HTML tags when recursively looking for documents to
      download, specify them in a comma-separated LIST.  The author of
      this option likes to use the following command to download a
-     single HTML page and all documents necessary to display it
-     properly:
+     single HTML page and all files (e.g. images, sounds, and
+     stylesheets) necessary to display it properly:
 
           wget -Ga,area -H -k -K -nh -r http://SITE/DOCUMENT
 
index 7bae18de2b558c26215ba103b4b26516d079ae0d..6cff3b77490da291c739a13ad6d089adee433d5a 100644 (file)
@@ -917,7 +917,8 @@ This is the opposite of the @samp{--follow-tags} option.  To skip
 certain HTML tags when recursively looking for documents to download,
 specify them in a comma-separated @var{list}.  The author of this option
 likes to use the following command to download a single HTML page and
-all documents necessary to display it properly:
+all files (e.g. images, sounds, and stylesheets) necessary to display it
+properly:
 
 @example
 wget -Ga,area -H -k -K -nh -r http://@var{site}/@var{document}