]> sjero.net Git - wget/commitdiff
Merge from mainline
authorMicah Cowan <micah@cowan.name>
Fri, 28 Sep 2007 23:22:38 +0000 (16:22 -0700)
committerMicah Cowan <micah@cowan.name>
Fri, 28 Sep 2007 23:22:38 +0000 (16:22 -0700)
1  2 
doc/texi2pod.pl
doc/wget.texi

diff --combined doc/texi2pod.pl
index 3a9f78a587565ea0b5e1b002088df8a83f207aa2,bcb276c6f477a4ecdbc83aea973bbc874d24eca9..9c6d8cc27928a958afad368eadcc9f7ab364cfa2
@@@ -1,7 -1,6 +1,7 @@@
  #! /usr/bin/env perl
  
 -#   Copyright (C) 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
 +#   Copyright (C) 1999, 2000, 2001, 2003, 2007 Free Software
 +#   Foundation, Inc.
  
  # This file is part of GCC.
  
@@@ -228,11 -227,12 +228,12 @@@ while(<$inf>) 
      /^\@include\s+(.+)$/ and do {
        push @instack, $inf;
        $inf = gensym();
+       $file = postprocess($1);
  
        # Try cwd and $ibase.
-       open($inf, "<" . $1
-           or open($inf, "<" . $ibase . "/" . $1)
-               or die "cannot open $1 or $ibase/$1: $!\n";
+       open($inf, "<" . $file
+           or open($inf, "<" . $ibase . "/" . $file)
+               or die "cannot open $file or $ibase/$file: $!\n";
        next;
      };
  
        $ic =~ s/\@(?:code|kbd)/C/;
        $ic =~ s/\@(?:dfn|var|emph|cite|i)/I/;
        $ic =~ s/\@(?:file)/F/;
-       $ic =~ s/\@(?:asis)/S/; # punt
        $_ = "\n=over 4\n";
      };
  
@@@ -309,7 -308,7 +309,7 @@@ die "No filename or title\n" unless def
  $sects{NAME} = "$fn \- $tl\n";
  $sects{FOOTNOTES} .= "=back\n" if exists $sects{FOOTNOTES};
  
- for $sect (qw(NAME SYNOPSIS DESCRIPTION OPTIONS ENVIRONMENT EXAMPLES FILES
+ for $sect (qw(NAME SYNOPSIS DESCRIPTION OPTIONS ENVIRONMENT FILES
              BUGS NOTES FOOTNOTES SEEALSO AUTHOR COPYRIGHT)) {
      if(exists $sects{$sect}) {
        $head = $sect;
@@@ -351,6 -350,13 +351,13 @@@ sub postproces
      s/\@w\{([^\}]*)\}/S<$1>/g;
      s/\@(?:dmn|math)\{([^\}]*)\}/$1/g;
  
+     # keep references of the form @ref{...}, print them bold
+     s/\@(?:ref)\{([^\}]*)\}/B<$1>/g;
+     # Change double single quotes to double quotes.
+     s/''/"/g;
+     s/``/"/g;
      # Cross references are thrown away, as are @noindent and @refill.
      # (@noindent is impossible in .pod, and @refill is unnecessary.)
      # @* is also impossible in .pod; we discard it and any newline that
diff --combined doc/wget.texi
index f7066cd409a5f6b85010c66d81781c60dbaa3160,5ed1c6a7a94b40897544f6c8e9f768807fa46513..c4bb4942d36dd393e20cab6d8e8b6932344c43ca
@@@ -64,7 -64,11 +64,11 @@@ Originally written by Hrvoje Niksic <hn
  Currently maintained by Micah Cowan <micah@cowan.name>.
  @c man end
  @c man begin SEEALSO
- GNU Info entry for @file{wget}.
+ This is @strong{not} the complete manual for GNU Wget.
+ For more complete information, including more detailed explanations of
+ some of the options, and a number of commands available
+ for use with @file{.wgetrc} files and the @samp{-e} option, see the GNU
+ Info entry for @file{wget}.
  @c man end
  @end ignore
  
@@@ -347,7 -351,7 +351,7 @@@ wget -r --tries=10 http://fly.srk.fer.h
  @end example
  
  The space between the option accepting an argument and the argument may
- be omitted.  Instead @samp{-o log} you can write @samp{-olog}.
+ be omitted.  Instead of @samp{-o log} you can write @samp{-olog}.
  
  You may put several options that do not require arguments together,
  like:
@@@ -754,7 -758,7 +758,7 @@@ connect timeout, other than that implem
  @cindex timeout, read
  @item --read-timeout=@var{seconds}
  Set the read (and write) timeout to @var{seconds} seconds.  The
- ``time'' of this timeout refers @dfn{idle time}: if, at any point in
+ ``time'' of this timeout refers to @dfn{idle time}: if, at any point in
  the download, no data is received for more than the specified number
  of seconds, reading fails and the download is restarted.  This option
  does not directly affect the duration of the entire download.
@@@ -1087,8 -1091,8 +1091,8 @@@ Retrieval Options})
  @itemx --http-password=@var{password}
  Specify the username @var{user} and password @var{password} on an
  @sc{http} server.  According to the type of the challenge, Wget will
- encode them using either the @code{basic} (insecure) or the
@code{digest} authentication scheme.
+ encode them using either the @code{basic} (insecure),
the @code{digest}, or the Windows @code{NTLM} authentication scheme.
  
  Another way to specify username and password is in the @sc{url} itself
  (@pxref{URL Format}).  Either method reveals your password to anyone who
@@@ -1807,7 -1811,7 +1811,7 @@@ option to turn it on
  @item -A @var{acclist} --accept @var{acclist}
  @itemx -R @var{rejlist} --reject @var{rejlist}
  Specify comma-separated lists of file name suffixes or patterns to
- accept or reject (@pxref{Types of Files} for more details). Note that if
+ accept or reject (@pxref{Types of Files}). Note that if
  any of the wildcard characters, @samp{*}, @samp{?}, @samp{[} or
  @samp{]}, appear in an element of @var{acclist} or @var{rejlist},
  it will be treated as a pattern, rather than a suffix.
@@@ -1876,13 -1880,13 +1880,13 @@@ without any distractions, not even thos
  @item -I @var{list}
  @itemx --include-directories=@var{list}
  Specify a comma-separated list of directories you wish to follow when
- downloading (@pxref{Directory-Based Limits} for more details.)  Elements
+ downloading (@pxref{Directory-Based Limits}).  Elements
  of @var{list} may contain wildcards.
  
  @item -X @var{list}
  @itemx --exclude-directories=@var{list}
  Specify a comma-separated list of directories you wish to exclude from
- download (@pxref{Directory-Based Limits} for more details.)  Elements of
+ download (@pxref{Directory-Based Limits}).  Elements of
  @var{list} may contain wildcards.
  
  @item -np
@@@ -3621,18 -3625,6 +3625,18 @@@ layout and many other things
  Junio Hamano---donated support for Opie and @sc{http} @code{Digest}
  authentication.
  
 +@item
 +Mauro Tortonesi---Improved IPv6 support, adding support for dual
 +family systems.  Refactored and enhanced FTP IPv6 code. Maintained GNU
 +Wget from 2004--2007.
 +
 +@item
 +Christopher G.@: Lewis---Maintenance of the Windows version of GNU WGet.
 +
 +@item
 +Gisle Vanem---Many helpful patches and improvements, especially for
 +Windows and MS-DOS support.
 +
  @item
  People who provided donations for development---including Brian Gough.
  @end itemize
@@@ -3647,7 -3639,7 +3651,7 @@@ Martin Baehr
  Dieter Baron,
  Roger Beeman,
  Dan Berger,
 -T. Bharath,
 +T.@: Bharath,
  Christian Biere,
  Paul Bludov,
  Daniel Bodea,
@@@ -3688,7 -3680,7 +3692,7 @@@ Aleksandar Erkalovic
  Andy Eskilsson,
  Christian Fraenkel,
  David Fritz,
 -Charles C. Fu,
 +Charles C.@: Fu,
  FUJISHIMA Satsuki,
  Masashi Fujita,
  Howard Gayle,
@@@ -3743,7 -3735,7 +3747,7 @@@ Simos KSenitellis
  @end ifnottex
  Christian Lackas,
  Hrvoje Lacko,
 -Daniel S. Lewart,
 +Daniel S.@: Lewart,
  @iftex
  Nicol@'{a}s Lichtmeier,
  @end iftex
  Nicolas Lichtmeier,
  @end ifnottex
  Dave Love,
 -Alexander V. Lukyanov,
 +Alexander V.@: Lukyanov,
  @iftex
  Thomas Lu@ss{}nig,
  @end iftex
@@@ -3760,16 -3752,16 +3764,16 @@@ Thomas Lussnig
  @end ifnottex
  Andre Majorel,
  Aurelien Marchand,
 -Matthew J. Mellon,
 +Matthew J.@: Mellon,
  Jordan Mendelson,
  Lin Zhe Min,
  Jan Minar,
  Tim Mooney,
  Keith Moore,
 -Adam D. Moss,
 +Adam D.@: Moss,
  Simon Munton,
  Charlie Negyesi,
 -R. K. Owen,
 +R.@: K.@: Owen,
  Leonid Petrov,
  Simone Piunno,
  Andrew Pollock,
@@@ -3791,7 -3783,6 +3795,7 @@@ Keith Refson
  Bill Richardson,
  Tyler Riddle,
  Tobias Ringstrom,
 +Jochen Roderburg,
  @c Texinfo doesn't grok @'{@i}, so we have to use TeX itself.
  @tex
  Juan Jos\'{e} Rodr\'{\i}guez,
  @ifnottex
  Juan Jose Rodriguez,
  @end ifnottex
 -Maciej W. Rozycki,
 -Edward J. Sabol,
 +Maciej W.@: Rozycki,
 +Edward J.@: Sabol,
  Heinz Salzmann,
  Robert Schmidt,
  Nicolas Schodet,
  Andreas Schwab,
 -Steven M. Schweda,
 +Steven M.@: Schweda,
  Chris Seawood,
  Dennis Smit,
  Toomas Soome,
@@@ -3829,9 -3820,7 +3833,9 @@@ Russell Vincent
  Zeljko Vrba,
  @end ifnottex
  Charles G Waldman,
 -Douglas E. Wegscheid,
 +Douglas E.@: Wegscheid,
 +Ralf Wildenhues,
 +Joshua David Williams,
  YAMAZAKI Makoto,
  Jasmin Zainul,
  @iftex