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

[svn] Upped version number from 1.5.3. to 1.5.3+dev. Because the development source

is available via anonymous CVS and desirable features are being added, it's
quite possible for end-users to be getting their hands on development versions.
They may report bugs, so if we don't change the version number, we'll have to
continually followup the statement "I'm using version 1.5.3" with the question
"The FTP archive or the CVS source?"  Better to just make this development
version have a unique number.  Once we're ready to actually release the next
version, we can up the version from 1.5.3+dev to 1.5.4, or 1.6, or whatever it
turns out to be (depending on how much development gets done).

Also made minor updates (dates, email addresses) to wget.texi.
This commit is contained in:
dan 2000-02-29 17:03:39 -08:00
parent e0a58713f7
commit c33c857eb2
4 changed files with 85 additions and 74 deletions

View File

@ -1,4 +1,4 @@
This is Info file wget.info, produced by Makeinfo version 1.67 from the
This is Info file wget.info, produced by Makeinfo version 1.68 from the
input file ./wget.texi.
INFO-DIR-SECTION Net Utilities
@ -10,7 +10,7 @@ END-INFO-DIR-ENTRY
This file documents the the GNU Wget utility for downloading network
data.
Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
Copyright (C) 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of this
manual provided the copyright notice and this permission notice are
@ -25,64 +25,64 @@ notice identical to this one.

Indirect:
wget.info-1: 955
wget.info-2: 50818
wget.info-3: 88475
wget.info-1: 961
wget.info-2: 50948
wget.info-3: 88756

Tag Table:
(Indirect)
Node: Top955
Node: Overview1832
Node: Invoking5006
Node: URL Format5815
Node: Option Syntax8147
Node: Basic Startup Options9571
Node: Logging and Input File Options10271
Node: Download Options12665
Node: Directory Options18450
Node: HTTP Options20928
Node: FTP Options24524
Node: Recursive Retrieval Options25717
Node: Recursive Accept/Reject Options27493
Node: Recursive Retrieval29575
Node: Following Links31871
Node: Relative Links32903
Node: Host Checking33417
Node: Domain Acceptance35450
Node: All Hosts37120
Node: Types of Files37547
Node: Directory-Based Limits39997
Node: FTP Links42637
Node: Time-Stamping43507
Node: Time-Stamping Usage45144
Node: HTTP Time-Stamping Internals46713
Node: FTP Time-Stamping Internals47922
Node: Startup File49130
Node: Wgetrc Location50003
Node: Wgetrc Syntax50818
Node: Wgetrc Commands51533
Node: Sample Wgetrc58229
Node: Examples62521
Node: Simple Usage63128
Node: Advanced Usage65522
Node: Guru Usage68273
Node: Various69935
Node: Proxies70459
Node: Distribution73224
Node: Mailing List73566
Node: Reporting Bugs74265
Node: Portability76050
Node: Signals77425
Node: Appendices78079
Node: Robots78494
Node: Introduction to RES79641
Node: RES Format81534
Node: User-Agent Field82638
Node: Disallow Field83402
Node: Norobots Examples84013
Node: Security Considerations84967
Node: Contributors85963
Node: Copying88475
Node: Concept Index107638
Node: Top961
Node: Overview1850
Node: Invoking5024
Node: URL Format5833
Node: Option Syntax8164
Node: Basic Startup Options9588
Node: Logging and Input File Options10288
Node: Download Options12682
Node: Directory Options18467
Node: HTTP Options20945
Node: FTP Options24541
Node: Recursive Retrieval Options25734
Node: Recursive Accept/Reject Options27623
Node: Recursive Retrieval29706
Node: Following Links32002
Node: Relative Links33034
Node: Host Checking33548
Node: Domain Acceptance35581
Node: All Hosts37251
Node: Types of Files37678
Node: Directory-Based Limits40128
Node: FTP Links42768
Node: Time-Stamping43638
Node: Time-Stamping Usage45275
Node: HTTP Time-Stamping Internals46844
Node: FTP Time-Stamping Internals48052
Node: Startup File49260
Node: Wgetrc Location50133
Node: Wgetrc Syntax50948
Node: Wgetrc Commands51663
Node: Sample Wgetrc58501
Node: Examples62793
Node: Simple Usage63400
Node: Advanced Usage65794
Node: Guru Usage68545
Node: Various70207
Node: Proxies70731
Node: Distribution73496
Node: Mailing List73846
Node: Reporting Bugs74545
Node: Portability76330
Node: Signals77705
Node: Appendices78359
Node: Robots78774
Node: Introduction to RES79921
Node: RES Format81814
Node: User-Agent Field82918
Node: Disallow Field83682
Node: Norobots Examples84293
Node: Security Considerations85247
Node: Contributors86243
Node: Copying88756
Node: Concept Index107919

End Tag Table

View File

@ -1,4 +1,4 @@
This is Info file wget.info, produced by Makeinfo version 1.67 from the
This is Info file wget.info, produced by Makeinfo version 1.68 from the
input file ./wget.texi.
INFO-DIR-SECTION Net Utilities
@ -10,7 +10,7 @@ END-INFO-DIR-ENTRY
This file documents the the GNU Wget utility for downloading network
data.
Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
Copyright (C) 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of this
manual provided the copyright notice and this permission notice are
@ -26,10 +26,10 @@ notice identical to this one.

File: wget.info, Node: Top, Next: Overview, Prev: (dir), Up: (dir)
Wget 1.5.3
**********
Wget 1.5.3+dev
**************
This manual documents version 1.5.3 of GNU Wget, the freely
This manual documents version 1.5.3+dev of GNU Wget, the freely
available utility for network download.
Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
@ -203,7 +203,7 @@ with your favorite browser, like `Lynx' or `Netscape'.
---------- Footnotes ----------
(1) If you have a `.netrc' file in your home directory, password
(1) If you have a `.netrc' file in your home directory, password
will also be searched for there.

@ -690,6 +690,11 @@ Recursive Retrieval Options
links have been downloaded. Because of that, much of the work
done by `-k' will be performed at the end of the downloads.
`-K'
`--backup-converted'
When converting a file, back up the original version with a
`.orig' suffix.
`-m'
`--mirror'
Turn on options suitable for mirroring. This option turns on
@ -760,6 +765,7 @@ Recursive Accept/Reject Options
Host Checking::).
`-np'
`--no-parent'
Do not ever ascend to the parent directory when retrieving
recursively. This is a useful option, since it guarantees that
@ -1202,7 +1208,7 @@ newer, it will be downloaded; if it is older, Wget will give up.(1)
---------- Footnotes ----------
(1) As an additional check, Wget will look at the `Content-Length'
(1) As an additional check, Wget will look at the `Content-Length'
header, and compare the sizes; if they are not the same, the remote
file will be downloaded no matter what the time-stamp says.

View File

@ -1,4 +1,4 @@
This is Info file wget.info, produced by Makeinfo version 1.67 from the
This is Info file wget.info, produced by Makeinfo version 1.68 from the
input file ./wget.texi.
INFO-DIR-SECTION Net Utilities
@ -10,7 +10,7 @@ END-INFO-DIR-ENTRY
This file documents the the GNU Wget utility for downloading network
data.
Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
Copyright (C) 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of this
manual provided the copyright notice and this permission notice are
@ -76,6 +76,10 @@ background = on/off
Enable/disable going to background, the same as `-b' (which enables
it).
backup_converted = on/off
Enable/disable saving pre-converted files with the suffix `.orig'
- the same as `-K' (which enables it).
base = STRING
Set base for relative URLs, the same as `-B'.
@ -683,8 +687,8 @@ Distribution
Like all GNU utilities, the latest version of Wget can be found at
the master GNU archive site prep.ai.mit.edu, and its mirrors. For
example, Wget 1.5.3 can be found at
`ftp://prep.ai.mit.edu/pub/gnu/wget-1.5.3.tar.gz'
example, Wget 1.5.3+dev can be found at
`ftp://prep.ai.mit.edu/pub/gnu/wget-1.5.3+dev.tar.gz'

File: wget.info, Node: Mailing List, Next: Reporting Bugs, Prev: Distribution, Up: Various
@ -1018,7 +1022,7 @@ File: wget.info, Node: Contributors, Prev: Security Considerations, Up: Appen
Contributors
============
GNU Wget was written by Hrvoje Niksic <hniksic@srce.hr>. However,
GNU Wget was written by Hrvoje Niksic <hniksic@iskon.hr>. However,
its development could never have gone as far as it has, were it not for
the help of many people, either with bug reports, feature proposals,
patches, or letters saying "Thanks!".

View File

@ -1,4 +1,4 @@
This is Info file wget.info, produced by Makeinfo version 1.67 from the
This is Info file wget.info, produced by Makeinfo version 1.68 from the
input file ./wget.texi.
INFO-DIR-SECTION Net Utilities
@ -10,7 +10,7 @@ END-INFO-DIR-ENTRY
This file documents the the GNU Wget utility for downloading network
data.
Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
Copyright (C) 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of this
manual provided the copyright notice and this permission notice are
@ -404,6 +404,7 @@ Concept Index
* append to log: Logging and Input File Options.
* arguments: Invoking.
* authentication: HTTP Options.
* backing up converted files: Recursive Retrieval Options.
* bug reports: Reporting Bugs.
* bugs: Reporting Bugs.
* cache: HTTP Options.
@ -473,8 +474,8 @@ Concept Index
* pause: Download Options.
* portability: Portability.
* proxies: Proxies.
* proxy <1>: Download Options.
* proxy: HTTP Options.
* proxy <1>: HTTP Options.
* proxy: Download Options.
* proxy authentication: HTTP Options.
* proxy filling: Recursive Retrieval Options.
* proxy password: HTTP Options.