From: dan Date: Fri, 20 Oct 2000 23:06:45 +0000 (-0700) Subject: [svn] Include -E on my preferred commandline for downloading a single page and X-Git-Tag: v1.13~2439 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=5781c8b006082874e75e01bf9a481e876ef35056 [svn] Include -E on my preferred commandline for downloading a single page and requisites and making sure it displays properly locally. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index e1b79ca7..da5d45cc 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2000-10-20 Dan Harkless + + * wget.texi (Recursive Retrieval Options): Sugg. -E on 1-page download. + 2000-10-19 Dan Harkless * wget.texi (HTTP Options): Documented my new -E / --html-extension. diff --git a/doc/wget.info b/doc/wget.info index 25e0abc2..575d9635 100644 --- a/doc/wget.info +++ b/doc/wget.info @@ -26,8 +26,8 @@ notice identical to this one.  Indirect: wget.info-1: 961 -wget.info-2: 48414 -wget.info-3: 96938 +wget.info-2: 48417 +wget.info-3: 96941  Tag Table: (Indirect) @@ -43,46 +43,46 @@ Node: Directory Options20659 Node: HTTP Options23137 Node: FTP Options28082 Node: Recursive Retrieval Options30064 -Node: Recursive Accept/Reject Options34776 -Node: Recursive Retrieval38002 -Node: Following Links40300 -Node: Relative Links41328 -Node: Host Checking41842 -Node: Domain Acceptance43867 -Node: All Hosts45537 -Node: Types of Files45964 -Node: Directory-Based Limits48414 -Node: FTP Links51054 -Node: Time-Stamping51924 -Node: Time-Stamping Usage53561 -Node: HTTP Time-Stamping Internals55130 -Node: FTP Time-Stamping Internals56600 -Node: Startup File57808 -Node: Wgetrc Location58681 -Node: Wgetrc Syntax59496 -Node: Wgetrc Commands60211 -Node: Sample Wgetrc68468 -Node: Examples73487 -Node: Simple Usage74094 -Node: Advanced Usage76488 -Node: Guru Usage79239 -Node: Various80901 -Node: Proxies81425 -Node: Distribution84190 -Node: Mailing List84541 -Node: Reporting Bugs85240 -Node: Portability87025 -Node: Signals88400 -Node: Appendices89054 -Node: Robots89469 -Node: Introduction to RES90616 -Node: RES Format92509 -Node: User-Agent Field93613 -Node: Disallow Field94377 -Node: Norobots Examples94988 -Node: Security Considerations95942 -Node: Contributors96938 -Node: Copying99577 -Node: Concept Index118740 +Node: Recursive Accept/Reject Options34779 +Node: Recursive Retrieval38005 +Node: Following Links40303 +Node: Relative Links41331 +Node: Host Checking41845 +Node: Domain Acceptance43870 +Node: All Hosts45540 +Node: Types of Files45967 +Node: Directory-Based Limits48417 +Node: FTP Links51057 +Node: Time-Stamping51927 +Node: Time-Stamping Usage53564 +Node: HTTP Time-Stamping Internals55133 +Node: FTP Time-Stamping Internals56603 +Node: Startup File57811 +Node: Wgetrc Location58684 +Node: Wgetrc Syntax59499 +Node: Wgetrc Commands60214 +Node: Sample Wgetrc68471 +Node: Examples73490 +Node: Simple Usage74097 +Node: Advanced Usage76491 +Node: Guru Usage79242 +Node: Various80904 +Node: Proxies81428 +Node: Distribution84193 +Node: Mailing List84544 +Node: Reporting Bugs85243 +Node: Portability87028 +Node: Signals88403 +Node: Appendices89057 +Node: Robots89472 +Node: Introduction to RES90619 +Node: RES Format92512 +Node: User-Agent Field93616 +Node: Disallow Field94380 +Node: Norobots Examples94991 +Node: Security Considerations95945 +Node: Contributors96941 +Node: Copying99580 +Node: Concept Index118743  End Tag Table diff --git a/doc/wget.info-1 b/doc/wget.info-1 index 999a734b..770e7b23 100644 --- a/doc/wget.info-1 +++ b/doc/wget.info-1 @@ -856,7 +856,7 @@ Recursive Retrieval Options displays properly locally, this author likes to use a few options 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 external document link is any URL specified in an `' tag, an diff --git a/doc/wget.texi b/doc/wget.texi index 8b17e0d0..84ec1c8f 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -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}: @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 To finish off this topic, it's worth knowing that wget's idea of an