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

[svn] Include -E on my preferred commandline for downloading a single page and

requisites and making sure it displays properly locally.
This commit is contained in:
dan 2000-10-20 16:06:45 -07:00
parent d9dd14a995
commit 5781c8b006
4 changed files with 49 additions and 45 deletions

View File

@ -1,3 +1,7 @@
2000-10-20 Dan Harkless <dan-wget@dilvish.speed.net>
* wget.texi (Recursive Retrieval Options): Sugg. -E on 1-page download.
2000-10-19 Dan Harkless <dan-wget@dilvish.speed.net> 2000-10-19 Dan Harkless <dan-wget@dilvish.speed.net>
* wget.texi (HTTP Options): Documented my new -E / --html-extension. * wget.texi (HTTP Options): Documented my new -E / --html-extension.

View File

@ -26,8 +26,8 @@ notice identical to this one.
 
Indirect: Indirect:
wget.info-1: 961 wget.info-1: 961
wget.info-2: 48414 wget.info-2: 48417
wget.info-3: 96938 wget.info-3: 96941
 
Tag Table: Tag Table:
(Indirect) (Indirect)
@ -43,46 +43,46 @@ Node: Directory Options20659
Node: HTTP Options23137 Node: HTTP Options23137
Node: FTP Options28082 Node: FTP Options28082
Node: Recursive Retrieval Options30064 Node: Recursive Retrieval Options30064
Node: Recursive Accept/Reject Options34776 Node: Recursive Accept/Reject Options34779
Node: Recursive Retrieval38002 Node: Recursive Retrieval38005
Node: Following Links40300 Node: Following Links40303
Node: Relative Links41328 Node: Relative Links41331
Node: Host Checking41842 Node: Host Checking41845
Node: Domain Acceptance43867 Node: Domain Acceptance43870
Node: All Hosts45537 Node: All Hosts45540
Node: Types of Files45964 Node: Types of Files45967
Node: Directory-Based Limits48414 Node: Directory-Based Limits48417
Node: FTP Links51054 Node: FTP Links51057
Node: Time-Stamping51924 Node: Time-Stamping51927
Node: Time-Stamping Usage53561 Node: Time-Stamping Usage53564
Node: HTTP Time-Stamping Internals55130 Node: HTTP Time-Stamping Internals55133
Node: FTP Time-Stamping Internals56600 Node: FTP Time-Stamping Internals56603
Node: Startup File57808 Node: Startup File57811
Node: Wgetrc Location58681 Node: Wgetrc Location58684
Node: Wgetrc Syntax59496 Node: Wgetrc Syntax59499
Node: Wgetrc Commands60211 Node: Wgetrc Commands60214
Node: Sample Wgetrc68468 Node: Sample Wgetrc68471
Node: Examples73487 Node: Examples73490
Node: Simple Usage74094 Node: Simple Usage74097
Node: Advanced Usage76488 Node: Advanced Usage76491
Node: Guru Usage79239 Node: Guru Usage79242
Node: Various80901 Node: Various80904
Node: Proxies81425 Node: Proxies81428
Node: Distribution84190 Node: Distribution84193
Node: Mailing List84541 Node: Mailing List84544
Node: Reporting Bugs85240 Node: Reporting Bugs85243
Node: Portability87025 Node: Portability87028
Node: Signals88400 Node: Signals88403
Node: Appendices89054 Node: Appendices89057
Node: Robots89469 Node: Robots89472
Node: Introduction to RES90616 Node: Introduction to RES90619
Node: RES Format92509 Node: RES Format92512
Node: User-Agent Field93613 Node: User-Agent Field93616
Node: Disallow Field94377 Node: Disallow Field94380
Node: Norobots Examples94988 Node: Norobots Examples94991
Node: Security Considerations95942 Node: Security Considerations95945
Node: Contributors96938 Node: Contributors96941
Node: Copying99577 Node: Copying99580
Node: Concept Index118740 Node: Concept Index118743
 
End Tag Table End Tag Table

View File

@ -856,7 +856,7 @@ Recursive Retrieval Options
displays properly locally, this author likes to use a few options displays properly locally, this author likes to use a few options
in addition to `-p': in addition to `-p':
wget -H -k -K -nh -p http://SITE/DOCUMENT wget -E -H -k -K -nh -p http://SITE/DOCUMENT
To finish off this topic, it's worth knowing that wget's idea of an To finish off this topic, it's worth knowing that wget's idea of an
external document link is any URL specified in an `<A>' tag, an external document link is any URL specified in an `<A>' tag, an

View File

@ -1017,7 +1017,7 @@ websites), and make sure the lot displays properly locally, this author
likes to use a few options in addition to @samp{-p}: likes to use a few options in addition to @samp{-p}:
@example @example
wget -H -k -K -nh -p http://@var{site}/@var{document} wget -E -H -k -K -nh -p http://@var{site}/@var{document}
@end example @end example
To finish off this topic, it's worth knowing that wget's idea of an To finish off this topic, it's worth knowing that wget's idea of an