Skip to content

Commit 4e823e7

Browse files
joewizduncdrum
authored andcommitted
Audit HTTP links, switch to HTTPS where supported
1 parent 6901801 commit 4e823e7

File tree

39 files changed

+136
-136
lines changed

39 files changed

+136
-136
lines changed

src/main/xar-resources/data/ant-tasks/ant-tasks.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<!-- ================================================================== -->
1818

19-
<para>eXist-db provides a library for the <link xlink:href="http://ant.apache.org"
19+
<para>eXist-db provides a library for the <link xlink:href="https://ant.apache.org"
2020
><code>Ant</code></link> build tool to automate common system administration and
2121
operation tasks, like backup/restore or importing files. The latest version of eXist-db's
2222
Ant Tasks can be found on Maven Central as the artifact <link xlink:href="https://search.maven.org/search?q=g:org.exist-db%20AND%20a:exist-ant">exist-ant</link>.</para>

src/main/xar-resources/data/author-reference/author-reference.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<info>
88
<title>Author Reference</title>
9-
<date>1Q18</date>
9+
<date>2Q19</date>
1010
<keywordset>
1111
<keyword>authoring</keyword>
1212
<keyword>exist</keyword>
@@ -162,7 +162,7 @@ but does not because its too simple)</programlisting>
162162
<title>Technical guidelines</title>
163163

164164
<para>More information about DocBook itself can be found on the <link condition="_blank"
165-
xlink:href="http://docbook.org/">official DocBook site</link>.</para>
165+
xlink:href="https://docbook.org/">official DocBook site</link>.</para>
166166

167167
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
168168

@@ -633,9 +633,9 @@ but does not because its too simple)</programlisting>
633633
<para>Links to external sources are done with the <tag>link</tag> element.
634634
Place the target's full URI in the <code>xlink:href</code> attribute.
635635
For instance,
636-
<code><![CDATA[&amp;lt;link xlink:href="http://exist-db.org/exist/apps/homepage/index.html"&amp;gt;]]></code>
636+
<tag>link xlink:href="https://exist-db.org/exist/apps/homepage/index.html"</tag>
637637
links to the <link condition="_blank"
638-
xlink:href="http://exist-db.org/exist/apps/homepage/index.html">eXist
638+
xlink:href="https://exist-db.org/exist/apps/homepage/index.html">eXist
639639
home page</link>.</para>
640640
<para>To open the link on a new page, add
641641
<code>condition="_blank"</code>.</para>

src/main/xar-resources/data/basic-installation/basic-installation.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
environment. Java comes in a number of versions, so it is important that you use the
4949
version that eXist-db requires: Java 8 (since eXist-db 3.0). For instructions about
5050
running Java on your operating system, see Oracle's <link condition="_blank"
51-
xlink:href="http://www.java.com/en/download/help/index_installing.xml">Installing
52-
Java</link> page. <link condition="_blank" xlink:href="http://openjdk.java.net"
51+
xlink:href="https://www.java.com/en/download/help/index_installing.xml">Installing
52+
Java</link> page. <link condition="_blank" xlink:href="https://openjdk.java.net"
5353
>OpenJDK</link> is a good open source alternative to the Oracle JVM and known to
5454
work well with eXist-db.</para>
5555
<para>eXist-db runs with both the Java JRE (Java Runtime Environment) and the JDK (Java
@@ -64,7 +64,7 @@
6464
on commercial Linux distributions. Users of other distributions are better served by
6565
distribution-specific instructions. More information for specific versions of Linux
6666
can be found at <link condition="_blank"
67-
xlink:href="http://livingtao.blogspot.com/2012/01/few-easy-steps-to-install-sunoracle-jdk.html"
67+
xlink:href="https://livingtao.blogspot.com/2012/01/few-easy-steps-to-install-sunoracle-jdk.html"
6868
>Amazon Linux</link>, <link condition="_blank"
6969
xlink:href="http://www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html"
7070
>Ubuntu</link> and <link condition="_blank"
@@ -95,7 +95,7 @@
9595
<itemizedlist>
9696
<listitem>
9797
<para>Download the installer by following the download link on the <link
98-
xlink:href="http://exist-db.org/">eXist-db homepage</link> page. We recommend
98+
xlink:href="https://exist-db.org/">eXist-db homepage</link> page. We recommend
9999
that you download the latest stable release.</para>
100100
<para>The installer is a single file called
101101
<literal>eXist-db-setup-[version].jar</literal> (for instance
@@ -109,7 +109,7 @@
109109
<code>.jar</code> file.</para>
110110
<note>
111111
<para>On Mac OS X 10.7 and higher, a security feature called <link
112-
xlink:href="http://support.apple.com/kb/HT5290">Gatekeeper</link>
112+
xlink:href="https://support.apple.com/kb/HT5290">Gatekeeper</link>
113113
may prevent the installer from running since eXist-db is not
114114
registered with Apple. To circumvent the warning dialog and allow
115115
the installer to run, right-click or control-click the file and

src/main/xar-resources/data/beginners-guide-to-xrx-v4/beginners-guide-to-xrx-v4.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<para>To use this guide you will need to have following tools in place: </para>
5858
<orderedlist>
5959
<listitem>
60-
<para> <emphasis role="bold">eXist</emphasis>: You will need to have <link xlink:href="http://exist-db.org">eXist</link> running on your local system.
60+
<para> <emphasis role="bold">eXist</emphasis>: You will need to have <link xlink:href="https://exist-db.org">eXist</link> running on your local system.
6161
By default eXist runs on port <code>8080</code> so that when you set your
6262
web browser to <link xlink:href="http://localhost:8080/exist/">http://localhost:8080/exist/</link> you should see the eXist homepage come
6363
up.</para>
@@ -586,7 +586,7 @@
586586
allows users to enter multi-line descriptions for definitions of terms. The last
587587
control is the <tag>xf:select1</tag> control that allows the user to select one
588588
value from a list of values. (For a complete discussion of the XForms controls we
589-
suggest you use the XForms Wikibook at <link xlink:href="http://en.wikibooks.org/wiki/XForms">http://en.wikibooks.org/wiki/XForms</link>. The Input Form Controls section goes
589+
suggest you use the XForms Wikibook at <link xlink:href="https://en.wikibooks.org/wiki/XForms">http://en.wikibooks.org/wiki/XForms</link>. The Input Form Controls section goes
590590
through each of the controls in the XForms specification. In addition to the
591591
standard controls there are other controls that can also be integrated directly into
592592
XForms, such as rich-text editors.)</para>
@@ -786,22 +786,22 @@
786786
<para>Wiki Books:</para>
787787
<itemizedlist>
788788
<listitem>
789-
<para> <link xlink:href="http://en.wikibooks.org/wiki/XForms">XForms Wikibook</link> </para>
789+
<para> <link xlink:href="https://en.wikibooks.org/wiki/XForms">XForms Wikibook</link> </para>
790790
<para>Dan McCreary</para>
791791
</listitem>
792792
<listitem>
793-
<para> <link xlink:href="http://en.wikibooks.org/wiki/XRX">XRX Wikibook</link> </para>
793+
<para> <link xlink:href="https://en.wikibooks.org/wiki/XRX">XRX Wikibook</link> </para>
794794
<para>Dan McCreary</para>
795795
</listitem>
796796
<listitem>
797-
<para> <link xlink:href="http://en.wikibooks.org/wiki/XQuery">XQuery Wikibook</link> </para>
797+
<para> <link xlink:href="https://en.wikibooks.org/wiki/XQuery">XQuery Wikibook</link> </para>
798798
<para>Chris Wallace; Dan McCreary</para>
799799
</listitem>
800800
</itemizedlist>
801801
<para>Articles:</para>
802802
<itemizedlist>
803803
<listitem>
804-
<para> <link xlink:href="http://en.wikipedia.org/wiki/XRX_%28web_application_architecture%29">XRX (web application architecture)</link> </para>
804+
<para> <link xlink:href="https://en.wikipedia.org/wiki/XRX_%28web_application_architecture%29">XRX (web application architecture)</link> </para>
805805
</listitem>
806806
<listitem>
807807
<para> <link xlink:href="http://news.oreilly.com/2008/07/xrx-xqueries-in-exist.html">XRX: XQueries in eXist</link> </para>

src/main/xar-resources/data/contentextraction/contentextraction.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
contains functions for extracting the content of the binary files, and returning the content
1818
as XML. In this form, the content can then be queried, indexed, and manipulated. It useful
1919
especially in conjunction with Lucene indexes.</para>
20-
<para>The Content Extraction is built on the <link xlink:href="http://tika.apache.org/">Apache
20+
<para>The Content Extraction is built on the <link xlink:href="https://tika.apache.org/">Apache
2121
Tika</link> library. Tika understands a large variety of formats, ranging from PDF documents
2222
to spreadsheets and image metadata.</para>
2323

src/main/xar-resources/data/development-starter/development-starter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
<note>
4646
<para> Those working on data sets in TEI may want to look at <link
47-
xlink:href="http://teipublisher.com">TEI Publisher</link> also. It includes an
47+
xlink:href="https://teipublisher.com">TEI Publisher</link> also. It includes an
4848
application generator tailored at digital editions. The created app packages include all
4949
the basic functionality needed for browsing the edition, searching it or producing PDFs
5050
and ePUBs.</para>

src/main/xar-resources/data/devguide_indexes/devguide_indexes.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<listitem>
6666
<para>A spatial index that stores some of the geometric characteristics of <link
6767
condition="_blank"
68-
xlink:href="http://www.opengeospatial.org/standards/gml">Geography
68+
xlink:href="https://www.opengeospatial.org/standards/gml">Geography
6969
Markup Language</link> geometries (tested against GML version 2.1.2).
7070
For instance:</para>
7171
<programlisting language="xml" xlink:href="listings/listing-1.xml"/>
@@ -74,19 +74,19 @@
7474
<itemizedlist>
7575
<listitem>
7676
<para>The <link condition="_blank"
77-
xlink:href="http://en.wikipedia.org/wiki/Spatial_referencing_systems"
77+
xlink:href="https://en.wikipedia.org/wiki/Spatial_referencing_systems"
7878
>spatial referencing system</link> (<literal>osgb:BNG</literal> for
7979
this polygon)</para>
8080
</listitem>
8181
<listitem>
8282
<para>The polygon itself, stored in a binary form (<link
8383
condition="_blank"
84-
xlink:href="http://en.wikipedia.org/wiki/Well-known_text">Well-Known
84+
xlink:href="https://en.wikipedia.org/wiki/Well-known_text">Well-Known
8585
Binary</link>)</para>
8686
</listitem>
8787
<listitem>
8888
<para>The coordinates of its <link condition="_blank"
89-
xlink:href="http://en.wikipedia.org/wiki/Minimum_bounding_rectangle"
89+
xlink:href="https://en.wikipedia.org/wiki/Minimum_bounding_rectangle"
9090
>bounding box</link> </para>
9191
</listitem>
9292
</itemizedlist>
@@ -730,7 +730,7 @@
730730
<entry> <para>WKT</para> </entry>
731731
<entry> <para>VARCHAR</para> </entry>
732732
<entry> <para>The <link
733-
xlink:href="http://de.wikipedia.org/wiki/Well_Known_Text">Well-Known
733+
xlink:href="https://de.wikipedia.org/wiki/Well_Known_Text">Well-Known
734734
Text</link> representation of the geometry</para> </entry>
735735
<entry/>
736736
</row>
@@ -788,7 +788,7 @@
788788
<entry> <para>VARCHAR</para> </entry>
789789
<entry> <para>The WKT representation of the geometry</para> </entry>
790790
<entry> <para>In the <link
791-
xlink:href="http://en.wikipedia.org/wiki/EPSG:4326">epsg:4326</link>
791+
xlink:href="https://en.wikipedia.org/wiki/EPSG:4326">epsg:4326</link>
792792
SRS</para> </entry>
793793
</row>
794794
<row>
@@ -963,7 +963,7 @@
963963
GML parsing. It is <literal>null</literal> if the geometry is topologically not well
964964
formed. This latter case is maybe a too restrictive feature of Geotools parser which
965965
also throws <literal>NullPointerException</literal>s (!) if the GML is somehow not
966-
well-formed. See <link xlink:href="http://jira.codehaus.org/browse/GEOT-742"
966+
well-formed. See <link xlink:href="https://osgeo-org.atlassian.net/browse/GEOT-742"
967967
>GEOT-742</link> for more information on this issue.</para>
968968
<para> <literal>documentDeleted</literal> is a flag indicating that the current document
969969
has been deleted and that we don't have to process it any more. Remember that
@@ -1076,13 +1076,13 @@
10761076
<literal>org.geotools.gml.producer.GeometryTransformer</literal> which needs some
10771077
polishing because, despite it is called a transformer, it doesn't cope easily with a
10781078
<literal>Handler</literal> and returns a... <literal>String</literal> ! See <link
1079-
xlink:href="http://codehaus01a.managed.contegix.com/browse/GEOT-1315"
1079+
xlink:href="https://osgeo-org.atlassian.net/browse/GEOT-1315"
10801080
>GEOT-1315</link>.</para>
10811081
<para>The last method is also a utility method:</para>
10821082
<programlisting xlink:href="listings/listing-98.txt"/>
10831083
<para>It implements a workaround for our test file SRS which isn't yet known by Geotools
10841084
libraries (see <link
1085-
xlink:href="http://codehaus01a.managed.contegix.com/browse/GEOT-1307"
1085+
xlink:href="https://osgeo-org.atlassian.net/browse/GEOT-1307"
10861086
>GEOT-1307</link>), then it tries to get the transformation from our cache. If it
10871087
doesn't succeed, it tries to find one in the libraries that are in the CLASSPATH.
10881088
Should those libraries lack the Bursa-Wolf parameters, it will make another attempt
@@ -1260,7 +1260,7 @@
12601260
operates in the <literal>http://exist-db.org/xquery/spatial</literal> namespace
12611261
(whose default prefix is <literal>spatial</literal>).</para>
12621262
<para>The functions signatures are documented together with the functions themselves in
1263-
<link xlink:href="http://demo.exist-db.org/xquery/functions.xq">this page</link>.
1263+
<link xlink:href="https://demo.exist-db.org/xquery/functions.xq">this page</link>.
12641264
Here we will only look at their <literal>eval()</literal> methods.</para>
12651265
<para>The first functions set we will describe is
12661266
<literal>org.exist.xquery.modules.spatial.FunSpatialSearch</literal>, which performs
@@ -1386,7 +1386,7 @@
13861386
seconds, including some default fulltext indexing. Let's close the upload window and
13871387
quit the interactive client.</para>
13881388
<para>Let's look our our GML file looks like on GML Viewer, a free viewer provided by
1389-
<link xlink:href="http://www.snowflakesoftware.co.uk/products/gmlviewer/index.htm"
1389+
<link xlink:href="https://wiki.snowflakesoftware.com/display/GV50DOC"
13901390
>Snowflake software</link>:</para>
13911391
<informalfigure>
13921392
<mediaobject>

src/main/xar-resources/data/devguide_log4j/devguide_log4j.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<!-- ================================================================== -->
1313

14-
<para>This article explains how to add logging to eXist-db using <link xlink:href="http://logging.apache.org/log4j/">Log4j</link> in Java code.</para>
14+
<para>This article explains how to add logging to eXist-db using <link xlink:href="https://logging.apache.org/log4j/">Log4j</link> in Java code.</para>
1515

1616
<!-- ================================================================== -->
1717

@@ -29,7 +29,7 @@
2929
<para>A big issue with the use of the logging system in troubleshooting is that it requires
3030
a <emphasis>restart</emphasis> for changes to the log configuration. Customers are often
3131
extremely reluctant to restart their production servers.</para>
32-
<para>To amend these problems <link xlink:href="http://logging.apache.org/log4j/">Log4j</link> is introduced. Log4j is the most powerful Java-based logging library
32+
<para>To amend these problems <link xlink:href="https://logging.apache.org/log4j/">Log4j</link> is introduced. Log4j is the most powerful Java-based logging library
3333
available today and is used by most of the application servers on the market.</para>
3434

3535
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
@@ -113,13 +113,13 @@
113113
<listitem>
114114
<para>Various free and commercial products provide specialized viewing
115115
capabilities for Log4j logs. Apache provides a very useful Log4j log
116-
viewer <link xlink:href="http://logging.apache.org/log4j/docs/chainsaw.html">Chainsaw</link>.</para>
116+
viewer <link xlink:href="https://logging.apache.org/chainsaw">Chainsaw</link>.</para>
117117
</listitem>
118118
</varlistentry>
119119
</variablelist>
120120

121121

122-
<para>For more information visit the <link xlink:href="http://logging.apache.org/log4j/">Log4j website</link> website. </para>
122+
<para>For more information visit the <link xlink:href="https://logging.apache.org/log4j/">Log4j website</link> website. </para>
123123

124124
<note>
125125
<para>Java 1.4 and higher’s <code>java.util.logging</code> API is very similar to

src/main/xar-resources/data/devguide_rest/devguide_rest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:xlink="http://www.w3.org/1999/xlink">
66
<info>
77
<title>REST-Style Web API</title>
8-
<date>1Q18</date>
8+
<date>2Q19</date>
99
<keywordset>
1010
<keyword>application-development</keyword>
1111
<keyword>interfaces</keyword>
@@ -323,7 +323,7 @@
323323
images, CSS stylesheets or Javascript files into a database collection, it is entirely
324324
possible to serve a complex application out of the database. For instance, have a look
325325
at the example <link
326-
xlink:href="http://demo.exist-db.org/exist/apps/demo/examples/web/index.html">Using
326+
xlink:href="https://demo.exist-db.org/exist/apps/demo/examples/web/index.html">Using
327327
XQuery for Web Applications</link> on the demo server.</para>
328328
</sect1>
329329

0 commit comments

Comments
 (0)