1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] wget.texi (HTTP Options): Minor clarification in "download a single HTML page

and all files necessary to display it" example.
This commit is contained in:
dan 2000-07-17 17:19:47 -07:00
parent 7794db052c
commit cf1e1c68de
4 changed files with 51 additions and 45 deletions

View 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> 2000-05-22 Dan Harkless <dan-wget@dilvish.speed.net>
* wget.texi (HTTP Options): Damir Dzeko <ddzeko@zesoi.fer.hr> did * wget.texi (HTTP Options): Damir Dzeko <ddzeko@zesoi.fer.hr> did

View File

@ -26,8 +26,8 @@ notice identical to this one.
 
Indirect: Indirect:
wget.info-1: 961 wget.info-1: 961
wget.info-2: 50044 wget.info-2: 50079
wget.info-3: 92046 wget.info-3: 92081
 
Tag Table: Tag Table:
(Indirect) (Indirect)
@ -44,45 +44,45 @@ Node: HTTP Options21521
Node: FTP Options25426 Node: FTP Options25426
Node: Recursive Retrieval Options26619 Node: Recursive Retrieval Options26619
Node: Recursive Accept/Reject Options28583 Node: Recursive Accept/Reject Options28583
Node: Recursive Retrieval31446 Node: Recursive Retrieval31481
Node: Following Links33744 Node: Following Links33779
Node: Relative Links34772 Node: Relative Links34807
Node: Host Checking35286 Node: Host Checking35321
Node: Domain Acceptance37311 Node: Domain Acceptance37346
Node: All Hosts38981 Node: All Hosts39016
Node: Types of Files39408 Node: Types of Files39443
Node: Directory-Based Limits41858 Node: Directory-Based Limits41893
Node: FTP Links44498 Node: FTP Links44533
Node: Time-Stamping45368 Node: Time-Stamping45403
Node: Time-Stamping Usage47005 Node: Time-Stamping Usage47040
Node: HTTP Time-Stamping Internals48574 Node: HTTP Time-Stamping Internals48609
Node: FTP Time-Stamping Internals50044 Node: FTP Time-Stamping Internals50079
Node: Startup File51252 Node: Startup File51287
Node: Wgetrc Location52125 Node: Wgetrc Location52160
Node: Wgetrc Syntax52940 Node: Wgetrc Syntax52975
Node: Wgetrc Commands53655 Node: Wgetrc Commands53690
Node: Sample Wgetrc60937 Node: Sample Wgetrc60972
Node: Examples65956 Node: Examples65991
Node: Simple Usage66563 Node: Simple Usage66598
Node: Advanced Usage68957 Node: Advanced Usage68992
Node: Guru Usage71708 Node: Guru Usage71743
Node: Various73370 Node: Various73405
Node: Proxies73894 Node: Proxies73929
Node: Distribution76659 Node: Distribution76694
Node: Mailing List77010 Node: Mailing List77045
Node: Reporting Bugs77709 Node: Reporting Bugs77744
Node: Portability79494 Node: Portability79529
Node: Signals80869 Node: Signals80904
Node: Appendices81523 Node: Appendices81558
Node: Robots81938 Node: Robots81973
Node: Introduction to RES83085 Node: Introduction to RES83120
Node: RES Format84978 Node: RES Format85013
Node: User-Agent Field86082 Node: User-Agent Field86117
Node: Disallow Field86846 Node: Disallow Field86881
Node: Norobots Examples87457 Node: Norobots Examples87492
Node: Security Considerations88411 Node: Security Considerations88446
Node: Contributors89407 Node: Contributors89442
Node: Copying92046 Node: Copying92081
Node: Concept Index111209 Node: Concept Index111244
 
End Tag Table End Tag Table

View File

@ -769,8 +769,8 @@ Recursive Accept/Reject Options
certain HTML tags when recursively looking for documents to certain HTML tags when recursively looking for documents to
download, specify them in a comma-separated LIST. The author of download, specify them in a comma-separated LIST. The author of
this option likes to use the following command to download a this option likes to use the following command to download a
single HTML page and all documents necessary to display it single HTML page and all files (e.g. images, sounds, and
properly: stylesheets) necessary to display it properly:
wget -Ga,area -H -k -K -nh -r http://SITE/DOCUMENT wget -Ga,area -H -k -K -nh -r http://SITE/DOCUMENT

View 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, certain HTML tags when recursively looking for documents to download,
specify them in a comma-separated @var{list}. The author of this option 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 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 @example
wget -Ga,area -H -k -K -nh -r http://@var{site}/@var{document} wget -Ga,area -H -k -K -nh -r http://@var{site}/@var{document}