RE: Looking for 1.9.1 user manual

2008-04-02 Thread Kevin.Low
I've looked through both wget-1.9.1.tar.gz and wget-1.9.tar.gz and do
not see a user manual. An example of what I'm calling a user manual is
at http://www.gnu.org/software/wget/manual/wget.html for 1.11.1, but I
do not see previous versions available there.  Is there another place I
can look?

Please cc me as I'm not on the mailing list.

Thanks,
Kevin


-Original Message-
From: Steven M. Schweda [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 01, 2008 7:11 PM
To: WGET@sunsite.dk
Cc: Kevin Low
Subject: Re: Looking for 1.9.1 user manual

From: Kevin.Low

 What I'm looking for today is simply, the 1.9.1 user manual.  [...]

   Do you seek anything which is not part of the usual source kit(s), as
seen, for example, at:

  http://ftp.gnu.org/gnu/wget/

?  (Pick a version, any version...)



   Steven M. Schweda   [EMAIL PROTECTED]
   382 South Warwick Street(+1) 651-699-9818
   Saint Paul  MN  55105-2547


Re: Looking for 1.9.1 user manual

2008-04-02 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

[EMAIL PROTECTED] wrote:
 I've looked through both wget-1.9.1.tar.gz and wget-1.9.tar.gz and do
 not see a user manual. An example of what I'm calling a user manual is
 at http://www.gnu.org/software/wget/manual/wget.html for 1.11.1, but I
 do not see previous versions available there.  Is there another place I
 can look?

All source tarballs come with the texinfo user manual, which is the
usual documentation format for GNU projects. If you go visit the doc/
source directory, and have GNU Info installed, you can simply run:

  info ./wget.info

to access the manual (if you've never used info before, you might want
to run info info first).

Alternatively, you can generate the HTML documentation, if you have
texi2html installed (you may be able to obtain it from your OS vendor,
or else in source form from texi2html.cvshome.org). To do this, go to
the Wget source directory and do:

  ./configure
  cd doc  make wget_toc.html

- --
Micah J. Cowan
Programmer, musician, typesetting enthusiast, gamer,
and GNU Wget Project Maintainer.
http://micah.cowan.name/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFH87I97M8hyUobTrERAl7nAJ9PlQ8kFPnCCVL82V4mTUVOfwX8PACeKjpv
jPhgzN/l3D47XzdlPv85ZYI=
=MMmn
-END PGP SIGNATURE-


Re: Looking for 1.9.1 user manual

2008-04-01 Thread Steven M. Schweda
From: Kevin.Low

 What I'm looking for today is simply, the 1.9.1 user manual.  [...]

   Do you seek anything which is not part of the usual source kit(s), as
seen, for example, at:

  http://ftp.gnu.org/gnu/wget/

?  (Pick a version, any version...)



   Steven M. Schweda   [EMAIL PROTECTED]
   382 South Warwick Street(+1) 651-699-9818
   Saint Paul  MN  55105-2547