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