[svn] Remove explicit version from README.

This commit is contained in:
hniksic 2003-11-07 07:03:56 -08:00
parent 6bf6f58ca3
commit 3ad652868c
2 changed files with 18 additions and 14 deletions

View File

@ -1,3 +1,8 @@
2003-11-07 Hrvoje Niksic <hniksic@xemacs.org>
* README: Remove explicit version reference, so that the file
doesn't have to be updated for each new release.
2003-11-05 Hrvoje Niksic <hniksic@xemacs.org> 2003-11-05 Hrvoje Niksic <hniksic@xemacs.org>
* libtool.m4, ltmain.sh, config.sub, config.guess: Upgrade to * libtool.m4, ltmain.sh, config.sub, config.guess: Upgrade to

27
README
View File

@ -36,24 +36,23 @@ options, or via initialization file .wgetrc. Wget allows you to
install a global startup file (/usr/local/etc/wgetrc by default) for install a global startup file (/usr/local/etc/wgetrc by default) for
site settings. site settings.
Wget works under almost all modern Unix variants and, unlike many of Wget works under almost all Unix variants in use today and, unlike
its predecessors, is written entirely in C, thus requiring no many of its historical predecessors, is written entirely in C, thus
additional software (like perl). As Wget uses the GNU Autoconf, it is requiring no additional software, such as Perl. The external software
easily built on and ported to other Unix's. Installation procedure is it does work with, such as OpenSSL, is optional. As Wget uses the GNU
described in the INSTALL file. Autoconf, it is easily built on and ported to new Unix-like systems.
The installation procedure is described in the INSTALL file.
Like all GNU utilities, the latest version of Wget can be found at the As with other GNU software, the latest version of Wget can be found at
master GNU archive site ftp.gnu.org, and its mirrors. For example, the master GNU archive site ftp.gnu.org, and its mirrors. Wget
Wget 1.9 is available at: resides at <ftp://ftp.gnu.org/pub/gnu/wget/>.
ftp://ftp.gnu.org/pub/gnu/wget/wget-1.9.tar.gz
Please report bugs in Wget to <bug-wget@gnu.org>. Please report bugs in Wget to <bug-wget@gnu.org>.
Wget has a mailing list at <wget@sunsite.dk>. To subscribe, mail to See the file `MAILING-LIST' for information about Wget mailing lists.
<wget-subscribe@sunsite.dk>. Wget's home page is temporarily at Wget's home page is temporarily at <http://wget.sunsite.dk/>. It is
<http://wget.sunsite.dk/>. It is being migrated to being migrated to <http://www.gnu.org/software/wget/>, where will be
<http://www.gnu.org/software/wget/>, where will be its permanent home. its permanent home.
MAINTAINER: Hrvoje Niksic <hniksic@xemacs.org> MAINTAINER: Hrvoje Niksic <hniksic@xemacs.org>