Modified: tika/site/publish/1.20/formats.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.20/formats.html?rev=1857884&r1=1857883&r2=1857884&view=diff
==============================================================================
--- tika/site/publish/1.20/formats.html (original)
+++ tika/site/publish/1.20/formats.html Sat Apr 20 21:04:17 2019
@@ -10,7 +10,7 @@
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
 
-    http://www.apache.org/licenses/LICENSE-2.0
+    https://www.apache.org/licenses/LICENSE-2.0
  
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
@@ -75,16 +75,16 @@
   <body onLoad="initProvider();">
     <div id="body">
       <div id="banner">
-        <a href="http://tika.apache.org"; id="bannerLeft" title="Apache Tika"
-          ><img src="http://tika.apache.org/tika.png"; alt="Apache Tika"
+        <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
+          ><img src="https://tika.apache.org/tika.png"; alt="Apache Tika"
                 width="292" height="100"/></a>
-        <a href="http://www.apache.org/"; id="bannerRight"
+        <a href="https://www.apache.org/"; id="bannerRight"
            title="The Apache Software Foundation"
-          ><img src="http://tika.apache.org/asf-logo.gif"; alt="The Apache 
Software Foundation"
+          ><img src="https://tika.apache.org/asf-logo.gif"; alt="The Apache 
Software Foundation"
                 width="387" height="100"/></a>
       </div>
       <div id="content">
-        <!-- Licensed to the Apache Software Foundation (ASF) under one or 
more --><!-- contributor license agreements.  See the NOTICE file distributed 
with --><!-- this work for additional information regarding copyright 
ownership. --><!-- The ASF licenses this file to You under the Apache License, 
Version 2.0 --><!-- (the "License"); you may not use this file except in 
compliance with --><!-- the License.  You may obtain a copy of the License at 
--><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- 
Unless required by applicable law or agreed to in writing, software --><!-- 
distributed under the License is distributed on an "AS IS" BASIS, --><!-- 
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
--><!-- See the License for the specific language governing permissions and 
--><!-- limitations under the License. --><div class="section">
+        <!-- Licensed to the Apache Software Foundation (ASF) under one or 
more --><!-- contributor license agreements.  See the NOTICE file distributed 
with --><!-- this work for additional information regarding copyright 
ownership. --><!-- The ASF licenses this file to You under the Apache License, 
Version 2.0 --><!-- (the "License"); you may not use this file except in 
compliance with --><!-- the License.  You may obtain a copy of the License at 
--><!--  --><!-- https://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- 
Unless required by applicable law or agreed to in writing, software --><!-- 
distributed under the License is distributed on an "AS IS" BASIS, --><!-- 
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
--><!-- See the License for the specific language governing permissions and 
--><!-- limitations under the License. --><div class="section">
 <h2><a name="Supported_Document_Formats"></a>Supported Document Formats</h2>
 <p>This page lists all the document formats supported by the parsers in Apache 
Tika 1.20. Follow the links to the various parser class javadocs for more 
detailed information about each document format and how it is parsed by 
Tika.</p>
 <p><b>Please note</b> that Apache Tika is able to detect a much wider range of 
formats than those listed below, this page only documents those formats from 
which Tika is able to extract metadata and/or textual content.</p>
@@ -127,7 +127,7 @@
 <p>The Extensible Markup Language (XML) format is a generic format that can be 
used for all kinds of content. Tika has custom parsers for some widely used XML 
vocabularies like XHTML, OOXML and ODF, but the default <a 
href="./api/org/apache/tika/parser/xml/DcXMLParser.html">DcXMLParser</a> class 
simply extracts the text content of the document and ignores any XML structure. 
The only exception to this rule are Dublin Core metadata elements that are used 
for the document metadata.</p></div>
 <div class="section">
 <h3><a name="Microsoft_Office_document_formats">Microsoft Office document 
formats</a></h3>
-<p>Microsoft Office and some related applications produce documents in the 
generic OLE 2 Compound Document and Office Open XML (OOXML) formats. The older 
OLE 2 format was introduced in Microsoft Office version 97 and was the default 
format until Office version 2007 and the new XML-based OOXML format. The <a 
href="./api/org/apache/tika/parser/microsoft/OfficeParser.html">OfficeParser</a>
 and <a 
href="./api/org/apache/tika/parser/microsoft/ooxml/OOXMLParser.html">OOXMLParser</a>
 classes use <a class="externalLink" href="http://poi.apache.org/";>Apache 
POI</a> libraries to support text and metadata extraction from both OLE2 and 
OOXML documents.</p>
+<p>Microsoft Office and some related applications produce documents in the 
generic OLE 2 Compound Document and Office Open XML (OOXML) formats. The older 
OLE 2 format was introduced in Microsoft Office version 97 and was the default 
format until Office version 2007 and the new XML-based OOXML format. The <a 
href="./api/org/apache/tika/parser/microsoft/OfficeParser.html">OfficeParser</a>
 and <a 
href="./api/org/apache/tika/parser/microsoft/ooxml/OOXMLParser.html">OOXMLParser</a>
 classes use <a class="externalLink" href="https://poi.apache.org/";>Apache 
POI</a> libraries to support text and metadata extraction from both OLE2 and 
OOXML documents.</p>
 <p>Old, pre-OLE2 Excel files (Excel 2, 3 and 4) are handled by the <a 
href="./api/org/apache/tika/parser/microsoft/OldExcelParser.html">OldExcelParser</a>.</p>
 <p>The older, pre-OOXML pure-XML, office file formats are handled by <a 
href="./api/org/apache/tika/parser/microsoft/xml/SpreadsheetMLParser.html">SpreadsheetMLParser</a>,
 <a 
href="./api/org/apache/tika/parser/microsoft/xml/WordMLParser.html">WordMLParser</a>
 and <a 
href="./api/org/apache/tika/parser/microsoft/ooxml/xwpf/ml2006/Word2006MLParser.html">Word2006MLParser</a>.</p>
 <p>Temporary Office lock files (owner files) are supported for basic metadata 
extraction by <a 
href="./api/org/apache/tika/parser/microsoft/MSOwnerFileParser.html">MSOwnerFileParser</a>.</p></div>
@@ -142,7 +142,7 @@
 <p>The Corel WordPerfect Office Suite formats are supported by <a 
href="./api/org/apache/tika/parser/wordperfect/WordPerfectParser.html">WordPerfectParser</a>,
 supporting WordPerfect WP6+ files, and <a 
href="./api/org/apache/tika/parser/wordperfect/QuattroProParser.html">QuattroProParser</a>,
 supporting QuattroPro QPW v9+ files.</p></div>
 <div class="section">
 <h3><a name="Portable_Document_Format">Portable Document Format</a></h3>
-<p>The <a href="./api/org/apache/tika/parser/pdf/PDFParser.html">PDFParser</a> 
class parsers Portable Document Format (PDF) documents using the <a 
class="externalLink" href="http://pdfbox.apache.org/";>Apache PDFBox</a> 
library.</p></div>
+<p>The <a href="./api/org/apache/tika/parser/pdf/PDFParser.html">PDFParser</a> 
class parsers Portable Document Format (PDF) documents using the <a 
class="externalLink" href="https://pdfbox.apache.org/";>Apache PDFBox</a> 
library.</p></div>
 <div class="section">
 <h3><a name="Electronic_Publication_Format">Electronic Publication 
Format</a></h3>
 <p>The <a 
href="./api/org/apache/tika/parser/epub/EpubParser.html">EpubParser</a> class 
supports the Electronic Publication Format (EPUB) used for many digital 
books.</p>
@@ -152,7 +152,7 @@
 <p>The <a href="./api/org/apache/tika/parser/rtf/RTFParser.html">RTFParser</a> 
class uses the standard javax.swing.text.rtf feature to extract text content 
from Rich Text Format (RTF) documents.</p></div>
 <div class="section">
 <h3><a name="Compression_and_packaging_formats">Compression and packaging 
formats</a></h3>
-<p>Tika uses the <a class="externalLink" 
href="http://commons.apache.org/compress/";>Commons Compress</a> library to 
support various compression and packaging formats. The <a 
href="./api/org/apache/tika/parser/pkg/CompressorParser.html">CompressorParser</a>
 class handles parsing of the top level compression formats, then <a 
href="./api/org/apache/tika/parser/pkg/PackageParser.html">PackageParser</a> 
class and its subclasses parse the packaging formats and then pass the unpacked 
document streams to a second parsing stage using the parser instance specified 
in the parse context. Formats supported include Tar, AR, ARJ, CPIO, Dump, Zip, 
7Zip, Gzip, BZip2, XZ, LZMA, Z and Pack200.</p>
+<p>Tika uses the <a class="externalLink" 
href="https://commons.apache.org/compress/";>Commons Compress</a> library to 
support various compression and packaging formats. The <a 
href="./api/org/apache/tika/parser/pkg/CompressorParser.html">CompressorParser</a>
 class handles parsing of the top level compression formats, then <a 
href="./api/org/apache/tika/parser/pkg/PackageParser.html">PackageParser</a> 
class and its subclasses parse the packaging formats and then pass the unpacked 
document streams to a second parsing stage using the parser instance specified 
in the parse context. Formats supported include Tar, AR, ARJ, CPIO, Dump, Zip, 
7Zip, Gzip, BZip2, XZ, LZMA, Z and Pack200.</p>
 <p>Additionally, the <a 
href="./api/org/apache/tika/parser/pkg/RarParser.html">RarParser</a> class 
supports the RAR archive format, which isn't supported by Commons Compress.</p>
 <p>The <a 
href="./api/org/apache/tika/parser/apple/AppleSingleFileParser.html">AppleSingleFileParser</a>
 class supports resources packaged within AppleSingle and AppleDouble 
files.</p></div>
 <div class="section">
@@ -178,7 +178,7 @@
 <p>Tika supports the Flash video format using a simple parsing algorithm 
implemented in the <a 
href="./api/org/apache/tika/parser/video/FLVParser">FLVParser</a> class.</p>
 <p>The MP4 family of video formats (MP4, Quicktime, 3GPP etc) is supported by 
the <a href="./api/org/apache/tika/parser/mp4/MP4Parser">MP4Parser</a> class, 
which extracts metadata on the video, along with audio stream (if present).</p>
 <p>For the Ogg family of video formats, a limited amount of metadata is 
extracted by the <a 
href="./api/org/gagravarr/tika/OggParser.html">OggParser</a> class. There is 
also an experimental <a 
href="./api/org/gagravarr/tika/TheoraParser.html">TheoraParser</a> class which 
extracts only limited metadata, pending a consensus on the &quot;right&quot; 
way to return metadata for audio streams along with the video metadata.</p>
-<p>As an alternative to the metadata-focused parsers above, the <a 
href="./api/org/apache/tika/parser/pot/PooledTimeSeriesParser">PooledTimeSeriesParser</a>
 can be used (if the required tool is installed) to generate a numeric 
representation of the video suitable for similarity searches. More details on 
this approach, and setup instructions for the parser + tool, can be found on <a 
class="externalLink" 
href="https://wiki.apache.org/tika/PooledTimeSeriesParser";>the Tika wiki page 
for the parser</a>.</p></div>
+<p>As an alternative to the metadata-focused parsers above, the <a 
href="./api/org/apache/tika/parser/pot/PooledTimeSeriesParser">PooledTimeSeriesParser</a>
 can be used (if the required tool is installed) to generate a numeric 
representation of the video suitable for similarity searches. More details on 
this approach, and setup instructions for the parser + tool, can be found on <a 
class="externalLink" 
href="https://cwiki.apache.org/confluence/display/TIKA/PooledTimeSeriesParser";>the
 Tika wiki page for the parser</a>.</p></div>
 <div class="section">
 <h3><a name="Java_class_files_and_archives">Java class files and 
archives</a></h3>
 <p>The <a href="./api/org/apache/tika/parser/asm/ClassParser">ClassParser</a> 
class extracts class names and method signatures from Java class files, and the 
<a href="./api/org/apache/tika/parser/pkg/ZipParser.html">ZipParser</a> class 
supports also jar archives.</p></div>
@@ -225,12 +225,12 @@
 <h3><a name="Natural_Language_Processing">Natural Language Processing</a></h3>
 <p>Tika supports calling out to a number of Natural Language Processing and 
Named Entity Recognition frameworks, tools and libraries. </p>
 <p>These can be used to support additional formats, or to gain extra 
information on existing formats. In many cases, additional tools or REST 
services or training datasets are required to enable or power this support.</p>
-<p>Details on the requirements and setup steps are generally given either in 
the parser's javadocs, or on the <a class="externalLink" 
href="https://wiki.apache.org/tika/";>Tika wiki</a>.</p>
+<p>Details on the requirements and setup steps are generally given either in 
the parser's javadocs, or on the <a class="externalLink" 
href="https://cwiki.apache.org/tika/";>Tika wiki</a>.</p>
 <p>The <a 
href="./api/org/apache/tika/parser/sentiment/analysis/SentimentParser.html">SentimentParser</a>
 class classifies documents based on the sentiment of document, powered by 
Apache OpenNLP's Maximum Entropy Classifier.</p>
 <p><a 
href="./api/org/apache/tika/parser/journal/JournalParser.html">JournalParser</a>
 uses Grobid (via RESTful server) to extract additional metadata from the text 
of journal publications. A number of other NLP and NER parsers are available in 
the <a href="./api/org/apache/tika/parser/ner/">ner package</a></p></div>
 <div class="section">
 <h3><a name="Image_and_Video_object_recognition">Image and Video object 
recognition</a></h3>
-<p>Tika supports calling out to a number of Object Recognition frameworks to 
analyse the contents of images and videos. Large training datasets and or 
frameworks are generally required, often accessed via REST services. The <a 
href="./api/org/apache/tika/parser/recognition/">recognition package</a> 
contains most of these. Details on the requirements and setup steps are 
generally given on the <a class="externalLink" 
href="https://wiki.apache.org/tika/";>Tika wiki</a>.</p></div></div>
+<p>Tika supports calling out to a number of Object Recognition frameworks to 
analyse the contents of images and videos. Large training datasets and or 
frameworks are generally required, often accessed via REST services. The <a 
href="./api/org/apache/tika/parser/recognition/">recognition package</a> 
contains most of these. Details on the requirements and setup steps are 
generally given on the <a class="externalLink" 
href="https://cwiki.apache.org/tika/";>Tika wiki</a>.</p></div></div>
 <div class="section">
 <h2><a name="Full_list_of_Supported_Formats"></a>Full list of Supported 
Formats</h2>
 <ul>
@@ -730,7 +730,7 @@
           </li>
               
     <li class="none">
-                    <a href="http://wiki.apache.org/tika/"; 
class="externalLink">Tika Wiki</a>
+                    <a href="https://cwiki.apache.org/confluence/display/tika"; 
class="externalLink">Tika Wiki</a>
           </li>
               
     <li class="none">
@@ -966,23 +966,23 @@
             <ul>
               
     <li class="none">
-                    <a href="http://www.apache.org/foundation/"; 
class="externalLink">About</a>
+                    <a href="https://www.apache.org/foundation/"; 
class="externalLink">About</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/licenses/"; 
class="externalLink">License</a>
+                    <a href="https://www.apache.org/licenses/"; 
class="externalLink">License</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/security/"; 
class="externalLink">Security</a>
+                    <a href="https://www.apache.org/security/"; 
class="externalLink">Security</a>
           </li>
               
     <li class="none">
-                    <a 
href="http://www.apache.org/foundation/sponsorship.html"; 
class="externalLink">Sponsorship</a>
+                    <a 
href="https://www.apache.org/foundation/sponsorship.html"; 
class="externalLink">Sponsorship</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/foundation/thanks.html"; 
class="externalLink">Thanks</a>
+                    <a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink">Thanks</a>
           </li>
           </ul>
       
@@ -1013,9 +1013,9 @@
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2018
-          <a href="http://www.apache.org/";>The Apache Software Foundation</a>.
-          Site powered by <a href="http://maven.apache.org/";>Apache Maven</a>. 
+          Copyright &#169; 2019
+          <a href="https://www.apache.org/";>The Apache Software Foundation</a>.
+          Site powered by <a href="https://maven.apache.org/";>Apache 
Maven</a>. 
           Search powered by
           <a href="http://www.lucidimagination.com";>Lucid Imagination</a>
           and <a href="http://sematext.com";>Sematext</a>.

Modified: tika/site/publish/1.20/gettingstarted.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.20/gettingstarted.html?rev=1857884&r1=1857883&r2=1857884&view=diff
==============================================================================
--- tika/site/publish/1.20/gettingstarted.html (original)
+++ tika/site/publish/1.20/gettingstarted.html Sat Apr 20 21:04:17 2019
@@ -10,7 +10,7 @@
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
 
-    http://www.apache.org/licenses/LICENSE-2.0
+    https://www.apache.org/licenses/LICENSE-2.0
  
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
@@ -75,22 +75,22 @@
   <body onLoad="initProvider();">
     <div id="body">
       <div id="banner">
-        <a href="http://tika.apache.org"; id="bannerLeft" title="Apache Tika"
-          ><img src="http://tika.apache.org/tika.png"; alt="Apache Tika"
+        <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
+          ><img src="https://tika.apache.org/tika.png"; alt="Apache Tika"
                 width="292" height="100"/></a>
-        <a href="http://www.apache.org/"; id="bannerRight"
+        <a href="https://www.apache.org/"; id="bannerRight"
            title="The Apache Software Foundation"
-          ><img src="http://tika.apache.org/asf-logo.gif"; alt="The Apache 
Software Foundation"
+          ><img src="https://tika.apache.org/asf-logo.gif"; alt="The Apache 
Software Foundation"
                 width="387" height="100"/></a>
       </div>
       <div id="content">
-        <!-- Licensed to the Apache Software Foundation (ASF) under one or 
more --><!-- contributor license agreements.  See the NOTICE file distributed 
with --><!-- this work for additional information regarding copyright 
ownership. --><!-- The ASF licenses this file to You under the Apache License, 
Version 2.0 --><!-- (the "License"); you may not use this file except in 
compliance with --><!-- the License.  You may obtain a copy of the License at 
--><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- 
Unless required by applicable law or agreed to in writing, software --><!-- 
distributed under the License is distributed on an "AS IS" BASIS, --><!-- 
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
--><!-- See the License for the specific language governing permissions and 
--><!-- limitations under the License. --><div class="section">
+        <!-- Licensed to the Apache Software Foundation (ASF) under one or 
more --><!-- contributor license agreements.  See the NOTICE file distributed 
with --><!-- this work for additional information regarding copyright 
ownership. --><!-- The ASF licenses this file to You under the Apache License, 
Version 2.0 --><!-- (the "License"); you may not use this file except in 
compliance with --><!-- the License.  You may obtain a copy of the License at 
--><!--  --><!-- https://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- 
Unless required by applicable law or agreed to in writing, software --><!-- 
distributed under the License is distributed on an "AS IS" BASIS, --><!-- 
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
--><!-- See the License for the specific language governing permissions and 
--><!-- limitations under the License. --><div class="section">
 <h2><a name="Getting_Started_with_Apache_Tika"></a>Getting Started with Apache 
Tika</h2>
 <p>This document describes how to build Apache Tika from sources and how to 
start using Tika in an application.</p></div>
 <div class="section">
 <h2><a name="Getting_and_building_the_sources"></a>Getting and building the 
sources</h2>
 <p>To build Tika from sources you first need to either <a 
href="../download.html">download</a> a source release or <a 
href="../source-repository.html">checkout</a> the latest sources from version 
control.</p>
-<p>Once you have the sources, you can build them using the <a 
class="externalLink" href="http://maven.apache.org/";>Maven 2</a> build system. 
Executing the following command in the base directory will build the sources 
and install the resulting artifacts in your local Maven repository.</p>
+<p>Once you have the sources, you can build them using the <a 
class="externalLink" href="https://maven.apache.org/";>Maven 3</a> build system. 
Executing the following command in the base directory will build the sources 
and install the resulting artifacts in your local Maven repository.</p>
 <div>
 <pre>mvn install</pre></div>
 <p>See the Maven documentation for more information about the available build 
options.</p>
@@ -106,7 +106,7 @@
 <dt>tika-app/target/tika-app-*.jar</dt>
 <dd> Tika application. Combines the above components and all the external 
parser libraries into a single runnable jar with a GUI and a command line 
interface.</dd>
 <dt>tika-server/target/tika-server-*.jar</dt>
-<dd> Tika JAX-RS REST application. This is a Jetty web server running Tika 
REST services as described in <a class="externalLink" 
href="http://wiki.apache.org/tika/TikaJAXRS";>this page</a>.</dd>
+<dd> Tika JAX-RS REST application. This is a Jetty web server running Tika 
REST services as described in <a class="externalLink" 
href="https://cwiki.apache.org/confluence/display/TIKA/TikaJAXRS";>this 
page</a>.</dd>
 <dt>tika-bundle/target/tika-bundle-*.jar</dt>
 <dd> Tika bundle. An OSGi bundle that combines tika-parsers with non-OSGified 
parser libraries to make them easy to deploy in an OSGi environment.</dd>
 <dt>tika-eval/target/tika-eval-*.jar</dt>
@@ -139,7 +139,7 @@
 }</pre></div></div>
 <div class="section">
 <h2><a name="Using_Tika_in_an_Ant_project"></a>Using Tika in an Ant 
project</h2>
-<p>If you are using <a class="externalLink" 
href="http://ant.apache.org/ivy/";>Apache Ivy</a> as your dependency manager 
tool with Ant, then to include Tika with the full set of parsers, you should 
depend on the <tt> tika-parsers </tt> artifact like this:</p>
+<p>If you are using <a class="externalLink" 
href="https://ant.apache.org/ivy/";>Apache Ivy</a> as your dependency manager 
tool with Ant, then to include Tika with the full set of parsers, you should 
depend on the <tt> tika-parsers </tt> artifact like this:</p>
 <div>
 <pre>    &lt;dependencies&gt;
         &lt;dependency org=&quot;org.apache.tika&quot; 
name=&quot;tika-parsers&quot; rev=&quot;1.20&quot;/&gt;
@@ -303,7 +303,7 @@ curl http://.../document.doc \
           </li>
               
     <li class="none">
-                    <a href="http://wiki.apache.org/tika/"; 
class="externalLink">Tika Wiki</a>
+                    <a href="https://cwiki.apache.org/confluence/display/tika"; 
class="externalLink">Tika Wiki</a>
           </li>
               
     <li class="none">
@@ -539,23 +539,23 @@ curl http://.../document.doc \
             <ul>
               
     <li class="none">
-                    <a href="http://www.apache.org/foundation/"; 
class="externalLink">About</a>
+                    <a href="https://www.apache.org/foundation/"; 
class="externalLink">About</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/licenses/"; 
class="externalLink">License</a>
+                    <a href="https://www.apache.org/licenses/"; 
class="externalLink">License</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/security/"; 
class="externalLink">Security</a>
+                    <a href="https://www.apache.org/security/"; 
class="externalLink">Security</a>
           </li>
               
     <li class="none">
-                    <a 
href="http://www.apache.org/foundation/sponsorship.html"; 
class="externalLink">Sponsorship</a>
+                    <a 
href="https://www.apache.org/foundation/sponsorship.html"; 
class="externalLink">Sponsorship</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/foundation/thanks.html"; 
class="externalLink">Thanks</a>
+                    <a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink">Thanks</a>
           </li>
           </ul>
       
@@ -586,9 +586,9 @@ curl http://.../document.doc \
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2018
-          <a href="http://www.apache.org/";>The Apache Software Foundation</a>.
-          Site powered by <a href="http://maven.apache.org/";>Apache Maven</a>. 
+          Copyright &#169; 2019
+          <a href="https://www.apache.org/";>The Apache Software Foundation</a>.
+          Site powered by <a href="https://maven.apache.org/";>Apache 
Maven</a>. 
           Search powered by
           <a href="http://www.lucidimagination.com";>Lucid Imagination</a>
           and <a href="http://sematext.com";>Sematext</a>.

Modified: tika/site/publish/1.20/index.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.20/index.html?rev=1857884&r1=1857883&r2=1857884&view=diff
==============================================================================
--- tika/site/publish/1.20/index.html (original)
+++ tika/site/publish/1.20/index.html Sat Apr 20 21:04:17 2019
@@ -10,7 +10,7 @@
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
 
-    http://www.apache.org/licenses/LICENSE-2.0
+    https://www.apache.org/licenses/LICENSE-2.0
  
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
@@ -75,31 +75,31 @@
   <body onLoad="initProvider();">
     <div id="body">
       <div id="banner">
-        <a href="http://tika.apache.org"; id="bannerLeft" title="Apache Tika"
-          ><img src="http://tika.apache.org/tika.png"; alt="Apache Tika"
+        <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
+          ><img src="https://tika.apache.org/tika.png"; alt="Apache Tika"
                 width="292" height="100"/></a>
-        <a href="http://www.apache.org/"; id="bannerRight"
+        <a href="https://www.apache.org/"; id="bannerRight"
            title="The Apache Software Foundation"
-          ><img src="http://tika.apache.org/asf-logo.gif"; alt="The Apache 
Software Foundation"
+          ><img src="https://tika.apache.org/asf-logo.gif"; alt="The Apache 
Software Foundation"
                 width="387" height="100"/></a>
       </div>
       <div id="content">
-        <!-- Licensed to the Apache Software Foundation (ASF) under one or 
more --><!-- contributor license agreements.  See the NOTICE file distributed 
with --><!-- this work for additional information regarding copyright 
ownership. --><!-- The ASF licenses this file to You under the Apache License, 
Version 2.0 --><!-- (the "License"); you may not use this file except in 
compliance with --><!-- the License.  You may obtain a copy of the License at 
--><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- 
Unless required by applicable law or agreed to in writing, software --><!-- 
distributed under the License is distributed on an "AS IS" BASIS, --><!-- 
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
--><!-- See the License for the specific language governing permissions and 
--><!-- limitations under the License. --><div class="section">
+        <!-- Licensed to the Apache Software Foundation (ASF) under one or 
more --><!-- contributor license agreements.  See the NOTICE file distributed 
with --><!-- this work for additional information regarding copyright 
ownership. --><!-- The ASF licenses this file to You under the Apache License, 
Version 2.0 --><!-- (the "License"); you may not use this file except in 
compliance with --><!-- the License.  You may obtain a copy of the License at 
--><!--  --><!-- https://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- 
Unless required by applicable law or agreed to in writing, software --><!-- 
distributed under the License is distributed on an "AS IS" BASIS, --><!-- 
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
--><!-- See the License for the specific language governing permissions and 
--><!-- limitations under the License. --><div class="section">
 <h2><a name="Apache_Tika_1.20"></a>Apache Tika 1.20</h2>
 <p>The most notable changes in Tika 1.20 over the previous release are:</p>
 <ul>
-<li>Upgrade to Apache POI 4.0.1 (<a class="externalLink" 
href="http://issues.apache.org/jira/browse/TIKA-2751";>TIKA-2751</a>).</li>
-<li>Integrate/parameterize new angles handling in PDFBox (<a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/TIKA-2779";>TIKA-2779</a>).</li>
-<li>Upgrade to PDFBox 2.0.13 (<a class="externalLink" 
href="http://issues.apache.org/jira/browse/TIKA-2788";>TIKA-2788</a>).</li>
-<li>Prevent content within <i>style/</i> and <i>script/</i> elements to be 
written in the ToTextContentHandler (<a class="externalLink" 
href="http://issues.apache.org/jira/browse/TIKA-2550";>TIKA-2550</a>).</li>
+<li>Upgrade to Apache POI 4.0.1 (<a class="externalLink" 
href="https://issues.apache.org/jira/browse/TIKA-2751";>TIKA-2751</a>).</li>
+<li>Integrate/parameterize new angles handling in PDFBox (<a 
class="externalLink" 
href="https://issues.apache.org/jira/browse/TIKA-2779";>TIKA-2779</a>).</li>
+<li>Upgrade to PDFBox 2.0.13 (<a class="externalLink" 
href="https://issues.apache.org/jira/browse/TIKA-2788";>TIKA-2788</a>).</li>
+<li>Prevent content within <i>style/</i> and <i>script/</i> elements to be 
written in the ToTextContentHandler (<a class="externalLink" 
href="https://issues.apache.org/jira/browse/TIKA-2550";>TIKA-2550</a>).</li>
 <li>Switch child to parent communication to a shared memory-mappedfile in 
tika-server's -spawnChild mode.</li>
-<li>Fix bug in tika-server when run in legacy mode (not -spawnChild) that 
caused it to return 503 on documents submitted after it hit an OutOfMemoryError 
(<a class="externalLink" 
href="http://issues.apache.org/jira/browse/TIKA-2776";>TIKA-2776</a>).</li>
-<li>Upgrade jaxb-runtime and javax.activation (<a class="externalLink" 
href="http://issues.apache.org/jira/browse/TIKA-2778";>TIKA-2778</a>).</li>
-<li>tika-app in batch mode now requires an interrupt or kill signal to the 
parent process to stop the parent and the child processes (<a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/TIKA-2780";>TIKA-2780</a>).</li>
-<li>Bulk upgrade of dependencies (<a class="externalLink" 
href="http://issues.apache.org/jira/browse/TIKA-2775";>TIKA-2775</a>).</li>
-<li>Improve language id efficiency in tika-eval (<a class="externalLink" 
href="http://issues.apache.org/jira/browse/TIKA-2777";>TIKA-2777</a>).</li>
-<li>25.2 (<a class="externalLink" 
href="http://issues.apache.org/jira/browse/TIKA-2773";>TIKA-2773</a>).</li>
-<li>Remove duplication of notes in PPT slides (<a class="externalLink" 
href="http://issues.apache.org/jira/browse/TIKA-2735";>TIKA-2735</a>)</li>
+<li>Fix bug in tika-server when run in legacy mode (not -spawnChild) that 
caused it to return 503 on documents submitted after it hit an OutOfMemoryError 
(<a class="externalLink" 
href="https://issues.apache.org/jira/browse/TIKA-2776";>TIKA-2776</a>).</li>
+<li>Upgrade jaxb-runtime and javax.activation (<a class="externalLink" 
href="https://issues.apache.org/jira/browse/TIKA-2778";>TIKA-2778</a>).</li>
+<li>tika-app in batch mode now requires an interrupt or kill signal to the 
parent process to stop the parent and the child processes (<a 
class="externalLink" 
href="https://issues.apache.org/jira/browse/TIKA-2780";>TIKA-2780</a>).</li>
+<li>Bulk upgrade of dependencies (<a class="externalLink" 
href="https://issues.apache.org/jira/browse/TIKA-2775";>TIKA-2775</a>).</li>
+<li>Improve language id efficiency in tika-eval (<a class="externalLink" 
href="https://issues.apache.org/jira/browse/TIKA-2777";>TIKA-2777</a>).</li>
+<li>25.2 (<a class="externalLink" 
href="https://issues.apache.org/jira/browse/TIKA-2773";>TIKA-2773</a>).</li>
+<li>Remove duplication of notes in PPT slides (<a class="externalLink" 
href="https://issues.apache.org/jira/browse/TIKA-2735";>TIKA-2735</a>)</li>
 <li>Use -javaHome or $JAVA_HOME (if they exist) when spawning child in 
tika-server's -spawnChild mode.</li></ul>
 <p>The following people have contributed to Tika 1.20 by submitting or 
commenting on the issues resolved in this release:</p>
 <ul>
@@ -140,7 +140,7 @@
           </li>
               
     <li class="none">
-                    <a href="http://wiki.apache.org/tika/"; 
class="externalLink">Tika Wiki</a>
+                    <a href="https://cwiki.apache.org/confluence/display/tika"; 
class="externalLink">Tika Wiki</a>
           </li>
               
     <li class="none">
@@ -376,23 +376,23 @@
             <ul>
               
     <li class="none">
-                    <a href="http://www.apache.org/foundation/"; 
class="externalLink">About</a>
+                    <a href="https://www.apache.org/foundation/"; 
class="externalLink">About</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/licenses/"; 
class="externalLink">License</a>
+                    <a href="https://www.apache.org/licenses/"; 
class="externalLink">License</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/security/"; 
class="externalLink">Security</a>
+                    <a href="https://www.apache.org/security/"; 
class="externalLink">Security</a>
           </li>
               
     <li class="none">
-                    <a 
href="http://www.apache.org/foundation/sponsorship.html"; 
class="externalLink">Sponsorship</a>
+                    <a 
href="https://www.apache.org/foundation/sponsorship.html"; 
class="externalLink">Sponsorship</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/foundation/thanks.html"; 
class="externalLink">Thanks</a>
+                    <a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink">Thanks</a>
           </li>
           </ul>
       
@@ -423,9 +423,9 @@
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2018
-          <a href="http://www.apache.org/";>The Apache Software Foundation</a>.
-          Site powered by <a href="http://maven.apache.org/";>Apache Maven</a>. 
+          Copyright &#169; 2019
+          <a href="https://www.apache.org/";>The Apache Software Foundation</a>.
+          Site powered by <a href="https://maven.apache.org/";>Apache 
Maven</a>. 
           Search powered by
           <a href="http://www.lucidimagination.com";>Lucid Imagination</a>
           and <a href="http://sematext.com";>Sematext</a>.

Modified: tika/site/publish/1.20/parser.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.20/parser.html?rev=1857884&r1=1857883&r2=1857884&view=diff
==============================================================================
--- tika/site/publish/1.20/parser.html (original)
+++ tika/site/publish/1.20/parser.html Sat Apr 20 21:04:17 2019
@@ -10,7 +10,7 @@
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
 
-    http://www.apache.org/licenses/LICENSE-2.0
+    https://www.apache.org/licenses/LICENSE-2.0
  
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
@@ -75,16 +75,16 @@
   <body onLoad="initProvider();">
     <div id="body">
       <div id="banner">
-        <a href="http://tika.apache.org"; id="bannerLeft" title="Apache Tika"
-          ><img src="http://tika.apache.org/tika.png"; alt="Apache Tika"
+        <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
+          ><img src="https://tika.apache.org/tika.png"; alt="Apache Tika"
                 width="292" height="100"/></a>
-        <a href="http://www.apache.org/"; id="bannerRight"
+        <a href="https://www.apache.org/"; id="bannerRight"
            title="The Apache Software Foundation"
-          ><img src="http://tika.apache.org/asf-logo.gif"; alt="The Apache 
Software Foundation"
+          ><img src="https://tika.apache.org/asf-logo.gif"; alt="The Apache 
Software Foundation"
                 width="387" height="100"/></a>
       </div>
       <div id="content">
-        <!-- Licensed to the Apache Software Foundation (ASF) under one or 
more --><!-- contributor license agreements.  See the NOTICE file distributed 
with --><!-- this work for additional information regarding copyright 
ownership. --><!-- The ASF licenses this file to You under the Apache License, 
Version 2.0 --><!-- (the "License"); you may not use this file except in 
compliance with --><!-- the License.  You may obtain a copy of the License at 
--><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- 
Unless required by applicable law or agreed to in writing, software --><!-- 
distributed under the License is distributed on an "AS IS" BASIS, --><!-- 
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
--><!-- See the License for the specific language governing permissions and 
--><!-- limitations under the License. --><div class="section">
+        <!-- Licensed to the Apache Software Foundation (ASF) under one or 
more --><!-- contributor license agreements.  See the NOTICE file distributed 
with --><!-- this work for additional information regarding copyright 
ownership. --><!-- The ASF licenses this file to You under the Apache License, 
Version 2.0 --><!-- (the "License"); you may not use this file except in 
compliance with --><!-- the License.  You may obtain a copy of the License at 
--><!--  --><!-- https://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- 
Unless required by applicable law or agreed to in writing, software --><!-- 
distributed under the License is distributed on an "AS IS" BASIS, --><!-- 
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
--><!-- See the License for the specific language governing permissions and 
--><!-- limitations under the License. --><div class="section">
 <h2><a name="The_Parser_interface"></a>The Parser interface</h2>
 <p>The <a 
href="./api/org/apache/tika/parser/Parser.html">org.apache.tika.parser.Parser</a>
 interface is the key concept of Apache Tika. It hides the complexity of 
different file formats and parsing libraries while providing a simple and 
powerful mechanism for client applications to extract structured text content 
and metadata from all sorts of documents. All this is achieved with a single 
method:</p>
 <div>
@@ -172,7 +172,7 @@ try {
 <div class="section">
 <h3><a name="Parser_implementations"></a>Parser implementations</h3>
 <p>Apache Tika comes with a number of parser classes for parsing <a 
href="./formats.html">various document formats</a>. You can also extend Tika 
with your own parsers, and of course any contributions to Tika are warmly 
welcome.</p>
-<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="http://pdfbox.apache.org/";>PDFBox</a> or <a 
class="externalLink" href="http://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
+<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="https://pdfbox.apache.org/";>PDFBox</a> or <a 
class="externalLink" href="https://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
 <p>Tika also contains some general purpose parser implementations that are not 
targeted at any specific document formats. The most notable of these is the <a 
href="./api/org/apache/tika/parser/AutoDetectParser.html">AutoDetectParser</a> 
class that encapsulates all Tika functionality into a single parser that can 
handle any types of documents. This parser will automatically determine the 
type of the incoming document based on various heuristics and will then parse 
the document accordingly.</p></div>
 <div class="section">
 <h3><a name="More_Examples">More Examples</a></h3>
@@ -200,7 +200,7 @@ try {
           </li>
               
     <li class="none">
-                    <a href="http://wiki.apache.org/tika/"; 
class="externalLink">Tika Wiki</a>
+                    <a href="https://cwiki.apache.org/confluence/display/tika"; 
class="externalLink">Tika Wiki</a>
           </li>
               
     <li class="none">
@@ -436,23 +436,23 @@ try {
             <ul>
               
     <li class="none">
-                    <a href="http://www.apache.org/foundation/"; 
class="externalLink">About</a>
+                    <a href="https://www.apache.org/foundation/"; 
class="externalLink">About</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/licenses/"; 
class="externalLink">License</a>
+                    <a href="https://www.apache.org/licenses/"; 
class="externalLink">License</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/security/"; 
class="externalLink">Security</a>
+                    <a href="https://www.apache.org/security/"; 
class="externalLink">Security</a>
           </li>
               
     <li class="none">
-                    <a 
href="http://www.apache.org/foundation/sponsorship.html"; 
class="externalLink">Sponsorship</a>
+                    <a 
href="https://www.apache.org/foundation/sponsorship.html"; 
class="externalLink">Sponsorship</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/foundation/thanks.html"; 
class="externalLink">Thanks</a>
+                    <a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink">Thanks</a>
           </li>
           </ul>
       
@@ -483,9 +483,9 @@ try {
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2018
-          <a href="http://www.apache.org/";>The Apache Software Foundation</a>.
-          Site powered by <a href="http://maven.apache.org/";>Apache Maven</a>. 
+          Copyright &#169; 2019
+          <a href="https://www.apache.org/";>The Apache Software Foundation</a>.
+          Site powered by <a href="https://maven.apache.org/";>Apache 
Maven</a>. 
           Search powered by
           <a href="http://www.lucidimagination.com";>Lucid Imagination</a>
           and <a href="http://sematext.com";>Sematext</a>.

Modified: tika/site/publish/1.20/parser_guide.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.20/parser_guide.html?rev=1857884&r1=1857883&r2=1857884&view=diff
==============================================================================
--- tika/site/publish/1.20/parser_guide.html (original)
+++ tika/site/publish/1.20/parser_guide.html Sat Apr 20 21:04:17 2019
@@ -10,7 +10,7 @@
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
 
-    http://www.apache.org/licenses/LICENSE-2.0
+    https://www.apache.org/licenses/LICENSE-2.0
  
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
@@ -75,16 +75,16 @@
   <body onLoad="initProvider();">
     <div id="body">
       <div id="banner">
-        <a href="http://tika.apache.org"; id="bannerLeft" title="Apache Tika"
-          ><img src="http://tika.apache.org/tika.png"; alt="Apache Tika"
+        <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
+          ><img src="https://tika.apache.org/tika.png"; alt="Apache Tika"
                 width="292" height="100"/></a>
-        <a href="http://www.apache.org/"; id="bannerRight"
+        <a href="https://www.apache.org/"; id="bannerRight"
            title="The Apache Software Foundation"
-          ><img src="http://tika.apache.org/asf-logo.gif"; alt="The Apache 
Software Foundation"
+          ><img src="https://tika.apache.org/asf-logo.gif"; alt="The Apache 
Software Foundation"
                 width="387" height="100"/></a>
       </div>
       <div id="content">
-        <!-- Licensed to the Apache Software Foundation (ASF) under one or 
more --><!-- contributor license agreements.  See the NOTICE file distributed 
with --><!-- this work for additional information regarding copyright 
ownership. --><!-- The ASF licenses this file to You under the Apache License, 
Version 2.0 --><!-- (the "License"); you may not use this file except in 
compliance with --><!-- the License.  You may obtain a copy of the License at 
--><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- 
Unless required by applicable law or agreed to in writing, software --><!-- 
distributed under the License is distributed on an "AS IS" BASIS, --><!-- 
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
--><!-- See the License for the specific language governing permissions and 
--><!-- limitations under the License. --><div class="section">
+        <!-- Licensed to the Apache Software Foundation (ASF) under one or 
more --><!-- contributor license agreements.  See the NOTICE file distributed 
with --><!-- this work for additional information regarding copyright 
ownership. --><!-- The ASF licenses this file to You under the Apache License, 
Version 2.0 --><!-- (the "License"); you may not use this file except in 
compliance with --><!-- the License.  You may obtain a copy of the License at 
--><!--  --><!-- https://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- 
Unless required by applicable law or agreed to in writing, software --><!-- 
distributed under the License is distributed on an "AS IS" BASIS, --><!-- 
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
--><!-- See the License for the specific language governing permissions and 
--><!-- limitations under the License. --><div class="section">
 <h2><a name="Get_Tika_parsing_up_and_running_in_5_minutes"></a>Get Tika 
parsing up and running in 5 minutes</h2>
 <p>This page is a quick start guide showing how to add a new parser to Apache 
Tika. Following the simple steps listed below your new parser can be running in 
only 5 minutes.</p>
 <ul>
@@ -121,7 +121,7 @@
  * (the &quot;License&quot;); you may not use this file except in compliance 
with
  * the License.  You may obtain a copy of the License at
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ *     https://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
@@ -198,7 +198,7 @@ public class HelloParser extends Abstrac
           </li>
               
     <li class="none">
-                    <a href="http://wiki.apache.org/tika/"; 
class="externalLink">Tika Wiki</a>
+                    <a href="https://cwiki.apache.org/confluence/display/tika"; 
class="externalLink">Tika Wiki</a>
           </li>
               
     <li class="none">
@@ -434,23 +434,23 @@ public class HelloParser extends Abstrac
             <ul>
               
     <li class="none">
-                    <a href="http://www.apache.org/foundation/"; 
class="externalLink">About</a>
+                    <a href="https://www.apache.org/foundation/"; 
class="externalLink">About</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/licenses/"; 
class="externalLink">License</a>
+                    <a href="https://www.apache.org/licenses/"; 
class="externalLink">License</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/security/"; 
class="externalLink">Security</a>
+                    <a href="https://www.apache.org/security/"; 
class="externalLink">Security</a>
           </li>
               
     <li class="none">
-                    <a 
href="http://www.apache.org/foundation/sponsorship.html"; 
class="externalLink">Sponsorship</a>
+                    <a 
href="https://www.apache.org/foundation/sponsorship.html"; 
class="externalLink">Sponsorship</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/foundation/thanks.html"; 
class="externalLink">Thanks</a>
+                    <a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink">Thanks</a>
           </li>
           </ul>
       
@@ -481,9 +481,9 @@ public class HelloParser extends Abstrac
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2018
-          <a href="http://www.apache.org/";>The Apache Software Foundation</a>.
-          Site powered by <a href="http://maven.apache.org/";>Apache Maven</a>. 
+          Copyright &#169; 2019
+          <a href="https://www.apache.org/";>The Apache Software Foundation</a>.
+          Site powered by <a href="https://maven.apache.org/";>Apache 
Maven</a>. 
           Search powered by
           <a href="http://www.lucidimagination.com";>Lucid Imagination</a>
           and <a href="http://sematext.com";>Sematext</a>.

Modified: tika/site/publish/1.3/detection.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.3/detection.html?rev=1857884&r1=1857883&r2=1857884&view=diff
==============================================================================
--- tika/site/publish/1.3/detection.html (original)
+++ tika/site/publish/1.3/detection.html Sat Apr 20 21:04:17 2019
@@ -10,7 +10,7 @@
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
 
-    http://www.apache.org/licenses/LICENSE-2.0
+    https://www.apache.org/licenses/LICENSE-2.0
  
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
@@ -75,12 +75,12 @@
   <body onLoad="initProvider();">
     <div id="body">
       <div id="banner">
-        <a href="http://tika.apache.org"; id="bannerLeft" title="Apache Tika"
-          ><img src="http://tika.apache.org/tika.png"; alt="Apache Tika"
+        <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
+          ><img src="https://tika.apache.org/tika.png"; alt="Apache Tika"
                 width="292" height="100"/></a>
-        <a href="http://www.apache.org/"; id="bannerRight"
+        <a href="https://www.apache.org/"; id="bannerRight"
            title="The Apache Software Foundation"
-          ><img src="http://tika.apache.org/asf-logo.gif"; alt="The Apache 
Software Foundation"
+          ><img src="https://tika.apache.org/asf-logo.gif"; alt="The Apache 
Software Foundation"
                 width="387" height="100"/></a>
       </div>
       <div id="content">
@@ -157,7 +157,7 @@
           </li>
               
     <li class="none">
-                    <a href="http://wiki.apache.org/tika/"; 
class="externalLink">Tika Wiki</a>
+                    <a href="https://cwiki.apache.org/confluence/display/tika"; 
class="externalLink">Tika Wiki</a>
           </li>
               
     <li class="none">
@@ -393,23 +393,23 @@
             <ul>
               
     <li class="none">
-                    <a href="http://www.apache.org/foundation/"; 
class="externalLink">About</a>
+                    <a href="https://www.apache.org/foundation/"; 
class="externalLink">About</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/licenses/"; 
class="externalLink">License</a>
+                    <a href="https://www.apache.org/licenses/"; 
class="externalLink">License</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/security/"; 
class="externalLink">Security</a>
+                    <a href="https://www.apache.org/security/"; 
class="externalLink">Security</a>
           </li>
               
     <li class="none">
-                    <a 
href="http://www.apache.org/foundation/sponsorship.html"; 
class="externalLink">Sponsorship</a>
+                    <a 
href="https://www.apache.org/foundation/sponsorship.html"; 
class="externalLink">Sponsorship</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/foundation/thanks.html"; 
class="externalLink">Thanks</a>
+                    <a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink">Thanks</a>
           </li>
           </ul>
       
@@ -440,9 +440,9 @@
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2018
-          <a href="http://www.apache.org/";>The Apache Software Foundation</a>.
-          Site powered by <a href="http://maven.apache.org/";>Apache Maven</a>. 
+          Copyright &#169; 2019
+          <a href="https://www.apache.org/";>The Apache Software Foundation</a>.
+          Site powered by <a href="https://maven.apache.org/";>Apache 
Maven</a>. 
           Search powered by
           <a href="http://www.lucidimagination.com";>Lucid Imagination</a>
           and <a href="http://sematext.com";>Sematext</a>.

Modified: tika/site/publish/1.3/formats.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.3/formats.html?rev=1857884&r1=1857883&r2=1857884&view=diff
==============================================================================
--- tika/site/publish/1.3/formats.html (original)
+++ tika/site/publish/1.3/formats.html Sat Apr 20 21:04:17 2019
@@ -10,7 +10,7 @@
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
 
-    http://www.apache.org/licenses/LICENSE-2.0
+    https://www.apache.org/licenses/LICENSE-2.0
  
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
@@ -75,12 +75,12 @@
   <body onLoad="initProvider();">
     <div id="body">
       <div id="banner">
-        <a href="http://tika.apache.org"; id="bannerLeft" title="Apache Tika"
-          ><img src="http://tika.apache.org/tika.png"; alt="Apache Tika"
+        <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
+          ><img src="https://tika.apache.org/tika.png"; alt="Apache Tika"
                 width="292" height="100"/></a>
-        <a href="http://www.apache.org/"; id="bannerRight"
+        <a href="https://www.apache.org/"; id="bannerRight"
            title="The Apache Software Foundation"
-          ><img src="http://tika.apache.org/asf-logo.gif"; alt="The Apache 
Software Foundation"
+          ><img src="https://tika.apache.org/asf-logo.gif"; alt="The Apache 
Software Foundation"
                 width="387" height="100"/></a>
       </div>
       <div id="content">
@@ -169,7 +169,7 @@
           </li>
               
     <li class="none">
-                    <a href="http://wiki.apache.org/tika/"; 
class="externalLink">Tika Wiki</a>
+                    <a href="https://cwiki.apache.org/confluence/display/tika"; 
class="externalLink">Tika Wiki</a>
           </li>
               
     <li class="none">
@@ -405,23 +405,23 @@
             <ul>
               
     <li class="none">
-                    <a href="http://www.apache.org/foundation/"; 
class="externalLink">About</a>
+                    <a href="https://www.apache.org/foundation/"; 
class="externalLink">About</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/licenses/"; 
class="externalLink">License</a>
+                    <a href="https://www.apache.org/licenses/"; 
class="externalLink">License</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/security/"; 
class="externalLink">Security</a>
+                    <a href="https://www.apache.org/security/"; 
class="externalLink">Security</a>
           </li>
               
     <li class="none">
-                    <a 
href="http://www.apache.org/foundation/sponsorship.html"; 
class="externalLink">Sponsorship</a>
+                    <a 
href="https://www.apache.org/foundation/sponsorship.html"; 
class="externalLink">Sponsorship</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/foundation/thanks.html"; 
class="externalLink">Thanks</a>
+                    <a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink">Thanks</a>
           </li>
           </ul>
       
@@ -452,9 +452,9 @@
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2018
-          <a href="http://www.apache.org/";>The Apache Software Foundation</a>.
-          Site powered by <a href="http://maven.apache.org/";>Apache Maven</a>. 
+          Copyright &#169; 2019
+          <a href="https://www.apache.org/";>The Apache Software Foundation</a>.
+          Site powered by <a href="https://maven.apache.org/";>Apache 
Maven</a>. 
           Search powered by
           <a href="http://www.lucidimagination.com";>Lucid Imagination</a>
           and <a href="http://sematext.com";>Sematext</a>.

Modified: tika/site/publish/1.3/gettingstarted.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.3/gettingstarted.html?rev=1857884&r1=1857883&r2=1857884&view=diff
==============================================================================
--- tika/site/publish/1.3/gettingstarted.html (original)
+++ tika/site/publish/1.3/gettingstarted.html Sat Apr 20 21:04:17 2019
@@ -10,7 +10,7 @@
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
 
-    http://www.apache.org/licenses/LICENSE-2.0
+    https://www.apache.org/licenses/LICENSE-2.0
  
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
@@ -75,12 +75,12 @@
   <body onLoad="initProvider();">
     <div id="body">
       <div id="banner">
-        <a href="http://tika.apache.org"; id="bannerLeft" title="Apache Tika"
-          ><img src="http://tika.apache.org/tika.png"; alt="Apache Tika"
+        <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
+          ><img src="https://tika.apache.org/tika.png"; alt="Apache Tika"
                 width="292" height="100"/></a>
-        <a href="http://www.apache.org/"; id="bannerRight"
+        <a href="https://www.apache.org/"; id="bannerRight"
            title="The Apache Software Foundation"
-          ><img src="http://tika.apache.org/asf-logo.gif"; alt="The Apache 
Software Foundation"
+          ><img src="https://tika.apache.org/asf-logo.gif"; alt="The Apache 
Software Foundation"
                 width="387" height="100"/></a>
       </div>
       <div id="content">
@@ -238,7 +238,7 @@ curl http://.../document.doc \
           </li>
               
     <li class="none">
-                    <a href="http://wiki.apache.org/tika/"; 
class="externalLink">Tika Wiki</a>
+                    <a href="https://cwiki.apache.org/confluence/display/tika"; 
class="externalLink">Tika Wiki</a>
           </li>
               
     <li class="none">
@@ -474,23 +474,23 @@ curl http://.../document.doc \
             <ul>
               
     <li class="none">
-                    <a href="http://www.apache.org/foundation/"; 
class="externalLink">About</a>
+                    <a href="https://www.apache.org/foundation/"; 
class="externalLink">About</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/licenses/"; 
class="externalLink">License</a>
+                    <a href="https://www.apache.org/licenses/"; 
class="externalLink">License</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/security/"; 
class="externalLink">Security</a>
+                    <a href="https://www.apache.org/security/"; 
class="externalLink">Security</a>
           </li>
               
     <li class="none">
-                    <a 
href="http://www.apache.org/foundation/sponsorship.html"; 
class="externalLink">Sponsorship</a>
+                    <a 
href="https://www.apache.org/foundation/sponsorship.html"; 
class="externalLink">Sponsorship</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/foundation/thanks.html"; 
class="externalLink">Thanks</a>
+                    <a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink">Thanks</a>
           </li>
           </ul>
       
@@ -521,9 +521,9 @@ curl http://.../document.doc \
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2018
-          <a href="http://www.apache.org/";>The Apache Software Foundation</a>.
-          Site powered by <a href="http://maven.apache.org/";>Apache Maven</a>. 
+          Copyright &#169; 2019
+          <a href="https://www.apache.org/";>The Apache Software Foundation</a>.
+          Site powered by <a href="https://maven.apache.org/";>Apache 
Maven</a>. 
           Search powered by
           <a href="http://www.lucidimagination.com";>Lucid Imagination</a>
           and <a href="http://sematext.com";>Sematext</a>.

Modified: tika/site/publish/1.3/index.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.3/index.html?rev=1857884&r1=1857883&r2=1857884&view=diff
==============================================================================
--- tika/site/publish/1.3/index.html (original)
+++ tika/site/publish/1.3/index.html Sat Apr 20 21:04:17 2019
@@ -10,7 +10,7 @@
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
 
-    http://www.apache.org/licenses/LICENSE-2.0
+    https://www.apache.org/licenses/LICENSE-2.0
  
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
@@ -75,12 +75,12 @@
   <body onLoad="initProvider();">
     <div id="body">
       <div id="banner">
-        <a href="http://tika.apache.org"; id="bannerLeft" title="Apache Tika"
-          ><img src="http://tika.apache.org/tika.png"; alt="Apache Tika"
+        <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
+          ><img src="https://tika.apache.org/tika.png"; alt="Apache Tika"
                 width="292" height="100"/></a>
-        <a href="http://www.apache.org/"; id="bannerRight"
+        <a href="https://www.apache.org/"; id="bannerRight"
            title="The Apache Software Foundation"
-          ><img src="http://tika.apache.org/asf-logo.gif"; alt="The Apache 
Software Foundation"
+          ><img src="https://tika.apache.org/asf-logo.gif"; alt="The Apache 
Software Foundation"
                 width="387" height="100"/></a>
       </div>
       <div id="content">
@@ -157,7 +157,7 @@
           </li>
               
     <li class="none">
-                    <a href="http://wiki.apache.org/tika/"; 
class="externalLink">Tika Wiki</a>
+                    <a href="https://cwiki.apache.org/confluence/display/tika"; 
class="externalLink">Tika Wiki</a>
           </li>
               
     <li class="none">
@@ -393,23 +393,23 @@
             <ul>
               
     <li class="none">
-                    <a href="http://www.apache.org/foundation/"; 
class="externalLink">About</a>
+                    <a href="https://www.apache.org/foundation/"; 
class="externalLink">About</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/licenses/"; 
class="externalLink">License</a>
+                    <a href="https://www.apache.org/licenses/"; 
class="externalLink">License</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/security/"; 
class="externalLink">Security</a>
+                    <a href="https://www.apache.org/security/"; 
class="externalLink">Security</a>
           </li>
               
     <li class="none">
-                    <a 
href="http://www.apache.org/foundation/sponsorship.html"; 
class="externalLink">Sponsorship</a>
+                    <a 
href="https://www.apache.org/foundation/sponsorship.html"; 
class="externalLink">Sponsorship</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/foundation/thanks.html"; 
class="externalLink">Thanks</a>
+                    <a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink">Thanks</a>
           </li>
           </ul>
       
@@ -440,9 +440,9 @@
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2018
-          <a href="http://www.apache.org/";>The Apache Software Foundation</a>.
-          Site powered by <a href="http://maven.apache.org/";>Apache Maven</a>. 
+          Copyright &#169; 2019
+          <a href="https://www.apache.org/";>The Apache Software Foundation</a>.
+          Site powered by <a href="https://maven.apache.org/";>Apache 
Maven</a>. 
           Search powered by
           <a href="http://www.lucidimagination.com";>Lucid Imagination</a>
           and <a href="http://sematext.com";>Sematext</a>.

Modified: tika/site/publish/1.3/parser.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.3/parser.html?rev=1857884&r1=1857883&r2=1857884&view=diff
==============================================================================
--- tika/site/publish/1.3/parser.html (original)
+++ tika/site/publish/1.3/parser.html Sat Apr 20 21:04:17 2019
@@ -10,7 +10,7 @@
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
 
-    http://www.apache.org/licenses/LICENSE-2.0
+    https://www.apache.org/licenses/LICENSE-2.0
  
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
@@ -75,12 +75,12 @@
   <body onLoad="initProvider();">
     <div id="body">
       <div id="banner">
-        <a href="http://tika.apache.org"; id="bannerLeft" title="Apache Tika"
-          ><img src="http://tika.apache.org/tika.png"; alt="Apache Tika"
+        <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
+          ><img src="https://tika.apache.org/tika.png"; alt="Apache Tika"
                 width="292" height="100"/></a>
-        <a href="http://www.apache.org/"; id="bannerRight"
+        <a href="https://www.apache.org/"; id="bannerRight"
            title="The Apache Software Foundation"
-          ><img src="http://tika.apache.org/asf-logo.gif"; alt="The Apache 
Software Foundation"
+          ><img src="https://tika.apache.org/asf-logo.gif"; alt="The Apache 
Software Foundation"
                 width="387" height="100"/></a>
       </div>
       <div id="content">
@@ -197,7 +197,7 @@ try {
           </li>
               
     <li class="none">
-                    <a href="http://wiki.apache.org/tika/"; 
class="externalLink">Tika Wiki</a>
+                    <a href="https://cwiki.apache.org/confluence/display/tika"; 
class="externalLink">Tika Wiki</a>
           </li>
               
     <li class="none">
@@ -433,23 +433,23 @@ try {
             <ul>
               
     <li class="none">
-                    <a href="http://www.apache.org/foundation/"; 
class="externalLink">About</a>
+                    <a href="https://www.apache.org/foundation/"; 
class="externalLink">About</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/licenses/"; 
class="externalLink">License</a>
+                    <a href="https://www.apache.org/licenses/"; 
class="externalLink">License</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/security/"; 
class="externalLink">Security</a>
+                    <a href="https://www.apache.org/security/"; 
class="externalLink">Security</a>
           </li>
               
     <li class="none">
-                    <a 
href="http://www.apache.org/foundation/sponsorship.html"; 
class="externalLink">Sponsorship</a>
+                    <a 
href="https://www.apache.org/foundation/sponsorship.html"; 
class="externalLink">Sponsorship</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/foundation/thanks.html"; 
class="externalLink">Thanks</a>
+                    <a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink">Thanks</a>
           </li>
           </ul>
       
@@ -480,9 +480,9 @@ try {
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2018
-          <a href="http://www.apache.org/";>The Apache Software Foundation</a>.
-          Site powered by <a href="http://maven.apache.org/";>Apache Maven</a>. 
+          Copyright &#169; 2019
+          <a href="https://www.apache.org/";>The Apache Software Foundation</a>.
+          Site powered by <a href="https://maven.apache.org/";>Apache 
Maven</a>. 
           Search powered by
           <a href="http://www.lucidimagination.com";>Lucid Imagination</a>
           and <a href="http://sematext.com";>Sematext</a>.

Modified: tika/site/publish/1.3/parser_guide.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.3/parser_guide.html?rev=1857884&r1=1857883&r2=1857884&view=diff
==============================================================================
--- tika/site/publish/1.3/parser_guide.html (original)
+++ tika/site/publish/1.3/parser_guide.html Sat Apr 20 21:04:17 2019
@@ -10,7 +10,7 @@
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
 
-    http://www.apache.org/licenses/LICENSE-2.0
+    https://www.apache.org/licenses/LICENSE-2.0
  
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
@@ -75,12 +75,12 @@
   <body onLoad="initProvider();">
     <div id="body">
       <div id="banner">
-        <a href="http://tika.apache.org"; id="bannerLeft" title="Apache Tika"
-          ><img src="http://tika.apache.org/tika.png"; alt="Apache Tika"
+        <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
+          ><img src="https://tika.apache.org/tika.png"; alt="Apache Tika"
                 width="292" height="100"/></a>
-        <a href="http://www.apache.org/"; id="bannerRight"
+        <a href="https://www.apache.org/"; id="bannerRight"
            title="The Apache Software Foundation"
-          ><img src="http://tika.apache.org/asf-logo.gif"; alt="The Apache 
Software Foundation"
+          ><img src="https://tika.apache.org/asf-logo.gif"; alt="The Apache 
Software Foundation"
                 width="387" height="100"/></a>
       </div>
       <div id="content">
@@ -202,7 +202,7 @@ public class HelloParser implements Pars
           </li>
               
     <li class="none">
-                    <a href="http://wiki.apache.org/tika/"; 
class="externalLink">Tika Wiki</a>
+                    <a href="https://cwiki.apache.org/confluence/display/tika"; 
class="externalLink">Tika Wiki</a>
           </li>
               
     <li class="none">
@@ -438,23 +438,23 @@ public class HelloParser implements Pars
             <ul>
               
     <li class="none">
-                    <a href="http://www.apache.org/foundation/"; 
class="externalLink">About</a>
+                    <a href="https://www.apache.org/foundation/"; 
class="externalLink">About</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/licenses/"; 
class="externalLink">License</a>
+                    <a href="https://www.apache.org/licenses/"; 
class="externalLink">License</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/security/"; 
class="externalLink">Security</a>
+                    <a href="https://www.apache.org/security/"; 
class="externalLink">Security</a>
           </li>
               
     <li class="none">
-                    <a 
href="http://www.apache.org/foundation/sponsorship.html"; 
class="externalLink">Sponsorship</a>
+                    <a 
href="https://www.apache.org/foundation/sponsorship.html"; 
class="externalLink">Sponsorship</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/foundation/thanks.html"; 
class="externalLink">Thanks</a>
+                    <a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink">Thanks</a>
           </li>
           </ul>
       
@@ -485,9 +485,9 @@ public class HelloParser implements Pars
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2018
-          <a href="http://www.apache.org/";>The Apache Software Foundation</a>.
-          Site powered by <a href="http://maven.apache.org/";>Apache Maven</a>. 
+          Copyright &#169; 2019
+          <a href="https://www.apache.org/";>The Apache Software Foundation</a>.
+          Site powered by <a href="https://maven.apache.org/";>Apache 
Maven</a>. 
           Search powered by
           <a href="http://www.lucidimagination.com";>Lucid Imagination</a>
           and <a href="http://sematext.com";>Sematext</a>.

Modified: tika/site/publish/1.4/detection.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.4/detection.html?rev=1857884&r1=1857883&r2=1857884&view=diff
==============================================================================
--- tika/site/publish/1.4/detection.html (original)
+++ tika/site/publish/1.4/detection.html Sat Apr 20 21:04:17 2019
@@ -10,7 +10,7 @@
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
 
-    http://www.apache.org/licenses/LICENSE-2.0
+    https://www.apache.org/licenses/LICENSE-2.0
  
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
@@ -75,12 +75,12 @@
   <body onLoad="initProvider();">
     <div id="body">
       <div id="banner">
-        <a href="http://tika.apache.org"; id="bannerLeft" title="Apache Tika"
-          ><img src="http://tika.apache.org/tika.png"; alt="Apache Tika"
+        <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
+          ><img src="https://tika.apache.org/tika.png"; alt="Apache Tika"
                 width="292" height="100"/></a>
-        <a href="http://www.apache.org/"; id="bannerRight"
+        <a href="https://www.apache.org/"; id="bannerRight"
            title="The Apache Software Foundation"
-          ><img src="http://tika.apache.org/asf-logo.gif"; alt="The Apache 
Software Foundation"
+          ><img src="https://tika.apache.org/asf-logo.gif"; alt="The Apache 
Software Foundation"
                 width="387" height="100"/></a>
       </div>
       <div id="content">
@@ -157,7 +157,7 @@
           </li>
               
     <li class="none">
-                    <a href="http://wiki.apache.org/tika/"; 
class="externalLink">Tika Wiki</a>
+                    <a href="https://cwiki.apache.org/confluence/display/tika"; 
class="externalLink">Tika Wiki</a>
           </li>
               
     <li class="none">
@@ -393,23 +393,23 @@
             <ul>
               
     <li class="none">
-                    <a href="http://www.apache.org/foundation/"; 
class="externalLink">About</a>
+                    <a href="https://www.apache.org/foundation/"; 
class="externalLink">About</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/licenses/"; 
class="externalLink">License</a>
+                    <a href="https://www.apache.org/licenses/"; 
class="externalLink">License</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/security/"; 
class="externalLink">Security</a>
+                    <a href="https://www.apache.org/security/"; 
class="externalLink">Security</a>
           </li>
               
     <li class="none">
-                    <a 
href="http://www.apache.org/foundation/sponsorship.html"; 
class="externalLink">Sponsorship</a>
+                    <a 
href="https://www.apache.org/foundation/sponsorship.html"; 
class="externalLink">Sponsorship</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/foundation/thanks.html"; 
class="externalLink">Thanks</a>
+                    <a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink">Thanks</a>
           </li>
           </ul>
       
@@ -440,9 +440,9 @@
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2018
-          <a href="http://www.apache.org/";>The Apache Software Foundation</a>.
-          Site powered by <a href="http://maven.apache.org/";>Apache Maven</a>. 
+          Copyright &#169; 2019
+          <a href="https://www.apache.org/";>The Apache Software Foundation</a>.
+          Site powered by <a href="https://maven.apache.org/";>Apache 
Maven</a>. 
           Search powered by
           <a href="http://www.lucidimagination.com";>Lucid Imagination</a>
           and <a href="http://sematext.com";>Sematext</a>.

Modified: tika/site/publish/1.4/formats.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.4/formats.html?rev=1857884&r1=1857883&r2=1857884&view=diff
==============================================================================
--- tika/site/publish/1.4/formats.html (original)
+++ tika/site/publish/1.4/formats.html Sat Apr 20 21:04:17 2019
@@ -10,7 +10,7 @@
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
 
-    http://www.apache.org/licenses/LICENSE-2.0
+    https://www.apache.org/licenses/LICENSE-2.0
  
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
@@ -75,12 +75,12 @@
   <body onLoad="initProvider();">
     <div id="body">
       <div id="banner">
-        <a href="http://tika.apache.org"; id="bannerLeft" title="Apache Tika"
-          ><img src="http://tika.apache.org/tika.png"; alt="Apache Tika"
+        <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
+          ><img src="https://tika.apache.org/tika.png"; alt="Apache Tika"
                 width="292" height="100"/></a>
-        <a href="http://www.apache.org/"; id="bannerRight"
+        <a href="https://www.apache.org/"; id="bannerRight"
            title="The Apache Software Foundation"
-          ><img src="http://tika.apache.org/asf-logo.gif"; alt="The Apache 
Software Foundation"
+          ><img src="https://tika.apache.org/asf-logo.gif"; alt="The Apache 
Software Foundation"
                 width="387" height="100"/></a>
       </div>
       <div id="content">
@@ -169,7 +169,7 @@
           </li>
               
     <li class="none">
-                    <a href="http://wiki.apache.org/tika/"; 
class="externalLink">Tika Wiki</a>
+                    <a href="https://cwiki.apache.org/confluence/display/tika"; 
class="externalLink">Tika Wiki</a>
           </li>
               
     <li class="none">
@@ -405,23 +405,23 @@
             <ul>
               
     <li class="none">
-                    <a href="http://www.apache.org/foundation/"; 
class="externalLink">About</a>
+                    <a href="https://www.apache.org/foundation/"; 
class="externalLink">About</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/licenses/"; 
class="externalLink">License</a>
+                    <a href="https://www.apache.org/licenses/"; 
class="externalLink">License</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/security/"; 
class="externalLink">Security</a>
+                    <a href="https://www.apache.org/security/"; 
class="externalLink">Security</a>
           </li>
               
     <li class="none">
-                    <a 
href="http://www.apache.org/foundation/sponsorship.html"; 
class="externalLink">Sponsorship</a>
+                    <a 
href="https://www.apache.org/foundation/sponsorship.html"; 
class="externalLink">Sponsorship</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/foundation/thanks.html"; 
class="externalLink">Thanks</a>
+                    <a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink">Thanks</a>
           </li>
           </ul>
       
@@ -452,9 +452,9 @@
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2018
-          <a href="http://www.apache.org/";>The Apache Software Foundation</a>.
-          Site powered by <a href="http://maven.apache.org/";>Apache Maven</a>. 
+          Copyright &#169; 2019
+          <a href="https://www.apache.org/";>The Apache Software Foundation</a>.
+          Site powered by <a href="https://maven.apache.org/";>Apache 
Maven</a>. 
           Search powered by
           <a href="http://www.lucidimagination.com";>Lucid Imagination</a>
           and <a href="http://sematext.com";>Sematext</a>.

Modified: tika/site/publish/1.4/gettingstarted.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.4/gettingstarted.html?rev=1857884&r1=1857883&r2=1857884&view=diff
==============================================================================
--- tika/site/publish/1.4/gettingstarted.html (original)
+++ tika/site/publish/1.4/gettingstarted.html Sat Apr 20 21:04:17 2019
@@ -10,7 +10,7 @@
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
 
-    http://www.apache.org/licenses/LICENSE-2.0
+    https://www.apache.org/licenses/LICENSE-2.0
  
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
@@ -75,12 +75,12 @@
   <body onLoad="initProvider();">
     <div id="body">
       <div id="banner">
-        <a href="http://tika.apache.org"; id="bannerLeft" title="Apache Tika"
-          ><img src="http://tika.apache.org/tika.png"; alt="Apache Tika"
+        <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
+          ><img src="https://tika.apache.org/tika.png"; alt="Apache Tika"
                 width="292" height="100"/></a>
-        <a href="http://www.apache.org/"; id="bannerRight"
+        <a href="https://www.apache.org/"; id="bannerRight"
            title="The Apache Software Foundation"
-          ><img src="http://tika.apache.org/asf-logo.gif"; alt="The Apache 
Software Foundation"
+          ><img src="https://tika.apache.org/asf-logo.gif"; alt="The Apache 
Software Foundation"
                 width="387" height="100"/></a>
       </div>
       <div id="content">
@@ -238,7 +238,7 @@ curl http://.../document.doc \
           </li>
               
     <li class="none">
-                    <a href="http://wiki.apache.org/tika/"; 
class="externalLink">Tika Wiki</a>
+                    <a href="https://cwiki.apache.org/confluence/display/tika"; 
class="externalLink">Tika Wiki</a>
           </li>
               
     <li class="none">
@@ -474,23 +474,23 @@ curl http://.../document.doc \
             <ul>
               
     <li class="none">
-                    <a href="http://www.apache.org/foundation/"; 
class="externalLink">About</a>
+                    <a href="https://www.apache.org/foundation/"; 
class="externalLink">About</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/licenses/"; 
class="externalLink">License</a>
+                    <a href="https://www.apache.org/licenses/"; 
class="externalLink">License</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/security/"; 
class="externalLink">Security</a>
+                    <a href="https://www.apache.org/security/"; 
class="externalLink">Security</a>
           </li>
               
     <li class="none">
-                    <a 
href="http://www.apache.org/foundation/sponsorship.html"; 
class="externalLink">Sponsorship</a>
+                    <a 
href="https://www.apache.org/foundation/sponsorship.html"; 
class="externalLink">Sponsorship</a>
           </li>
               
     <li class="none">
-                    <a href="http://www.apache.org/foundation/thanks.html"; 
class="externalLink">Thanks</a>
+                    <a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink">Thanks</a>
           </li>
           </ul>
       
@@ -521,9 +521,9 @@ curl http://.../document.doc \
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2018
-          <a href="http://www.apache.org/";>The Apache Software Foundation</a>.
-          Site powered by <a href="http://maven.apache.org/";>Apache Maven</a>. 
+          Copyright &#169; 2019
+          <a href="https://www.apache.org/";>The Apache Software Foundation</a>.
+          Site powered by <a href="https://maven.apache.org/";>Apache 
Maven</a>. 
           Search powered by
           <a href="http://www.lucidimagination.com";>Lucid Imagination</a>
           and <a href="http://sematext.com";>Sematext</a>.


Reply via email to