From: Norman Walsh Date: Thu, 3 Oct 2019 20:45:25 +0000 (-0500) Subject: Fix http://cdn... to https://cdn... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5e4487a810037c38896a19b11752987c9a25b23;p=docbook-dsssl Fix http://cdn... to https://cdn... --- diff --git a/contrib/tools/emacs/docbook-menu/doc/make-help.xsl b/contrib/tools/emacs/docbook-menu/doc/make-help.xsl index 1c403a6dc..b4fb5be24 100644 --- a/contrib/tools/emacs/docbook-menu/doc/make-help.xsl +++ b/contrib/tools/emacs/docbook-menu/doc/make-help.xsl @@ -1,7 +1,7 @@ - + diff --git a/contrib/tools/emacs/docbook-menu/doc/make-html.xsl b/contrib/tools/emacs/docbook-menu/doc/make-html.xsl index 837d2fbd9..81d22492d 100644 --- a/contrib/tools/emacs/docbook-menu/doc/make-html.xsl +++ b/contrib/tools/emacs/docbook-menu/doc/make-html.xsl @@ -1,6 +1,6 @@ - + diff --git a/contrib/tools/fo-editor/src/cz/zcu/fav/kiv/editor/controller/options/OptionItems.java b/contrib/tools/fo-editor/src/cz/zcu/fav/kiv/editor/controller/options/OptionItems.java index f5c4edf85..82b322c88 100644 --- a/contrib/tools/fo-editor/src/cz/zcu/fav/kiv/editor/controller/options/OptionItems.java +++ b/contrib/tools/fo-editor/src/cz/zcu/fav/kiv/editor/controller/options/OptionItems.java @@ -180,7 +180,7 @@ public class OptionItems { defaultSettings.put(KEY_NEWLINE, NewlineEnum.CRLF.getKey()); defaultSettings.put(KEY_STYLESHEET_VERSION, "1.0"); defaultSettings.put(KEY_IMPORT_FILE, - "http://cdn.docbook.org/release/xsl/current/fo/docbook.xsl;"); + "https://cdn.docbook.org/release/xsl/current/fo/docbook.xsl;"); return defaultSettings; } diff --git a/contrib/tools/fo-editor/src/resources/TextResource_cs.properties b/contrib/tools/fo-editor/src/resources/TextResource_cs.properties index 00f01d64a..49257ec2e 100644 --- a/contrib/tools/fo-editor/src/resources/TextResource_cs.properties +++ b/contrib/tools/fo-editor/src/resources/TextResource_cs.properties @@ -85,7 +85,7 @@ option_save.newline.description=Znak konce řádky používaný ve výstupních option_save.stylesheet_version=Verze XSL stylu option_save.stylesheet_version.description=Verze XSL stylu, např. . option_save.import_file=Importovaný styl -option_save.import_file.description=Standardní XSL styl importovaný editovaným XSL stylem, např. . Write down path separated by ';'. +option_save.import_file.description=Standardní XSL styl importovaný editovaným XSL stylem, např. . Write down path separated by ';'. # open file open_file.title=Otevírání souboru @@ -193,7 +193,7 @@ button.no=Ne button.ok=OK #url -url.parameter_description=http://cdn.docbook.org/release/xsl/current/doc/fo/{0}.html +url.parameter_description=https://cdn.docbook.org/release/xsl/current/doc/fo/{0}.html #color editor component.color_editor.title=Editor barev diff --git a/contrib/tools/fo-editor/src/resources/TextResource_en.properties b/contrib/tools/fo-editor/src/resources/TextResource_en.properties index 81e2fad33..608f705f9 100644 --- a/contrib/tools/fo-editor/src/resources/TextResource_en.properties +++ b/contrib/tools/fo-editor/src/resources/TextResource_en.properties @@ -85,7 +85,7 @@ option_save.newline.description=End of line character used in output XSL files. option_save.stylesheet_version=Stylesheet version option_save.stylesheet_version.description=Stylesheet version, e.g. . option_save.import_file=Imported stylesheet -option_save.import_file.description=Standard stylesheet file imported by edited stylesheet, e.g. . Write down path separated by ';'. +option_save.import_file.description=Standard stylesheet file imported by edited stylesheet, e.g. . Write down path separated by ';'. # open file open_file.title=Opening file @@ -193,7 +193,7 @@ button.no=No button.ok=OK #url -url.parameter_description=http://cdn.docbook.org/release/xsl/current/doc/fo/{0}.html +url.parameter_description=https://cdn.docbook.org/release/xsl/current/doc/fo/{0}.html #color editor component.color_editor.title=Color Editor diff --git a/contrib/tools/tennison/modify.xsl b/contrib/tools/tennison/modify.xsl index fd2b1c90e..39ee90e21 100644 --- a/contrib/tools/tennison/modify.xsl +++ b/contrib/tools/tennison/modify.xsl @@ -21,7 +21,7 @@ * This modified version of markup.xsl is used as part of * the internal build of the DocBook Project XSL Stylesheets * - * http://cdn.docbook.org/release/xsl/current/ + * https://cdn.docbook.org/release/xsl/current/ * * Copyright 2007 The DocBook Project <docbook-developers@sf.net> * diff --git a/contrib/xsl/applethelp/applethelp.xsl b/contrib/xsl/applethelp/applethelp.xsl index fc51f6036..0c33924cb 100755 --- a/contrib/xsl/applethelp/applethelp.xsl +++ b/contrib/xsl/applethelp/applethelp.xsl @@ -7,7 +7,7 @@ version="1.0"> - + diff --git a/contrib/xsl/resume/fo/resume.xsl b/contrib/xsl/resume/fo/resume.xsl index 4770c7b24..e21ad3322 100644 --- a/contrib/xsl/resume/fo/resume.xsl +++ b/contrib/xsl/resume/fo/resume.xsl @@ -3,7 +3,7 @@ xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0"> - + diff --git a/contrib/xsl/resume/html/resume.xsl b/contrib/xsl/resume/html/resume.xsl index be997314b..86e7dc892 100644 --- a/contrib/xsl/resume/html/resume.xsl +++ b/contrib/xsl/resume/html/resume.xsl @@ -2,7 +2,7 @@ - + diff --git a/contrib/xsl/slides/s5/s5.xsl b/contrib/xsl/slides/s5/s5.xsl index d8dd74bdf..1181f3660 100644 --- a/contrib/xsl/slides/s5/s5.xsl +++ b/contrib/xsl/slides/s5/s5.xsl @@ -5,7 +5,7 @@ - + diff --git a/contrib/xsl/tabular-toc/xsl/html/website-common.xsl b/contrib/xsl/tabular-toc/xsl/html/website-common.xsl index 8d4abeba5..4d0f53765 100644 --- a/contrib/xsl/tabular-toc/xsl/html/website-common.xsl +++ b/contrib/xsl/tabular-toc/xsl/html/website-common.xsl @@ -26,7 +26,7 @@ - + - + diff --git a/releasetools/make-catalog.xsl b/releasetools/make-catalog.xsl index 51b6c950f..8a1f1ca7b 100644 --- a/releasetools/make-catalog.xsl +++ b/releasetools/make-catalog.xsl @@ -15,7 +15,7 @@ -http://cdn.docbook.org/release +https://cdn.docbook.org/release current diff --git a/releasetools/modified-markup.xsl b/releasetools/modified-markup.xsl index 2d7e5d7f7..879e9ca8c 100644 --- a/releasetools/modified-markup.xsl +++ b/releasetools/modified-markup.xsl @@ -7,7 +7,7 @@ - + diff --git a/releasetools/xslnsfiles/manpages.table.xsl b/releasetools/xslnsfiles/manpages.table.xsl index 19f5a320c..7abe64944 100644 --- a/releasetools/xslnsfiles/manpages.table.xsl +++ b/releasetools/xslnsfiles/manpages.table.xsl @@ -8,12 +8,12 @@ diff --git a/testdocs/i18n/i18n-fo.xsl b/testdocs/i18n/i18n-fo.xsl index bf3eb0734..85388cad0 100644 --- a/testdocs/i18n/i18n-fo.xsl +++ b/testdocs/i18n/i18n-fo.xsl @@ -3,7 +3,7 @@ xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0"> - + diff --git a/testdocs/i18n/localize.xsl b/testdocs/i18n/localize.xsl index 5833e9525..ac4abac63 100644 --- a/testdocs/i18n/localize.xsl +++ b/testdocs/i18n/localize.xsl @@ -5,7 +5,7 @@ exclude-result-prefixes="l xl" version="1.0"> - + diff --git a/xsl-saxon/src/com/nwalsh/saxon/Windows1252.java b/xsl-saxon/src/com/nwalsh/saxon/Windows1252.java index 579507ab6..7b9364f76 100644 --- a/xsl-saxon/src/com/nwalsh/saxon/Windows1252.java +++ b/xsl-saxon/src/com/nwalsh/saxon/Windows1252.java @@ -28,7 +28,7 @@ import com.icl.saxon.charcode.PluggableCharacterSet; * - * + * * * * diff --git a/xsl/.make-catalog.xsl b/xsl/.make-catalog.xsl index 51b6c950f..8a1f1ca7b 100644 --- a/xsl/.make-catalog.xsl +++ b/xsl/.make-catalog.xsl @@ -15,7 +15,7 @@ -http://cdn.docbook.org/release +https://cdn.docbook.org/release current diff --git a/xsl/.urilist b/xsl/.urilist index 104402a7f..b3c3dc347 100644 --- a/xsl/.urilist +++ b/xsl/.urilist @@ -1 +1 @@ -. http://cdn.docbook.org/release/xsl/current/ +. https://cdn.docbook.org/release/xsl/current/ diff --git a/xsl/Makefile b/xsl/Makefile index a4d82e42b..7f4ef86dd 100644 --- a/xsl/Makefile +++ b/xsl/Makefile @@ -63,7 +63,7 @@ DISTRIB_PACKAGES = doc # list of pathname+URIs to test for catalog support URILIST = \ -.\ http://cdn.docbook.org/release/xsl/current/ +.\ https://cdn.docbook.org/release/xsl/current/ DIRS=common lib html fo manpages htmlhelp javahelp eclipse roundtrip slides website extensions xhtml xhtml-1_1 webhelp xhtml5 epub3 diff --git a/xsl/README b/xsl/README index bed6c7998..31e3d5b2b 100644 --- a/xsl/README +++ b/xsl/README @@ -21,7 +21,7 @@ How to use the stylesheets ---------------------------------------------------------------------- The base canonical URI for these stylesheets is: - http://cdn.docbook.org/release/xsl/current/ + https://cdn.docbook.org/release/xsl/current/ You call any of the stylesheets in this distribution by doing one of the following: @@ -29,7 +29,7 @@ of the following: - Use the base canonical URI in combination with one of the pathnames below. For example, for "chunked" HTML, output: - http://cdn.docbook.org/release/xsl/current/html/chunk.xsl + https://cdn.docbook.org/release/xsl/current/html/chunk.xsl If your system has a working XML Catalog or SGML Catalog setup (most Linux systems do), then that URI will automatically be diff --git a/xsl/README.BUILD b/xsl/README.BUILD index 3b1dedd7d..f4567cf42 100644 --- a/xsl/README.BUILD +++ b/xsl/README.BUILD @@ -367,7 +367,7 @@ the stylesheets -- then you can ignore this "Part 2" section; the NOTE: The catalog-install script "installs" some XML Catalog settings in your environment so xsltproc/saxon will resolve the - http://cdn.docbook.org/release/xsl/current/ canonical + https://cdn.docbook.org/release/xsl/current/ canonical URL to the working directory you're actually building in (instead of to whatever it would normally resolve to). diff --git a/xsl/RELEASE-NOTES.xml b/xsl/RELEASE-NOTES.xml index 480519d21..22373150a 100644 --- a/xsl/RELEASE-NOTES.xml +++ b/xsl/RELEASE-NOTES.xml @@ -13,14 +13,14 @@ This release-notes document is available in the following formats: HTML, plain text; it provides a per-release list of enhancements and changes to the stylesheets’ public APIs (user-configurable parameters) and excludes descriptions of most @@ -7755,7 +7755,7 @@ significant feature changes: The reference documentation that ships with the release now includes documentation on all PIs that you can use to control output from the stylesheets. @@ -11784,7 +11784,7 @@ Steve Ball stylesheets into the DocBook XSL stylesheets package. So, for example, Website documents can now be processed using the following URI for the driver Website - tabular.xsl file: http://cdn.docbook.org/release/xsl/current/website/tabular.xsl + tabular.xsl file: https://cdn.docbook.org/release/xsl/current/website/tabular.xsl A procedure without a title is @@ -12993,7 +12993,7 @@ Steve Ball <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> - <xsl:import href="http://cdn.docbook.org/release/xsl/current/htmlhelp/htmlhelp.xsl"/> + <xsl:import href="https://cdn.docbook.org/release/xsl/current/htmlhelp/htmlhelp.xsl"/> <xsl:output method="html" encoding="WINDOWS-1252" indent="no"/> <xsl:param name="htmlhelp.encoding" select="'WINDOWS-1252'"></xsl:param> <xsl:param name="chunker.output.encoding" select="'WINDOWS-1252'"></xsl:param> @@ -13414,8 +13414,8 @@ stylesheet with new indexing code <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> -<xsl:import href="http://cdn.docbook.org/release/xsl/current/fo/docbook.xsl"/> -<xsl:include href="http://cdn.docbook.org/release/xsl/current/fo/autoidx-ng.xsl"/> +<xsl:import href="https://cdn.docbook.org/release/xsl/current/fo/docbook.xsl"/> +<xsl:include href="https://cdn.docbook.org/release/xsl/current/fo/autoidx-ng.xsl"/> </xsl:stylesheet> New method is known to work with Saxon and it should also work diff --git a/xsl/common/autoidx-kimber.xsl b/xsl/common/autoidx-kimber.xsl index be1049a67..eeae7e179 100644 --- a/xsl/common/autoidx-kimber.xsl +++ b/xsl/common/autoidx-kimber.xsl @@ -16,7 +16,7 @@ diff --git a/xsl/common/autoidx-kosek.xsl b/xsl/common/autoidx-kosek.xsl index 9f8ae4f56..67c9d6e09 100644 --- a/xsl/common/autoidx-kosek.xsl +++ b/xsl/common/autoidx-kosek.xsl @@ -17,7 +17,7 @@ diff --git a/xsl/common/charmap.xsl b/xsl/common/charmap.xsl index 5adc9ded4..1f9d7094f 100644 --- a/xsl/common/charmap.xsl +++ b/xsl/common/charmap.xsl @@ -11,7 +11,7 @@ diff --git a/xsl/common/common.xsl b/xsl/common/common.xsl index 80742b6ce..367f0494b 100644 --- a/xsl/common/common.xsl +++ b/xsl/common/common.xsl @@ -14,7 +14,7 @@ diff --git a/xsl/common/entities.ent b/xsl/common/entities.ent index d47a8c708..ac4ed9c9b 100644 --- a/xsl/common/entities.ent +++ b/xsl/common/entities.ent @@ -4,7 +4,7 @@ sorting (and other things) by various templates. This file is part of the XSL DocBook Stylesheet distribution. - See ../README or http://cdn.docbook.org/release/xsl/current/ for + See ../README or https://cdn.docbook.org/release/xsl/current/ for copyright and other information. ******************************************************************** --> diff --git a/xsl/common/gentext.xsl b/xsl/common/gentext.xsl index 38dc46e13..e5ffb227a 100644 --- a/xsl/common/gentext.xsl +++ b/xsl/common/gentext.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/common/insertfile.xsl b/xsl/common/insertfile.xsl index 94bd0496e..44cab4c6c 100644 --- a/xsl/common/insertfile.xsl +++ b/xsl/common/insertfile.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/common/l10n.xsl b/xsl/common/l10n.xsl index 63a19630b..5a77856de 100644 --- a/xsl/common/l10n.xsl +++ b/xsl/common/l10n.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/common/olink.xsl b/xsl/common/olink.xsl index ea954b8fc..1f5e078f8 100644 --- a/xsl/common/olink.xsl +++ b/xsl/common/olink.xsl @@ -5,7 +5,7 @@ diff --git a/xsl/common/pi.xsl b/xsl/common/pi.xsl index 5178194c3..2404e2c2e 100644 --- a/xsl/common/pi.xsl +++ b/xsl/common/pi.xsl @@ -13,7 +13,7 @@ diff --git a/xsl/common/refentry.xsl b/xsl/common/refentry.xsl index 6fd898f16..b6d6d07fd 100644 --- a/xsl/common/refentry.xsl +++ b/xsl/common/refentry.xsl @@ -9,7 +9,7 @@ diff --git a/xsl/common/stripns.xsl b/xsl/common/stripns.xsl index dba306e1b..e38ad4a11 100644 --- a/xsl/common/stripns.xsl +++ b/xsl/common/stripns.xsl @@ -12,7 +12,7 @@ diff --git a/xsl/common/subtitles.xsl b/xsl/common/subtitles.xsl index a6390a1a9..25816c1ad 100644 --- a/xsl/common/subtitles.xsl +++ b/xsl/common/subtitles.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/common/table.xsl b/xsl/common/table.xsl index d5c46fe6c..868a65b06 100644 --- a/xsl/common/table.xsl +++ b/xsl/common/table.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/common/targets.xsl b/xsl/common/targets.xsl index aa9430cff..c9f5e6c6a 100644 --- a/xsl/common/targets.xsl +++ b/xsl/common/targets.xsl @@ -9,7 +9,7 @@ diff --git a/xsl/common/titles.xsl b/xsl/common/titles.xsl index 3f8bb96a3..c27a471aa 100644 --- a/xsl/common/titles.xsl +++ b/xsl/common/titles.xsl @@ -9,7 +9,7 @@ diff --git a/xsl/common/utility.xsl b/xsl/common/utility.xsl index 83ee04193..465d19b75 100644 --- a/xsl/common/utility.xsl +++ b/xsl/common/utility.xsl @@ -11,7 +11,7 @@ diff --git a/xsl/docsrc/reference.xml b/xsl/docsrc/reference.xml index 199cb00ca..dc064a45e 100644 --- a/xsl/docsrc/reference.xml +++ b/xsl/docsrc/reference.xml @@ -27,13 +27,13 @@ HTML, PDF, plain text diff --git a/xsl/eclipse/eclipse.xsl b/xsl/eclipse/eclipse.xsl index 640cef441..6b70872f9 100644 --- a/xsl/eclipse/eclipse.xsl +++ b/xsl/eclipse/eclipse.xsl @@ -12,7 +12,7 @@ diff --git a/xsl/eclipse/eclipse3.xsl b/xsl/eclipse/eclipse3.xsl index 9809733b3..617ce8613 100644 --- a/xsl/eclipse/eclipse3.xsl +++ b/xsl/eclipse/eclipse3.xsl @@ -10,7 +10,7 @@ ******************************************************************************** This file is part of the XSL DocBook Stylesheet distribution. - See ../README or http://cdn.docbook.org/release/xsl/current/ for + See ../README or https://cdn.docbook.org/release/xsl/current/ for copyright and other information. * Copyright (c) 2008 Standards for Technology in Automotive Retail and others. diff --git a/xsl/epub3/README b/xsl/epub3/README index be99f3496..b13f854a2 100644 --- a/xsl/epub3/README +++ b/xsl/epub3/README @@ -168,13 +168,13 @@ custom-epub3-chunk.xsl - + - + - + diff --git a/xsl/epub3/profile-chunk.xsl b/xsl/epub3/profile-chunk.xsl index 4e6cc75c3..61514a79d 100644 --- a/xsl/epub3/profile-chunk.xsl +++ b/xsl/epub3/profile-chunk.xsl @@ -11,7 +11,7 @@ diff --git a/xsl/epub3/profile-docbook.xsl b/xsl/epub3/profile-docbook.xsl index 772c8b0a7..5d6ec0839 100644 --- a/xsl/epub3/profile-docbook.xsl +++ b/xsl/epub3/profile-docbook.xsl @@ -22,7 +22,7 @@ diff --git a/xsl/fo/admon.xsl b/xsl/fo/admon.xsl index c581b7bc8..1658c3508 100644 --- a/xsl/fo/admon.xsl +++ b/xsl/fo/admon.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/fo/annotations.xsl b/xsl/fo/annotations.xsl index 818af31c2..3a01ad49f 100644 --- a/xsl/fo/annotations.xsl +++ b/xsl/fo/annotations.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/fo/autoidx-kimber.xsl b/xsl/fo/autoidx-kimber.xsl index 728bbcff2..e07b095de 100644 --- a/xsl/fo/autoidx-kimber.xsl +++ b/xsl/fo/autoidx-kimber.xsl @@ -18,7 +18,7 @@ diff --git a/xsl/fo/autoidx-kosek.xsl b/xsl/fo/autoidx-kosek.xsl index e87f2291e..5dc471b1c 100644 --- a/xsl/fo/autoidx-kosek.xsl +++ b/xsl/fo/autoidx-kosek.xsl @@ -19,7 +19,7 @@ diff --git a/xsl/fo/autoidx-ng.xsl b/xsl/fo/autoidx-ng.xsl index d7c8dff3e..45dc7f5c7 100644 --- a/xsl/fo/autoidx-ng.xsl +++ b/xsl/fo/autoidx-ng.xsl @@ -7,7 +7,7 @@ diff --git a/xsl/fo/autoidx.xsl b/xsl/fo/autoidx.xsl index b92e81b2d..d94bcd757 100644 --- a/xsl/fo/autoidx.xsl +++ b/xsl/fo/autoidx.xsl @@ -17,7 +17,7 @@ diff --git a/xsl/fo/autotoc.xsl b/xsl/fo/autotoc.xsl index 0766a7494..9fcaaf12f 100644 --- a/xsl/fo/autotoc.xsl +++ b/xsl/fo/autotoc.xsl @@ -9,7 +9,7 @@ diff --git a/xsl/fo/biblio-iso690.xsl b/xsl/fo/biblio-iso690.xsl index 45931f634..02b58dc08 100644 --- a/xsl/fo/biblio-iso690.xsl +++ b/xsl/fo/biblio-iso690.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/fo/block.xsl b/xsl/fo/block.xsl index 5e364ca43..5b067f26e 100644 --- a/xsl/fo/block.xsl +++ b/xsl/fo/block.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/fo/callout.xsl b/xsl/fo/callout.xsl index f6a441212..2f6b70211 100644 --- a/xsl/fo/callout.xsl +++ b/xsl/fo/callout.xsl @@ -11,7 +11,7 @@ diff --git a/xsl/fo/component.xsl b/xsl/fo/component.xsl index a8b2a5e1c..52250083c 100644 --- a/xsl/fo/component.xsl +++ b/xsl/fo/component.xsl @@ -9,7 +9,7 @@ diff --git a/xsl/fo/division.xsl b/xsl/fo/division.xsl index c602c073f..b3d53bbd4 100644 --- a/xsl/fo/division.xsl +++ b/xsl/fo/division.xsl @@ -9,7 +9,7 @@ diff --git a/xsl/fo/docbook.xsl b/xsl/fo/docbook.xsl index 4b6019b72..2c126a3b1 100644 --- a/xsl/fo/docbook.xsl +++ b/xsl/fo/docbook.xsl @@ -16,7 +16,7 @@ diff --git a/xsl/fo/ebnf.xsl b/xsl/fo/ebnf.xsl index e85070b69..0001788e4 100644 --- a/xsl/fo/ebnf.xsl +++ b/xsl/fo/ebnf.xsl @@ -9,7 +9,7 @@ diff --git a/xsl/fo/fo-rtf.xsl b/xsl/fo/fo-rtf.xsl index 6ede70b64..5c606ab87 100644 --- a/xsl/fo/fo-rtf.xsl +++ b/xsl/fo/fo-rtf.xsl @@ -10,7 +10,7 @@ diff --git a/xsl/fo/fo.xsl b/xsl/fo/fo.xsl index 30d726773..7c95e8f9d 100644 --- a/xsl/fo/fo.xsl +++ b/xsl/fo/fo.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/fo/footnote.xsl b/xsl/fo/footnote.xsl index f4b8fa4d5..92bd81d65 100644 --- a/xsl/fo/footnote.xsl +++ b/xsl/fo/footnote.xsl @@ -10,7 +10,7 @@ diff --git a/xsl/fo/fop1.xsl b/xsl/fo/fop1.xsl index 4ce5aeece..d501f58e5 100644 --- a/xsl/fo/fop1.xsl +++ b/xsl/fo/fop1.xsl @@ -9,7 +9,7 @@ diff --git a/xsl/fo/formal.xsl b/xsl/fo/formal.xsl index 115d74736..b1f933696 100644 --- a/xsl/fo/formal.xsl +++ b/xsl/fo/formal.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/fo/glossary.xsl b/xsl/fo/glossary.xsl index 9e4cf32da..af3b8768d 100644 --- a/xsl/fo/glossary.xsl +++ b/xsl/fo/glossary.xsl @@ -13,7 +13,7 @@ diff --git a/xsl/fo/graphics.xsl b/xsl/fo/graphics.xsl index b00f29995..287516b89 100644 --- a/xsl/fo/graphics.xsl +++ b/xsl/fo/graphics.xsl @@ -19,7 +19,7 @@ diff --git a/xsl/fo/htmltbl.xsl b/xsl/fo/htmltbl.xsl index 319a4e39c..8ccf7f07f 100644 --- a/xsl/fo/htmltbl.xsl +++ b/xsl/fo/htmltbl.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/fo/index.xsl b/xsl/fo/index.xsl index ad559d4a4..96b66fb18 100644 --- a/xsl/fo/index.xsl +++ b/xsl/fo/index.xsl @@ -13,7 +13,7 @@ diff --git a/xsl/fo/info.xsl b/xsl/fo/info.xsl index 8c423e979..44b3a968a 100644 --- a/xsl/fo/info.xsl +++ b/xsl/fo/info.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/fo/inline.xsl b/xsl/fo/inline.xsl index 7a9016591..3c4efbcae 100644 --- a/xsl/fo/inline.xsl +++ b/xsl/fo/inline.xsl @@ -13,7 +13,7 @@ diff --git a/xsl/fo/keywords.xsl b/xsl/fo/keywords.xsl index 425993003..ae36d7117 100644 --- a/xsl/fo/keywords.xsl +++ b/xsl/fo/keywords.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/fo/lists.xsl b/xsl/fo/lists.xsl index 53274e9c8..e53b963eb 100644 --- a/xsl/fo/lists.xsl +++ b/xsl/fo/lists.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/fo/math.xsl b/xsl/fo/math.xsl index fa547741e..f7d28cb81 100644 --- a/xsl/fo/math.xsl +++ b/xsl/fo/math.xsl @@ -9,7 +9,7 @@ diff --git a/xsl/fo/param.xweb b/xsl/fo/param.xweb index 2de6b8dec..7af5ad0ab 100644 --- a/xsl/fo/param.xweb +++ b/xsl/fo/param.xweb @@ -571,7 +571,7 @@ around all these parameters. diff --git a/xsl/fo/pi.xsl b/xsl/fo/pi.xsl index e964e61e9..11d1683b8 100644 --- a/xsl/fo/pi.xsl +++ b/xsl/fo/pi.xsl @@ -11,7 +11,7 @@ diff --git a/xsl/fo/qandaset.xsl b/xsl/fo/qandaset.xsl index 9cb50d2c1..ac6f89b5c 100644 --- a/xsl/fo/qandaset.xsl +++ b/xsl/fo/qandaset.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/fo/refentry.xsl b/xsl/fo/refentry.xsl index 8840b5759..a3975d41e 100644 --- a/xsl/fo/refentry.xsl +++ b/xsl/fo/refentry.xsl @@ -9,7 +9,7 @@ diff --git a/xsl/fo/sections.xsl b/xsl/fo/sections.xsl index e4b0ae6df..682d29401 100644 --- a/xsl/fo/sections.xsl +++ b/xsl/fo/sections.xsl @@ -9,7 +9,7 @@ diff --git a/xsl/fo/synop.xsl b/xsl/fo/synop.xsl index f63142562..e647d8f13 100644 --- a/xsl/fo/synop.xsl +++ b/xsl/fo/synop.xsl @@ -12,7 +12,7 @@ diff --git a/xsl/fo/table.xsl b/xsl/fo/table.xsl index 9a1e3cfbc..5d7f15d0f 100644 --- a/xsl/fo/table.xsl +++ b/xsl/fo/table.xsl @@ -16,7 +16,7 @@ diff --git a/xsl/fo/task.xsl b/xsl/fo/task.xsl index c3bfe1f52..9b88e33f7 100644 --- a/xsl/fo/task.xsl +++ b/xsl/fo/task.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/fo/titlepage.templates.xml b/xsl/fo/titlepage.templates.xml index b4704eace..aaf596078 100644 --- a/xsl/fo/titlepage.templates.xml +++ b/xsl/fo/titlepage.templates.xml @@ -21,7 +21,7 @@ diff --git a/xsl/fo/titlepage.xsl b/xsl/fo/titlepage.xsl index 2b67b4299..2df4f7374 100644 --- a/xsl/fo/titlepage.xsl +++ b/xsl/fo/titlepage.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/fo/toc.xsl b/xsl/fo/toc.xsl index 1912172e5..daa12c2ef 100644 --- a/xsl/fo/toc.xsl +++ b/xsl/fo/toc.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/fo/verbatim.xsl b/xsl/fo/verbatim.xsl index 2ea536924..9f6aa71e5 100644 --- a/xsl/fo/verbatim.xsl +++ b/xsl/fo/verbatim.xsl @@ -12,7 +12,7 @@ diff --git a/xsl/fo/xref.xsl b/xsl/fo/xref.xsl index 8142ab565..0996becc5 100644 --- a/xsl/fo/xref.xsl +++ b/xsl/fo/xref.xsl @@ -10,7 +10,7 @@ diff --git a/xsl/highlighting/common.xsl b/xsl/highlighting/common.xsl index 2dde010e1..6d46224a7 100644 --- a/xsl/highlighting/common.xsl +++ b/xsl/highlighting/common.xsl @@ -15,7 +15,7 @@ diff --git a/xsl/html/admon.xsl b/xsl/html/admon.xsl index a4ff11e06..31a893902 100644 --- a/xsl/html/admon.xsl +++ b/xsl/html/admon.xsl @@ -7,7 +7,7 @@ diff --git a/xsl/html/autoidx-kimber.xsl b/xsl/html/autoidx-kimber.xsl index 525e8ebcb..c071a26a0 100644 --- a/xsl/html/autoidx-kimber.xsl +++ b/xsl/html/autoidx-kimber.xsl @@ -17,7 +17,7 @@ diff --git a/xsl/html/autoidx-kosek.xsl b/xsl/html/autoidx-kosek.xsl index 8f989ccff..90b90e7cc 100644 --- a/xsl/html/autoidx-kosek.xsl +++ b/xsl/html/autoidx-kosek.xsl @@ -17,7 +17,7 @@ diff --git a/xsl/html/autoidx-ng.xsl b/xsl/html/autoidx-ng.xsl index 1561ef954..31ac1eaf4 100644 --- a/xsl/html/autoidx-ng.xsl +++ b/xsl/html/autoidx-ng.xsl @@ -7,7 +7,7 @@ diff --git a/xsl/html/autoidx.xsl b/xsl/html/autoidx.xsl index b7a93e752..efae79cdf 100644 --- a/xsl/html/autoidx.xsl +++ b/xsl/html/autoidx.xsl @@ -14,7 +14,7 @@ diff --git a/xsl/html/autotoc.xsl b/xsl/html/autotoc.xsl index 61fc38cb6..6837012da 100644 --- a/xsl/html/autotoc.xsl +++ b/xsl/html/autotoc.xsl @@ -7,7 +7,7 @@ diff --git a/xsl/html/biblio-iso690.xsl b/xsl/html/biblio-iso690.xsl index 02db7e4c0..6fc55d411 100644 --- a/xsl/html/biblio-iso690.xsl +++ b/xsl/html/biblio-iso690.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/html/block.xsl b/xsl/html/block.xsl index 26ab84367..c8282edaf 100644 --- a/xsl/html/block.xsl +++ b/xsl/html/block.xsl @@ -7,7 +7,7 @@ diff --git a/xsl/html/callout.xsl b/xsl/html/callout.xsl index 635927dc0..47ee52e84 100644 --- a/xsl/html/callout.xsl +++ b/xsl/html/callout.xsl @@ -10,7 +10,7 @@ diff --git a/xsl/html/changebars.xsl b/xsl/html/changebars.xsl index ae2d95bff..3f6738754 100644 --- a/xsl/html/changebars.xsl +++ b/xsl/html/changebars.xsl @@ -7,7 +7,7 @@ diff --git a/xsl/html/chunk-changebars.xsl b/xsl/html/chunk-changebars.xsl index f6adfcff7..bcefecd83 100644 --- a/xsl/html/chunk-changebars.xsl +++ b/xsl/html/chunk-changebars.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/html/chunk-code.xsl b/xsl/html/chunk-code.xsl index 69f1e1554..230c00d57 100644 --- a/xsl/html/chunk-code.xsl +++ b/xsl/html/chunk-code.xsl @@ -9,7 +9,7 @@ diff --git a/xsl/html/chunk-common.xsl b/xsl/html/chunk-common.xsl index 115cb2e67..4067af443 100644 --- a/xsl/html/chunk-common.xsl +++ b/xsl/html/chunk-common.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/html/chunk.xsl b/xsl/html/chunk.xsl index 00d1fd066..c182af7df 100644 --- a/xsl/html/chunk.xsl +++ b/xsl/html/chunk.xsl @@ -7,7 +7,7 @@ diff --git a/xsl/html/chunker.xsl b/xsl/html/chunker.xsl index 3e2cf2913..d7f6c98e3 100644 --- a/xsl/html/chunker.xsl +++ b/xsl/html/chunker.xsl @@ -12,7 +12,7 @@ diff --git a/xsl/html/chunkfast.xsl b/xsl/html/chunkfast.xsl index 3d7fa4492..f486dcc36 100644 --- a/xsl/html/chunkfast.xsl +++ b/xsl/html/chunkfast.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/html/chunktoc.xsl b/xsl/html/chunktoc.xsl index bfaffdeac..560669310 100644 --- a/xsl/html/chunktoc.xsl +++ b/xsl/html/chunktoc.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/html/component.xsl b/xsl/html/component.xsl index ea34ecaa6..76d1b0258 100644 --- a/xsl/html/component.xsl +++ b/xsl/html/component.xsl @@ -7,7 +7,7 @@ diff --git a/xsl/html/division.xsl b/xsl/html/division.xsl index 27dd7e3f7..b55d1556c 100644 --- a/xsl/html/division.xsl +++ b/xsl/html/division.xsl @@ -7,7 +7,7 @@ diff --git a/xsl/html/docbook.xsl b/xsl/html/docbook.xsl index b8e0b5f69..1f5de209b 100644 --- a/xsl/html/docbook.xsl +++ b/xsl/html/docbook.xsl @@ -12,7 +12,7 @@ diff --git a/xsl/html/ebnf.xsl b/xsl/html/ebnf.xsl index c373037e3..342345f0b 100644 --- a/xsl/html/ebnf.xsl +++ b/xsl/html/ebnf.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/html/footnote.xsl b/xsl/html/footnote.xsl index 75e1bfa9e..423ef8145 100644 --- a/xsl/html/footnote.xsl +++ b/xsl/html/footnote.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/html/formal.xsl b/xsl/html/formal.xsl index de86f4735..a422282a6 100644 --- a/xsl/html/formal.xsl +++ b/xsl/html/formal.xsl @@ -7,7 +7,7 @@ diff --git a/xsl/html/glossary.xsl b/xsl/html/glossary.xsl index 982fd6ebb..8db063253 100644 --- a/xsl/html/glossary.xsl +++ b/xsl/html/glossary.xsl @@ -12,7 +12,7 @@ diff --git a/xsl/html/graphics.xsl b/xsl/html/graphics.xsl index efc70d2f4..434c29ab7 100644 --- a/xsl/html/graphics.xsl +++ b/xsl/html/graphics.xsl @@ -14,7 +14,7 @@ diff --git a/xsl/html/html-rtf.xsl b/xsl/html/html-rtf.xsl index 90b9773c1..9359a5b10 100644 --- a/xsl/html/html-rtf.xsl +++ b/xsl/html/html-rtf.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/html/html.xsl b/xsl/html/html.xsl index b55e2b908..80fab3d7a 100644 --- a/xsl/html/html.xsl +++ b/xsl/html/html.xsl @@ -7,7 +7,7 @@ diff --git a/xsl/html/htmltbl.xsl b/xsl/html/htmltbl.xsl index 2c56d511b..00e9c072e 100644 --- a/xsl/html/htmltbl.xsl +++ b/xsl/html/htmltbl.xsl @@ -7,7 +7,7 @@ diff --git a/xsl/html/index.xsl b/xsl/html/index.xsl index de69e2650..10d6bb563 100644 --- a/xsl/html/index.xsl +++ b/xsl/html/index.xsl @@ -7,7 +7,7 @@ diff --git a/xsl/html/info.xsl b/xsl/html/info.xsl index 908507a36..4a80a3015 100644 --- a/xsl/html/info.xsl +++ b/xsl/html/info.xsl @@ -7,7 +7,7 @@ diff --git a/xsl/html/inline.xsl b/xsl/html/inline.xsl index 81c5c1b77..2ca0f5a39 100644 --- a/xsl/html/inline.xsl +++ b/xsl/html/inline.xsl @@ -13,7 +13,7 @@ diff --git a/xsl/html/its.xsl b/xsl/html/its.xsl index 515d70795..f16a6b3a0 100644 --- a/xsl/html/its.xsl +++ b/xsl/html/its.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/html/lists.xsl b/xsl/html/lists.xsl index d5e67e0e9..5873e0925 100644 --- a/xsl/html/lists.xsl +++ b/xsl/html/lists.xsl @@ -7,7 +7,7 @@ diff --git a/xsl/html/maketoc.xsl b/xsl/html/maketoc.xsl index 356e63185..b6c0af7d6 100644 --- a/xsl/html/maketoc.xsl +++ b/xsl/html/maketoc.xsl @@ -7,7 +7,7 @@ diff --git a/xsl/html/manifest.xsl b/xsl/html/manifest.xsl index d38803d0e..7d39efa73 100644 --- a/xsl/html/manifest.xsl +++ b/xsl/html/manifest.xsl @@ -7,7 +7,7 @@ diff --git a/xsl/html/math.xsl b/xsl/html/math.xsl index ae0db65c7..347a3baee 100644 --- a/xsl/html/math.xsl +++ b/xsl/html/math.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/html/oldchunker.xsl b/xsl/html/oldchunker.xsl index 58900d7bd..d48d1c595 100644 --- a/xsl/html/oldchunker.xsl +++ b/xsl/html/oldchunker.xsl @@ -11,7 +11,7 @@ diff --git a/xsl/html/onechunk.xsl b/xsl/html/onechunk.xsl index 844a08580..b6492e9ad 100644 --- a/xsl/html/onechunk.xsl +++ b/xsl/html/onechunk.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/html/param.xweb b/xsl/html/param.xweb index 644d39ea9..cad496c14 100644 --- a/xsl/html/param.xweb +++ b/xsl/html/param.xweb @@ -449,7 +449,7 @@ around all these parameters. diff --git a/xsl/html/pi.xsl b/xsl/html/pi.xsl index c6f7399b2..435988085 100644 --- a/xsl/html/pi.xsl +++ b/xsl/html/pi.xsl @@ -9,7 +9,7 @@ diff --git a/xsl/html/profile-chunk.xsl b/xsl/html/profile-chunk.xsl index ada6311f2..7e3c8fc2d 100644 --- a/xsl/html/profile-chunk.xsl +++ b/xsl/html/profile-chunk.xsl @@ -7,7 +7,7 @@ diff --git a/xsl/html/profile-onechunk.xsl b/xsl/html/profile-onechunk.xsl index f562ea10d..7548b665b 100644 --- a/xsl/html/profile-onechunk.xsl +++ b/xsl/html/profile-onechunk.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/html/qandaset.xsl b/xsl/html/qandaset.xsl index cc9ca4312..38d1e8845 100644 --- a/xsl/html/qandaset.xsl +++ b/xsl/html/qandaset.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/html/refentry.xsl b/xsl/html/refentry.xsl index 1563ee52c..95a7e880f 100644 --- a/xsl/html/refentry.xsl +++ b/xsl/html/refentry.xsl @@ -7,7 +7,7 @@ diff --git a/xsl/html/sections.xsl b/xsl/html/sections.xsl index 72e67ecbe..f12a33050 100644 --- a/xsl/html/sections.xsl +++ b/xsl/html/sections.xsl @@ -7,7 +7,7 @@ diff --git a/xsl/html/synop.xsl b/xsl/html/synop.xsl index 517c347a5..df9e21c3a 100644 --- a/xsl/html/synop.xsl +++ b/xsl/html/synop.xsl @@ -10,7 +10,7 @@ diff --git a/xsl/html/table.xsl b/xsl/html/table.xsl index c4c566a77..51a5da1f0 100644 --- a/xsl/html/table.xsl +++ b/xsl/html/table.xsl @@ -14,7 +14,7 @@ diff --git a/xsl/html/task.xsl b/xsl/html/task.xsl index b504e2084..c8e6486e7 100644 --- a/xsl/html/task.xsl +++ b/xsl/html/task.xsl @@ -7,7 +7,7 @@ diff --git a/xsl/html/titlepage.xsl b/xsl/html/titlepage.xsl index c091ea20d..9643a6e88 100644 --- a/xsl/html/titlepage.xsl +++ b/xsl/html/titlepage.xsl @@ -7,7 +7,7 @@ diff --git a/xsl/html/toc.xsl b/xsl/html/toc.xsl index 5c1237c75..0314f4163 100644 --- a/xsl/html/toc.xsl +++ b/xsl/html/toc.xsl @@ -7,7 +7,7 @@ diff --git a/xsl/html/verbatim.xsl b/xsl/html/verbatim.xsl index 178825c06..410a26a67 100644 --- a/xsl/html/verbatim.xsl +++ b/xsl/html/verbatim.xsl @@ -11,7 +11,7 @@ diff --git a/xsl/html/xref.xsl b/xsl/html/xref.xsl index 5ab3c47bc..4d35222cf 100644 --- a/xsl/html/xref.xsl +++ b/xsl/html/xref.xsl @@ -10,7 +10,7 @@ diff --git a/xsl/javahelp/javahelp.xsl b/xsl/javahelp/javahelp.xsl index 7ab1c6149..11cb9c410 100644 --- a/xsl/javahelp/javahelp.xsl +++ b/xsl/javahelp/javahelp.xsl @@ -15,7 +15,7 @@ diff --git a/xsl/lib/lib.xweb b/xsl/lib/lib.xweb index e1b1905ed..2ca1fd8c8 100644 --- a/xsl/lib/lib.xweb +++ b/xsl/lib/lib.xweb @@ -1127,7 +1127,7 @@ around these functions. diff --git a/xsl/manpages/charmap.groff.xsl b/xsl/manpages/charmap.groff.xsl index 0e2d784f4..44d68fe1d 100644 --- a/xsl/manpages/charmap.groff.xsl +++ b/xsl/manpages/charmap.groff.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/manpages/docbook.xsl b/xsl/manpages/docbook.xsl index 242701083..1c4c6283f 100644 --- a/xsl/manpages/docbook.xsl +++ b/xsl/manpages/docbook.xsl @@ -17,7 +17,7 @@ diff --git a/xsl/manpages/endnotes.xsl b/xsl/manpages/endnotes.xsl index 87ceae80a..6d7d3ad84 100644 --- a/xsl/manpages/endnotes.xsl +++ b/xsl/manpages/endnotes.xsl @@ -12,7 +12,7 @@ diff --git a/xsl/manpages/info.xsl b/xsl/manpages/info.xsl index 07e283d8e..264a3dd8b 100644 --- a/xsl/manpages/info.xsl +++ b/xsl/manpages/info.xsl @@ -9,7 +9,7 @@ diff --git a/xsl/manpages/inline.xsl b/xsl/manpages/inline.xsl index 85c0dec8f..251a6b33d 100644 --- a/xsl/manpages/inline.xsl +++ b/xsl/manpages/inline.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/manpages/lists.xsl b/xsl/manpages/lists.xsl index a28b4dc21..8add1f5d4 100644 --- a/xsl/manpages/lists.xsl +++ b/xsl/manpages/lists.xsl @@ -7,7 +7,7 @@ diff --git a/xsl/manpages/other.xsl b/xsl/manpages/other.xsl index 850fa08f0..770a07a4f 100644 --- a/xsl/manpages/other.xsl +++ b/xsl/manpages/other.xsl @@ -11,7 +11,7 @@ diff --git a/xsl/manpages/param.xweb b/xsl/manpages/param.xweb index 7dd7eb835..1c4e65526 100644 --- a/xsl/manpages/param.xweb +++ b/xsl/manpages/param.xweb @@ -145,7 +145,7 @@ diff --git a/xsl/manpages/pi.xsl b/xsl/manpages/pi.xsl index 669f22881..a53524fe0 100644 --- a/xsl/manpages/pi.xsl +++ b/xsl/manpages/pi.xsl @@ -9,7 +9,7 @@ diff --git a/xsl/manpages/refentry.xsl b/xsl/manpages/refentry.xsl index dccce4af9..a42623072 100644 --- a/xsl/manpages/refentry.xsl +++ b/xsl/manpages/refentry.xsl @@ -7,7 +7,7 @@ diff --git a/xsl/manpages/synop.xsl b/xsl/manpages/synop.xsl index 284534abd..f4e468906 100644 --- a/xsl/manpages/synop.xsl +++ b/xsl/manpages/synop.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/manpages/table.xsl b/xsl/manpages/table.xsl index a8db79540..8ed44e942 100644 --- a/xsl/manpages/table.xsl +++ b/xsl/manpages/table.xsl @@ -8,12 +8,12 @@ diff --git a/xsl/manpages/utility.xsl b/xsl/manpages/utility.xsl index b009b203c..52d22f268 100644 --- a/xsl/manpages/utility.xsl +++ b/xsl/manpages/utility.xsl @@ -10,7 +10,7 @@ diff --git a/xsl/params/annotation.graphic.close.xml b/xsl/params/annotation.graphic.close.xml index dca974a8b..1873e66bc 100644 --- a/xsl/params/annotation.graphic.close.xml +++ b/xsl/params/annotation.graphic.close.xml @@ -16,7 +16,7 @@ -http://cdn.docbook.org/release/xsl/images/annot-close.png +https://cdn.docbook.org/release/xsl/images/annot-close.png diff --git a/xsl/params/annotation.graphic.open.xml b/xsl/params/annotation.graphic.open.xml index bff9c9e90..f5fe54dcb 100644 --- a/xsl/params/annotation.graphic.open.xml +++ b/xsl/params/annotation.graphic.open.xml @@ -15,7 +15,7 @@ -http://cdn.docbook.org/release/xsl/images/annot-open.png +https://cdn.docbook.org/release/xsl/images/annot-open.png diff --git a/xsl/params/annotation.js.xml b/xsl/params/annotation.js.xml index 51a397d73..861639254 100644 --- a/xsl/params/annotation.js.xml +++ b/xsl/params/annotation.js.xml @@ -17,7 +17,7 @@ -http://cdn.docbook.org/release/xsl/script/AnchorPosition.js http://cdn.docbook.org/release/xsl/script/PopupWindow.js +https://cdn.docbook.org/release/xsl/script/AnchorPosition.js https://cdn.docbook.org/release/xsl/script/PopupWindow.js diff --git a/xsl/params/overlay.logo.xml b/xsl/params/overlay.logo.xml index b9b9dba5c..35ad04a4a 100644 --- a/xsl/params/overlay.logo.xml +++ b/xsl/params/overlay.logo.xml @@ -15,7 +15,7 @@ -http://cdn.docbook.org/release/xsl/buttons/slides-1.png +https://cdn.docbook.org/release/xsl/buttons/slides-1.png diff --git a/xsl/roundtrip/dbk2ooo.xsl b/xsl/roundtrip/dbk2ooo.xsl index 58475b236..dbf923a4d 100644 --- a/xsl/roundtrip/dbk2ooo.xsl +++ b/xsl/roundtrip/dbk2ooo.xsl @@ -33,7 +33,7 @@ diff --git a/xsl/roundtrip/dbk2pages.xsl b/xsl/roundtrip/dbk2pages.xsl index 47d94b6b4..2a2638ad1 100644 --- a/xsl/roundtrip/dbk2pages.xsl +++ b/xsl/roundtrip/dbk2pages.xsl @@ -17,7 +17,7 @@ diff --git a/xsl/roundtrip/dbk2wordml.xsl b/xsl/roundtrip/dbk2wordml.xsl index bde1fcac2..14dbbb25e 100644 --- a/xsl/roundtrip/dbk2wordml.xsl +++ b/xsl/roundtrip/dbk2wordml.xsl @@ -19,7 +19,7 @@ diff --git a/xsl/roundtrip/dbk2wp.xsl b/xsl/roundtrip/dbk2wp.xsl index f84b3771f..2c0a3915f 100644 --- a/xsl/roundtrip/dbk2wp.xsl +++ b/xsl/roundtrip/dbk2wp.xsl @@ -7,7 +7,7 @@ diff --git a/xsl/roundtrip/param.xweb b/xsl/roundtrip/param.xweb index bdcac38fa..86fe20f12 100644 --- a/xsl/roundtrip/param.xweb +++ b/xsl/roundtrip/param.xweb @@ -48,7 +48,7 @@ diff --git a/xsl/slides/fo/param.xweb b/xsl/slides/fo/param.xweb index 0fc3887e8..ba2e2526b 100644 --- a/xsl/slides/fo/param.xweb +++ b/xsl/slides/fo/param.xweb @@ -112,7 +112,7 @@ around all these parameters. diff --git a/xsl/slides/xhtml/param.xweb b/xsl/slides/xhtml/param.xweb index 91aba96ae..c5fac9b0a 100644 --- a/xsl/slides/xhtml/param.xweb +++ b/xsl/slides/xhtml/param.xweb @@ -111,7 +111,7 @@ around all these parameters. diff --git a/xsl/template/titlepage.xsl b/xsl/template/titlepage.xsl index 9c2cd4f05..2d2992505 100644 --- a/xsl/template/titlepage.xsl +++ b/xsl/template/titlepage.xsl @@ -12,7 +12,7 @@ diff --git a/xsl/tools/make/Makefile.DocBook b/xsl/tools/make/Makefile.DocBook index ddce585e9..bcc98bb03 100644 --- a/xsl/tools/make/Makefile.DocBook +++ b/xsl/tools/make/Makefile.DocBook @@ -11,7 +11,7 @@ # This file is part of the DocBook Project XSL Stylesheet # distribution. # -# See http://cdn.docbook.org/release/xsl/current/ +# See https://cdn.docbook.org/release/xsl/current/ # for copyright and other information. # DOCBOOK_OUTPUT_FORMATS is the default set of targets (output @@ -129,7 +129,7 @@ EXPAND_FLAGS = # value of DOCBOOK_XSL should either be the canonical # (cdn.docbook.org) URL for the DocBook Project XSL # stylesheets OR it can be a local system path -DOCBOOK_XSL = http://cdn.docbook.org/release/xsl/current +DOCBOOK_XSL = https://cdn.docbook.org/release/xsl/current # ----------------------------------------------------------------- # names of some DIRECTORIES and FILES we need diff --git a/xsl/tools/make/Makefile.combine b/xsl/tools/make/Makefile.combine index ce369ed1b..0e361b35a 100644 --- a/xsl/tools/make/Makefile.combine +++ b/xsl/tools/make/Makefile.combine @@ -11,7 +11,7 @@ # This file is part of the DocBook Project XSL Stylesheet # distribution. # -# See http://cdn.docbook.org/release/xsl/current/ +# See https://cdn.docbook.org/release/xsl/current/ # for copyright and other information. # # This makefile creates "wrapper" files that combine sets of diff --git a/xsl/tools/xsl/build/dblatex-release-notes.xsl b/xsl/tools/xsl/build/dblatex-release-notes.xsl index ccf7db266..e7a0c2555 100644 --- a/xsl/tools/xsl/build/dblatex-release-notes.xsl +++ b/xsl/tools/xsl/build/dblatex-release-notes.xsl @@ -3,7 +3,7 @@ diff --git a/xsl/tools/xsl/build/docparam2txt.xsl b/xsl/tools/xsl/build/docparam2txt.xsl index 942c0892f..d716eaad6 100644 --- a/xsl/tools/xsl/build/docparam2txt.xsl +++ b/xsl/tools/xsl/build/docparam2txt.xsl @@ -7,7 +7,7 @@ diff --git a/xsl/tools/xsl/build/html2roff.xsl b/xsl/tools/xsl/build/html2roff.xsl index 0334fa02d..737545f8a 100644 --- a/xsl/tools/xsl/build/html2roff.xsl +++ b/xsl/tools/xsl/build/html2roff.xsl @@ -9,7 +9,7 @@ diff --git a/xsl/tools/xsl/build/jref2refsect1.xsl b/xsl/tools/xsl/build/jref2refsect1.xsl index 8de3a4622..922f1e434 100644 --- a/xsl/tools/xsl/build/jref2refsect1.xsl +++ b/xsl/tools/xsl/build/jref2refsect1.xsl @@ -12,7 +12,7 @@ diff --git a/xsl/tools/xsl/build/make-elements.xsl b/xsl/tools/xsl/build/make-elements.xsl index 92d2d25ca..5fc1e489e 100644 --- a/xsl/tools/xsl/build/make-elements.xsl +++ b/xsl/tools/xsl/build/make-elements.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/tools/xsl/build/make-xsl-params.xsl b/xsl/tools/xsl/build/make-xsl-params.xsl index 661878f78..c706ea0ae 100644 --- a/xsl/tools/xsl/build/make-xsl-params.xsl +++ b/xsl/tools/xsl/build/make-xsl-params.xsl @@ -8,7 +8,7 @@ diff --git a/xsl/tools/xsl/build/make-xsl-pi.xsl b/xsl/tools/xsl/build/make-xsl-pi.xsl index 9eb9a3a03..5f8bdf8c7 100644 --- a/xsl/tools/xsl/build/make-xsl-pi.xsl +++ b/xsl/tools/xsl/build/make-xsl-pi.xsl @@ -9,7 +9,7 @@ diff --git a/xsl/tools/xsl/build/reference.xsl b/xsl/tools/xsl/build/reference.xsl index 4bc28fba8..4ef6ec4e2 100644 --- a/xsl/tools/xsl/build/reference.xsl +++ b/xsl/tools/xsl/build/reference.xsl @@ -6,7 +6,7 @@ diff --git a/xsl/tools/xsl/build/xsl2jref.xsl b/xsl/tools/xsl/build/xsl2jref.xsl index c77a64120..54e75cb84 100644 --- a/xsl/tools/xsl/build/xsl2jref.xsl +++ b/xsl/tools/xsl/build/xsl2jref.xsl @@ -38,7 +38,7 @@ diff --git a/xsl/webhelp/docsrc/readme.xml b/xsl/webhelp/docsrc/readme.xml index 6efae9fd7..48114592f 100644 --- a/xsl/webhelp/docsrc/readme.xml +++ b/xsl/webhelp/docsrc/readme.xml @@ -679,7 +679,7 @@ input-images-dirs=images/**,figures/**,graphics/** Content: This includes the content of the documentation. The processing of this - part is done by DocBook + part is done by DocBook XSL Chunking customization. Few further css-styling applied from positioning.css. diff --git a/xsl/website/param.xweb b/xsl/website/param.xweb index 658192fb5..216ec69bc 100644 --- a/xsl/website/param.xweb +++ b/xsl/website/param.xweb @@ -85,7 +85,7 @@ around all these parameters. diff --git a/xsl/website/website-targets.xsl b/xsl/website/website-targets.xsl index 0d2f8b2a7..bca6d866e 100644 --- a/xsl/website/website-targets.xsl +++ b/xsl/website/website-targets.xsl @@ -8,7 +8,7 @@ indent="no" encoding="utf-8" doctype-public="-//Norman Walsh//DTD DocBook OLink Summary V2.0//EN" - doctype-system="http://cdn.docbook.org/release/xsl/current/common/targetdatabase.dtd"/> + doctype-system="https://cdn.docbook.org/release/xsl/current/common/targetdatabase.dtd"/> diff --git a/xsl/website/xbel.xsl b/xsl/website/xbel.xsl index 1683dbb50..9c1bd30fd 100644 --- a/xsl/website/xbel.xsl +++ b/xsl/website/xbel.xsl @@ -5,7 +5,7 @@ diff --git a/xsl/xhtml-1_1/param.xweb b/xsl/xhtml-1_1/param.xweb index 457baca24..53fd55684 100644 --- a/xsl/xhtml-1_1/param.xweb +++ b/xsl/xhtml-1_1/param.xweb @@ -417,7 +417,7 @@ around all these parameters. diff --git a/xsl/xhtml5/chunkfast.xsl b/xsl/xhtml5/chunkfast.xsl index e4e84bc18..1d09819d6 100644 --- a/xsl/xhtml5/chunkfast.xsl +++ b/xsl/xhtml5/chunkfast.xsl @@ -7,7 +7,7 @@ xmlns:exsl="http://exslt.org/common" xmlns:cf="http://docbook.sourceforge.net/xm diff --git a/xsl/xhtml5/onechunk.xsl b/xsl/xhtml5/onechunk.xsl index be4747631..f35347307 100644 --- a/xsl/xhtml5/onechunk.xsl +++ b/xsl/xhtml5/onechunk.xsl @@ -11,7 +11,7 @@ diff --git a/xsl/xhtml5/profile-chunk.xsl b/xsl/xhtml5/profile-chunk.xsl index 0ceb1aff4..d2fc0ff02 100644 --- a/xsl/xhtml5/profile-chunk.xsl +++ b/xsl/xhtml5/profile-chunk.xsl @@ -9,7 +9,7 @@ diff --git a/xsl/xhtml5/profile-docbook.xsl b/xsl/xhtml5/profile-docbook.xsl index c5b5fb63f..eb30f89c8 100644 --- a/xsl/xhtml5/profile-docbook.xsl +++ b/xsl/xhtml5/profile-docbook.xsl @@ -17,7 +17,7 @@ diff --git a/xsl/xhtml5/xhtml-profile-docbook.xsl b/xsl/xhtml5/xhtml-profile-docbook.xsl index 772c8b0a7..5d6ec0839 100644 --- a/xsl/xhtml5/xhtml-profile-docbook.xsl +++ b/xsl/xhtml5/xhtml-profile-docbook.xsl @@ -22,7 +22,7 @@