texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Gavin D. Smith
Date: Wed, 27 Dec 2023 05:15:13 -0500 (EST)

branch: master
commit b198039d1c512e5a5935ef230e9adba0c84609e6
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Wed Dec 27 10:00:29 2023 +0000

    * info/info.c (info_short_help),
    * install-info/install-info.c (print_help),
    * util/texi2dvi (usage),
    * Pod-Simple-Texinfo/pod2texi.pl (pod2texi_help),
    * doc/texinfo.texi (Reporting Bugs, Printed Books)
    (Testing for Texinfo Commands, Invoking pod2texi),
    * doc/texi2oldapi.texi (Texi2HTML history, Texi2HTML changes),
    * doc/refcard/txirefcard.tex,
    * doc/Makefile.am,
    * util/htmlxref.cnf:
    
    Use https:// instead of http:// for Texinfo homepage URI throughout.
    From Mike Frysinger <vapier@gentoo.org>.
---
 ChangeLog                      | 16 ++++++++++++++++
 Pod-Simple-Texinfo/pod2texi.pl |  4 ++--
 doc/Makefile.am                |  2 +-
 doc/refcard/txirefcard.tex     |  4 ++--
 doc/texi2oldapi.texi           |  4 ++--
 doc/texinfo.texi               | 10 +++++-----
 info/info.c                    |  2 +-
 install-info/install-info.c    |  2 +-
 util/htmlxref.cnf              |  2 +-
 util/texi2dvi                  |  2 +-
 10 files changed, 32 insertions(+), 16 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 225b82aa27..18e587604c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2023-12-27  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * info/info.c (info_short_help),
+       * install-info/install-info.c (print_help),
+       * util/texi2dvi (usage),
+       * Pod-Simple-Texinfo/pod2texi.pl (pod2texi_help),
+       * doc/texinfo.texi (Reporting Bugs, Printed Books)
+       (Testing for Texinfo Commands, Invoking pod2texi),
+       * doc/texi2oldapi.texi (Texi2HTML history, Texi2HTML changes),
+       * doc/refcard/txirefcard.tex,
+       * doc/Makefile.am,
+       * util/htmlxref.cnf:
+
+       Use https:// instead of http:// for Texinfo homepage URI throughout.
+       From Mike Frysinger <vapier@gentoo.org>.
+
 2023-12-26  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/XS/convert/convert_html.c (find_element_target)
diff --git a/Pod-Simple-Texinfo/pod2texi.pl b/Pod-Simple-Texinfo/pod2texi.pl
index 9a74d170dc..5b3f8c5ef6 100755
--- a/Pod-Simple-Texinfo/pod2texi.pl
+++ b/Pod-Simple-Texinfo/pod2texi.pl
@@ -153,7 +153,7 @@ and all the \@include is generated.");
 
   $pod2texi_help .= __("Email bug reports to bug-texinfo\@gnu.org,
 general questions and discussion to help-texinfo\@gnu.org.
-Texinfo home page: http://www.gnu.org/software/texinfo/";)."\n";
+Texinfo home page: https://www.gnu.org/software/texinfo/";)."\n";
   return $pod2texi_help;
 }
 
@@ -717,7 +717,7 @@ Display version information and exit.
 =head1 SEE ALSO
 
 L<Pod::Simple::Texinfo>.  L<perlpod>.  The Texinfo manual.
-Texinfo home page: L<http://www.gnu.org/software/texinfo/>
+Texinfo home page: L<https://www.gnu.org/software/texinfo/>
 
 =head1 COPYRIGHT AND LICENSE
 
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 216c988b20..bb39dd4bc4 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -163,7 +163,7 @@ wwwdoc-build:
        && echo "Manuals ready for web distribution under: $(doctemp)/"
 #
 # At official release, we need to update:
-# http://www.gnu.org/software/texinfo/manual/
+# https://www.gnu.org/software/texinfo/manual/
 wwwdoc-install:
        cp -arf $(doctemp)/$(manual1) $(doctemp)/$(manual2) \
                $(doctemp)/$(manual3) $(doctemp)/$(manual4) \
diff --git a/doc/refcard/txirefcard.tex b/doc/refcard/txirefcard.tex
index aff7952aad..fe1ec4f7b2 100644
--- a/doc/refcard/txirefcard.tex
+++ b/doc/refcard/txirefcard.tex
@@ -390,7 +390,7 @@ http://www.gnupress.org} or write to the Free Software 
Foundation, Inc.,
 
 \centerline{(for Texinfo version \versionTexinfo)}
 \vskip1pt
-\centerline{\code{http://www.gnu.org/software/texinfo/}}
+\centerline{\code{https://www.gnu.org/software/texinfo/}}
 
 \chapter{Texinfo document skeleton}
 
@@ -998,7 +998,7 @@ work in both.
 \endinfokeys
 
 The Texinfo manual is available via \code{info texinfo}\linebreak
-(and at \code{http://www.gnu.org/software/texinfo/manual}).
+(and at \code{https://www.gnu.org/software/texinfo/manual}).
 
 \copyrightnotice
 \bye
diff --git a/doc/texi2oldapi.texi b/doc/texi2oldapi.texi
index 89c8c7ac86..931e426a15 100644
--- a/doc/texi2oldapi.texi
+++ b/doc/texi2oldapi.texi
@@ -63,7 +63,7 @@ In 2010, @command{texi2html}, then hosted
 at @uref{http://www.nongnu.org/texi2html/} was made
 compatible with @command{makeinfo}, losing the focus on HTML to become a
 more generic translator, and merged in 
-@uref{http://www.gnu.org/software/texinfo/, GNU Texinfo} to
+@uref{https://www.gnu.org/software/texinfo/, GNU Texinfo} to
 replace @command{makeinfo} in C.  That implementation, however, was
 never released and was abandoned in favor of another implementation
 that parses the Texinfo input into a tree for processing.
@@ -343,7 +343,7 @@ something similar with macros. See for example 
@file{glossary.texi}
 for glossary and @file{my-bib-macros.texi} for bibliography
 in the directory @file{examples}. In the web2c package there is
 an example of use of BibTeX, see 
@url{http://tug.org/texlive/devsrc/Build/source/TeX/texk/web2c/doc/} (the 
examples for bibliography are taken from the
-texinfo home page @url{http://www.gnu.org/software/texinfo/texinfo.html}).
+texinfo home page @url{https://www.gnu.org/software/texinfo/texinfo.html}).
 @item don't use @code{T2H_CENTER_IMAGE}. @code{@@center} should be used
 insead, it will give the right output for all the formats.
 @item If a directory creation fails the program aborts. This is much safer.
diff --git a/doc/texinfo.texi b/doc/texinfo.texi
index ba3a877fc7..b5491f6199 100644
--- a/doc/texinfo.texi
+++ b/doc/texinfo.texi
@@ -223,7 +223,7 @@ at the @uref{http://www.gnu.org/doc/, GNU documentation web 
page}.
 We welcome bug reports and suggestions for any aspect of the Texinfo
 system: programs, documentation, installation, etc.  Please email them
 to @email{bug-texinfo@@gnu.org}.  You can get the latest version of
-Texinfo via its home page, @uref{http://www.gnu.org/software/texinfo}.
+Texinfo via its home page, @uref{https://www.gnu.org/software/texinfo}.
 
 @cindex Checklist for bug reports
 For bug reports, please include enough information for the maintainers
@@ -463,7 +463,7 @@ of the Texinfo distribution.
 Texinfo provides a file @file{texinfo.tex} that contains the definitions
 that @TeX{} uses when it typesets a Texinfo file.
 You can get the latest version of @file{texinfo.tex} from
-the Texinfo home page, @uref{http://www.gnu.org/software/texinfo/}.
+the Texinfo home page, @uref{https://www.gnu.org/software/texinfo/}.
 
 A Texinfo-based book is similar to any other typeset, printed work: it
 can have a title page, copyright page, table of contents, and preface,
@@ -12733,7 +12733,7 @@ implementation is reliable in this regard, however.
 @pindex @file{NEWS} file for Texinfo
 You can check the @file{NEWS} file in the Texinfo source distribution
 and linked from the Texinfo home page
-(@url{http://www.gnu.org/software/texinfo}) to see when a particular
+(@url{https://www.gnu.org/software/texinfo}) to see when a particular
 command was added.
 
 @vindex txicommandconditionals
@@ -16669,13 +16669,13 @@ with @code{@@include}.
 @c options and examples in the @command{pod2texi} program itself, since it
 @c may be useful outside of the rest of Texinfo.  Thus, please see the
 @c output of @code{pod2texi --help}, the version on the web at
-@c @url{http://www.gnu.org/software/texinfo/manual/pod2texi.html}, etc.
+@c @url{https://www.gnu.org/software/texinfo/manual/pod2texi.html}, etc.
 
 The @command{pod2texi} program may be useful outside of the rest of Texinfo;
 thus, the invocation of @command{pod2texi} is documented in the Pod language
 using the man page format to follow the convention used in Perl standalone
 programs, with a version on the web
-@url{http://www.gnu.org/software/texinfo/manual/pod2texi.html} and a version
+@url{https://www.gnu.org/software/texinfo/manual/pod2texi.html} and a version
 included below.  The version included in the manual is also an example of
 @command{pod2texi} use, as it is converted from Pod using @command{pod2texi}.
 
diff --git a/info/info.c b/info/info.c
index 37bbb5e899..da59c01ff6 100644
--- a/info/info.c
+++ b/info/info.c
@@ -1162,7 +1162,7 @@ puts (_("\
   puts (_("\
 Email bug reports to bug-texinfo@gnu.org,\n\
 general questions and discussion to help-texinfo@gnu.org.\n\
-Texinfo home page: http://www.gnu.org/software/texinfo/";));
+Texinfo home page: https://www.gnu.org/software/texinfo/";));
 
   exit (EXIT_SUCCESS);
 }
diff --git a/install-info/install-info.c b/install-info/install-info.c
index 1377a5e6fd..8ff6e0a1d8 100644
--- a/install-info/install-info.c
+++ b/install-info/install-info.c
@@ -578,7 +578,7 @@ Options:\n\
   puts (_("\
 Email bug reports to bug-texinfo@gnu.org,\n\
 general questions and discussion to help-texinfo@gnu.org.\n\
-Texinfo home page: http://www.gnu.org/software/texinfo/";));
+Texinfo home page: https://www.gnu.org/software/texinfo/";));
 }
 
 
diff --git a/util/htmlxref.cnf b/util/htmlxref.cnf
index 1af587bb3d..75e9e4592a 100644
--- a/util/htmlxref.cnf
+++ b/util/htmlxref.cnf
@@ -20,7 +20,7 @@ htmlxrefversion=2023-04-02.12; # UTC
 # - have a unique file name (e.g., manual identifier), i.e., be related to the
 #   package name.  Things like "refman" or "tutorial" don't work.
 # - follow the naming convention for nodes described at
-# http://www.gnu.org/software/texinfo/manual/texinfo/html_node/HTML-Xref.html
+# https://www.gnu.org/software/texinfo/manual/texinfo/html_node/HTML-Xref.html
 #   This is what makeinfo and texi2html implement.
 # 
 # Unless the above criteria are met, it's not possible to generate
diff --git a/util/texi2dvi b/util/texi2dvi
index a982894676..2e9bca98f1 100755
--- a/util/texi2dvi
+++ b/util/texi2dvi
@@ -182,7 +182,7 @@ should give you access to more documentation.
 
 Report bugs to bug-texinfo@gnu.org,
 general questions and discussion to help-texinfo@gnu.org.
-GNU Texinfo home page: <http://www.gnu.org/software/texinfo/>
+GNU Texinfo home page: <https://www.gnu.org/software/texinfo/>
 General help using GNU software: <http://www.gnu.org/gethelp/>
 EOF
   exit 0



reply via email to

[Prev in Thread] Current Thread [Next in Thread]