Modified: tika/site/publish/1.3/parser.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.3/parser.html?rev=1916752&r1=1916751&r2=1916752&view=diff
==============================================================================
--- tika/site/publish/1.3/parser.html (original)
+++ tika/site/publish/1.3/parser.html Tue Apr  2 18:03:41 2024
@@ -34,45 +34,8 @@
       @import url("../css/site.css");
     </style>
     <link rel="icon" type="image/png" href="../tikaNoText16.png" />
-    <script type="text/javascript">
-      function selectProvider(form) {
-        provider = form.elements['searchProvider'].value;
-        if (provider == "any") {
-          if (Math.random() > 0.5) {
-            provider = "lucid";
-          } else {
-            provider = "sl";
-          }
-        }
-        if (provider == "lucid") {
-          form.action = "http://find.searchhub.org/p:tika";;
-        } else if (provider == "sl") {
-          form.action = "http://search-lucene.com/tika";;
-        }
-        days = 90;
-        date = new Date();
-        date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
-        expires = "; expires=" + date.toGMTString();
-        document.cookie = "searchProvider=" + provider + expires + "; path=/";
-      }
-      function initProvider() {
-        if (document.cookie.length>0) {
-          cStart=document.cookie.indexOf("searchProvider=");
-          if (cStart!=-1) {
-            cStart=cStart + "searchProvider=".length;
-            cEnd=document.cookie.indexOf(";", cStart);
-            if (cEnd==-1) {
-              cEnd=document.cookie.length;
-            }
-            provider = unescape(document.cookie.substring(cStart,cEnd));
-            document.forms['searchform'].elements['searchProvider'].value = 
provider;
-          }
-        }
-        document.forms['searchform'].elements['q'].focus();
-      }
-    </script>
   </head>
-  <body onLoad="initProvider();">
+  <body>
     <div id="body">
       <div id="banner">
         <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
@@ -859,20 +822,7 @@ try {
           </li>
           </ul>
       
-          <div id="search">
-            <h5>Search with Apache Solr</h5>
-            <form action="http://search.lucidimagination.com/p:tika";
-                  method="get" id="searchform">
-              <input type="text" id="query" name="q"/>
-              <select name="searchProvider" id="searchProvider">
-                <option value="any">provider</option>
-                <option value="lucid">Lucid Find</option>
-                <option value="sl">Search-Lucene</option>
-              </select>
-              <input type="submit" id="submit" value="Search" name="Search"
-                     onclick="selectProvider(this.form)"/>
-            </form>
-          </div>
+
 
           <div id="bookpromo">
             <h5>Books about Tika</h5>
@@ -886,13 +836,10 @@ try {
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2023
+          Copyright &#169; 2024
           <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>.
-          <br/>
+           <br/>
           Apache Tika, Tika, Apache, the Apache feather logo, and the Apache
           Tika project logo are trademarks of The Apache Software Foundation.
         </p>

Modified: tika/site/publish/1.3/parser_guide.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.3/parser_guide.html?rev=1916752&r1=1916751&r2=1916752&view=diff
==============================================================================
--- tika/site/publish/1.3/parser_guide.html (original)
+++ tika/site/publish/1.3/parser_guide.html Tue Apr  2 18:03:41 2024
@@ -34,45 +34,8 @@
       @import url("../css/site.css");
     </style>
     <link rel="icon" type="image/png" href="../tikaNoText16.png" />
-    <script type="text/javascript">
-      function selectProvider(form) {
-        provider = form.elements['searchProvider'].value;
-        if (provider == "any") {
-          if (Math.random() > 0.5) {
-            provider = "lucid";
-          } else {
-            provider = "sl";
-          }
-        }
-        if (provider == "lucid") {
-          form.action = "http://find.searchhub.org/p:tika";;
-        } else if (provider == "sl") {
-          form.action = "http://search-lucene.com/tika";;
-        }
-        days = 90;
-        date = new Date();
-        date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
-        expires = "; expires=" + date.toGMTString();
-        document.cookie = "searchProvider=" + provider + expires + "; path=/";
-      }
-      function initProvider() {
-        if (document.cookie.length>0) {
-          cStart=document.cookie.indexOf("searchProvider=");
-          if (cStart!=-1) {
-            cStart=cStart + "searchProvider=".length;
-            cEnd=document.cookie.indexOf(";", cStart);
-            if (cEnd==-1) {
-              cEnd=document.cookie.length;
-            }
-            provider = unescape(document.cookie.substring(cStart,cEnd));
-            document.forms['searchform'].elements['searchProvider'].value = 
provider;
-          }
-        }
-        document.forms['searchform'].elements['q'].focus();
-      }
-    </script>
   </head>
-  <body onLoad="initProvider();">
+  <body>
     <div id="body">
       <div id="banner">
         <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
@@ -864,20 +827,7 @@ public class HelloParser implements Pars
           </li>
           </ul>
       
-          <div id="search">
-            <h5>Search with Apache Solr</h5>
-            <form action="http://search.lucidimagination.com/p:tika";
-                  method="get" id="searchform">
-              <input type="text" id="query" name="q"/>
-              <select name="searchProvider" id="searchProvider">
-                <option value="any">provider</option>
-                <option value="lucid">Lucid Find</option>
-                <option value="sl">Search-Lucene</option>
-              </select>
-              <input type="submit" id="submit" value="Search" name="Search"
-                     onclick="selectProvider(this.form)"/>
-            </form>
-          </div>
+
 
           <div id="bookpromo">
             <h5>Books about Tika</h5>
@@ -891,13 +841,10 @@ public class HelloParser implements Pars
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2023
+          Copyright &#169; 2024
           <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>.
-          <br/>
+           <br/>
           Apache Tika, Tika, Apache, the Apache feather logo, and the Apache
           Tika project logo are trademarks of The Apache Software Foundation.
         </p>

Modified: tika/site/publish/1.4/detection.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.4/detection.html?rev=1916752&r1=1916751&r2=1916752&view=diff
==============================================================================
--- tika/site/publish/1.4/detection.html (original)
+++ tika/site/publish/1.4/detection.html Tue Apr  2 18:03:41 2024
@@ -34,45 +34,8 @@
       @import url("../css/site.css");
     </style>
     <link rel="icon" type="image/png" href="../tikaNoText16.png" />
-    <script type="text/javascript">
-      function selectProvider(form) {
-        provider = form.elements['searchProvider'].value;
-        if (provider == "any") {
-          if (Math.random() > 0.5) {
-            provider = "lucid";
-          } else {
-            provider = "sl";
-          }
-        }
-        if (provider == "lucid") {
-          form.action = "http://find.searchhub.org/p:tika";;
-        } else if (provider == "sl") {
-          form.action = "http://search-lucene.com/tika";;
-        }
-        days = 90;
-        date = new Date();
-        date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
-        expires = "; expires=" + date.toGMTString();
-        document.cookie = "searchProvider=" + provider + expires + "; path=/";
-      }
-      function initProvider() {
-        if (document.cookie.length>0) {
-          cStart=document.cookie.indexOf("searchProvider=");
-          if (cStart!=-1) {
-            cStart=cStart + "searchProvider=".length;
-            cEnd=document.cookie.indexOf(";", cStart);
-            if (cEnd==-1) {
-              cEnd=document.cookie.length;
-            }
-            provider = unescape(document.cookie.substring(cStart,cEnd));
-            document.forms['searchform'].elements['searchProvider'].value = 
provider;
-          }
-        }
-        document.forms['searchform'].elements['q'].focus();
-      }
-    </script>
   </head>
-  <body onLoad="initProvider();">
+  <body>
     <div id="body">
       <div id="banner">
         <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
@@ -819,20 +782,7 @@
           </li>
           </ul>
       
-          <div id="search">
-            <h5>Search with Apache Solr</h5>
-            <form action="http://search.lucidimagination.com/p:tika";
-                  method="get" id="searchform">
-              <input type="text" id="query" name="q"/>
-              <select name="searchProvider" id="searchProvider">
-                <option value="any">provider</option>
-                <option value="lucid">Lucid Find</option>
-                <option value="sl">Search-Lucene</option>
-              </select>
-              <input type="submit" id="submit" value="Search" name="Search"
-                     onclick="selectProvider(this.form)"/>
-            </form>
-          </div>
+
 
           <div id="bookpromo">
             <h5>Books about Tika</h5>
@@ -846,13 +796,10 @@
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2023
+          Copyright &#169; 2024
           <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>.
-          <br/>
+           <br/>
           Apache Tika, Tika, Apache, the Apache feather logo, and the Apache
           Tika project logo are trademarks of The Apache Software Foundation.
         </p>

Modified: tika/site/publish/1.4/formats.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.4/formats.html?rev=1916752&r1=1916751&r2=1916752&view=diff
==============================================================================
--- tika/site/publish/1.4/formats.html (original)
+++ tika/site/publish/1.4/formats.html Tue Apr  2 18:03:41 2024
@@ -34,45 +34,8 @@
       @import url("../css/site.css");
     </style>
     <link rel="icon" type="image/png" href="../tikaNoText16.png" />
-    <script type="text/javascript">
-      function selectProvider(form) {
-        provider = form.elements['searchProvider'].value;
-        if (provider == "any") {
-          if (Math.random() > 0.5) {
-            provider = "lucid";
-          } else {
-            provider = "sl";
-          }
-        }
-        if (provider == "lucid") {
-          form.action = "http://find.searchhub.org/p:tika";;
-        } else if (provider == "sl") {
-          form.action = "http://search-lucene.com/tika";;
-        }
-        days = 90;
-        date = new Date();
-        date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
-        expires = "; expires=" + date.toGMTString();
-        document.cookie = "searchProvider=" + provider + expires + "; path=/";
-      }
-      function initProvider() {
-        if (document.cookie.length>0) {
-          cStart=document.cookie.indexOf("searchProvider=");
-          if (cStart!=-1) {
-            cStart=cStart + "searchProvider=".length;
-            cEnd=document.cookie.indexOf(";", cStart);
-            if (cEnd==-1) {
-              cEnd=document.cookie.length;
-            }
-            provider = unescape(document.cookie.substring(cStart,cEnd));
-            document.forms['searchform'].elements['searchProvider'].value = 
provider;
-          }
-        }
-        document.forms['searchform'].elements['q'].focus();
-      }
-    </script>
   </head>
-  <body onLoad="initProvider();">
+  <body>
     <div id="body">
       <div id="banner">
         <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
@@ -831,20 +794,7 @@
           </li>
           </ul>
       
-          <div id="search">
-            <h5>Search with Apache Solr</h5>
-            <form action="http://search.lucidimagination.com/p:tika";
-                  method="get" id="searchform">
-              <input type="text" id="query" name="q"/>
-              <select name="searchProvider" id="searchProvider">
-                <option value="any">provider</option>
-                <option value="lucid">Lucid Find</option>
-                <option value="sl">Search-Lucene</option>
-              </select>
-              <input type="submit" id="submit" value="Search" name="Search"
-                     onclick="selectProvider(this.form)"/>
-            </form>
-          </div>
+
 
           <div id="bookpromo">
             <h5>Books about Tika</h5>
@@ -858,13 +808,10 @@
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2023
+          Copyright &#169; 2024
           <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>.
-          <br/>
+           <br/>
           Apache Tika, Tika, Apache, the Apache feather logo, and the Apache
           Tika project logo are trademarks of The Apache Software Foundation.
         </p>

Modified: tika/site/publish/1.4/gettingstarted.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.4/gettingstarted.html?rev=1916752&r1=1916751&r2=1916752&view=diff
==============================================================================
--- tika/site/publish/1.4/gettingstarted.html (original)
+++ tika/site/publish/1.4/gettingstarted.html Tue Apr  2 18:03:41 2024
@@ -34,45 +34,8 @@
       @import url("../css/site.css");
     </style>
     <link rel="icon" type="image/png" href="../tikaNoText16.png" />
-    <script type="text/javascript">
-      function selectProvider(form) {
-        provider = form.elements['searchProvider'].value;
-        if (provider == "any") {
-          if (Math.random() > 0.5) {
-            provider = "lucid";
-          } else {
-            provider = "sl";
-          }
-        }
-        if (provider == "lucid") {
-          form.action = "http://find.searchhub.org/p:tika";;
-        } else if (provider == "sl") {
-          form.action = "http://search-lucene.com/tika";;
-        }
-        days = 90;
-        date = new Date();
-        date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
-        expires = "; expires=" + date.toGMTString();
-        document.cookie = "searchProvider=" + provider + expires + "; path=/";
-      }
-      function initProvider() {
-        if (document.cookie.length>0) {
-          cStart=document.cookie.indexOf("searchProvider=");
-          if (cStart!=-1) {
-            cStart=cStart + "searchProvider=".length;
-            cEnd=document.cookie.indexOf(";", cStart);
-            if (cEnd==-1) {
-              cEnd=document.cookie.length;
-            }
-            provider = unescape(document.cookie.substring(cStart,cEnd));
-            document.forms['searchform'].elements['searchProvider'].value = 
provider;
-          }
-        }
-        document.forms['searchform'].elements['q'].focus();
-      }
-    </script>
   </head>
-  <body onLoad="initProvider();">
+  <body>
     <div id="body">
       <div id="banner">
         <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
@@ -900,20 +863,7 @@ curl http://.../document.doc \
           </li>
           </ul>
       
-          <div id="search">
-            <h5>Search with Apache Solr</h5>
-            <form action="http://search.lucidimagination.com/p:tika";
-                  method="get" id="searchform">
-              <input type="text" id="query" name="q"/>
-              <select name="searchProvider" id="searchProvider">
-                <option value="any">provider</option>
-                <option value="lucid">Lucid Find</option>
-                <option value="sl">Search-Lucene</option>
-              </select>
-              <input type="submit" id="submit" value="Search" name="Search"
-                     onclick="selectProvider(this.form)"/>
-            </form>
-          </div>
+
 
           <div id="bookpromo">
             <h5>Books about Tika</h5>
@@ -927,13 +877,10 @@ curl http://.../document.doc \
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2023
+          Copyright &#169; 2024
           <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>.
-          <br/>
+           <br/>
           Apache Tika, Tika, Apache, the Apache feather logo, and the Apache
           Tika project logo are trademarks of The Apache Software Foundation.
         </p>

Modified: tika/site/publish/1.4/index.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.4/index.html?rev=1916752&r1=1916751&r2=1916752&view=diff
==============================================================================
--- tika/site/publish/1.4/index.html (original)
+++ tika/site/publish/1.4/index.html Tue Apr  2 18:03:41 2024
@@ -34,45 +34,8 @@
       @import url("../css/site.css");
     </style>
     <link rel="icon" type="image/png" href="../tikaNoText16.png" />
-    <script type="text/javascript">
-      function selectProvider(form) {
-        provider = form.elements['searchProvider'].value;
-        if (provider == "any") {
-          if (Math.random() > 0.5) {
-            provider = "lucid";
-          } else {
-            provider = "sl";
-          }
-        }
-        if (provider == "lucid") {
-          form.action = "http://find.searchhub.org/p:tika";;
-        } else if (provider == "sl") {
-          form.action = "http://search-lucene.com/tika";;
-        }
-        days = 90;
-        date = new Date();
-        date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
-        expires = "; expires=" + date.toGMTString();
-        document.cookie = "searchProvider=" + provider + expires + "; path=/";
-      }
-      function initProvider() {
-        if (document.cookie.length>0) {
-          cStart=document.cookie.indexOf("searchProvider=");
-          if (cStart!=-1) {
-            cStart=cStart + "searchProvider=".length;
-            cEnd=document.cookie.indexOf(";", cStart);
-            if (cEnd==-1) {
-              cEnd=document.cookie.length;
-            }
-            provider = unescape(document.cookie.substring(cStart,cEnd));
-            document.forms['searchform'].elements['searchProvider'].value = 
provider;
-          }
-        }
-        document.forms['searchform'].elements['q'].focus();
-      }
-    </script>
   </head>
-  <body onLoad="initProvider();">
+  <body>
     <div id="body">
       <div id="banner">
         <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
@@ -809,20 +772,7 @@
           </li>
           </ul>
       
-          <div id="search">
-            <h5>Search with Apache Solr</h5>
-            <form action="http://search.lucidimagination.com/p:tika";
-                  method="get" id="searchform">
-              <input type="text" id="query" name="q"/>
-              <select name="searchProvider" id="searchProvider">
-                <option value="any">provider</option>
-                <option value="lucid">Lucid Find</option>
-                <option value="sl">Search-Lucene</option>
-              </select>
-              <input type="submit" id="submit" value="Search" name="Search"
-                     onclick="selectProvider(this.form)"/>
-            </form>
-          </div>
+
 
           <div id="bookpromo">
             <h5>Books about Tika</h5>
@@ -836,13 +786,10 @@
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2023
+          Copyright &#169; 2024
           <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>.
-          <br/>
+           <br/>
           Apache Tika, Tika, Apache, the Apache feather logo, and the Apache
           Tika project logo are trademarks of The Apache Software Foundation.
         </p>

Modified: tika/site/publish/1.4/parser.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.4/parser.html?rev=1916752&r1=1916751&r2=1916752&view=diff
==============================================================================
--- tika/site/publish/1.4/parser.html (original)
+++ tika/site/publish/1.4/parser.html Tue Apr  2 18:03:41 2024
@@ -34,45 +34,8 @@
       @import url("../css/site.css");
     </style>
     <link rel="icon" type="image/png" href="../tikaNoText16.png" />
-    <script type="text/javascript">
-      function selectProvider(form) {
-        provider = form.elements['searchProvider'].value;
-        if (provider == "any") {
-          if (Math.random() > 0.5) {
-            provider = "lucid";
-          } else {
-            provider = "sl";
-          }
-        }
-        if (provider == "lucid") {
-          form.action = "http://find.searchhub.org/p:tika";;
-        } else if (provider == "sl") {
-          form.action = "http://search-lucene.com/tika";;
-        }
-        days = 90;
-        date = new Date();
-        date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
-        expires = "; expires=" + date.toGMTString();
-        document.cookie = "searchProvider=" + provider + expires + "; path=/";
-      }
-      function initProvider() {
-        if (document.cookie.length>0) {
-          cStart=document.cookie.indexOf("searchProvider=");
-          if (cStart!=-1) {
-            cStart=cStart + "searchProvider=".length;
-            cEnd=document.cookie.indexOf(";", cStart);
-            if (cEnd==-1) {
-              cEnd=document.cookie.length;
-            }
-            provider = unescape(document.cookie.substring(cStart,cEnd));
-            document.forms['searchform'].elements['searchProvider'].value = 
provider;
-          }
-        }
-        document.forms['searchform'].elements['q'].focus();
-      }
-    </script>
   </head>
-  <body onLoad="initProvider();">
+  <body>
     <div id="body">
       <div id="banner">
         <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
@@ -859,20 +822,7 @@ try {
           </li>
           </ul>
       
-          <div id="search">
-            <h5>Search with Apache Solr</h5>
-            <form action="http://search.lucidimagination.com/p:tika";
-                  method="get" id="searchform">
-              <input type="text" id="query" name="q"/>
-              <select name="searchProvider" id="searchProvider">
-                <option value="any">provider</option>
-                <option value="lucid">Lucid Find</option>
-                <option value="sl">Search-Lucene</option>
-              </select>
-              <input type="submit" id="submit" value="Search" name="Search"
-                     onclick="selectProvider(this.form)"/>
-            </form>
-          </div>
+
 
           <div id="bookpromo">
             <h5>Books about Tika</h5>
@@ -886,13 +836,10 @@ try {
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2023
+          Copyright &#169; 2024
           <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>.
-          <br/>
+           <br/>
           Apache Tika, Tika, Apache, the Apache feather logo, and the Apache
           Tika project logo are trademarks of The Apache Software Foundation.
         </p>

Modified: tika/site/publish/1.4/parser_guide.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.4/parser_guide.html?rev=1916752&r1=1916751&r2=1916752&view=diff
==============================================================================
--- tika/site/publish/1.4/parser_guide.html (original)
+++ tika/site/publish/1.4/parser_guide.html Tue Apr  2 18:03:41 2024
@@ -34,45 +34,8 @@
       @import url("../css/site.css");
     </style>
     <link rel="icon" type="image/png" href="../tikaNoText16.png" />
-    <script type="text/javascript">
-      function selectProvider(form) {
-        provider = form.elements['searchProvider'].value;
-        if (provider == "any") {
-          if (Math.random() > 0.5) {
-            provider = "lucid";
-          } else {
-            provider = "sl";
-          }
-        }
-        if (provider == "lucid") {
-          form.action = "http://find.searchhub.org/p:tika";;
-        } else if (provider == "sl") {
-          form.action = "http://search-lucene.com/tika";;
-        }
-        days = 90;
-        date = new Date();
-        date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
-        expires = "; expires=" + date.toGMTString();
-        document.cookie = "searchProvider=" + provider + expires + "; path=/";
-      }
-      function initProvider() {
-        if (document.cookie.length>0) {
-          cStart=document.cookie.indexOf("searchProvider=");
-          if (cStart!=-1) {
-            cStart=cStart + "searchProvider=".length;
-            cEnd=document.cookie.indexOf(";", cStart);
-            if (cEnd==-1) {
-              cEnd=document.cookie.length;
-            }
-            provider = unescape(document.cookie.substring(cStart,cEnd));
-            document.forms['searchform'].elements['searchProvider'].value = 
provider;
-          }
-        }
-        document.forms['searchform'].elements['q'].focus();
-      }
-    </script>
   </head>
-  <body onLoad="initProvider();">
+  <body>
     <div id="body">
       <div id="banner">
         <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
@@ -860,20 +823,7 @@ public class HelloParser extends Abstrac
           </li>
           </ul>
       
-          <div id="search">
-            <h5>Search with Apache Solr</h5>
-            <form action="http://search.lucidimagination.com/p:tika";
-                  method="get" id="searchform">
-              <input type="text" id="query" name="q"/>
-              <select name="searchProvider" id="searchProvider">
-                <option value="any">provider</option>
-                <option value="lucid">Lucid Find</option>
-                <option value="sl">Search-Lucene</option>
-              </select>
-              <input type="submit" id="submit" value="Search" name="Search"
-                     onclick="selectProvider(this.form)"/>
-            </form>
-          </div>
+
 
           <div id="bookpromo">
             <h5>Books about Tika</h5>
@@ -887,13 +837,10 @@ public class HelloParser extends Abstrac
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2023
+          Copyright &#169; 2024
           <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>.
-          <br/>
+           <br/>
           Apache Tika, Tika, Apache, the Apache feather logo, and the Apache
           Tika project logo are trademarks of The Apache Software Foundation.
         </p>

Modified: tika/site/publish/1.5/detection.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.5/detection.html?rev=1916752&r1=1916751&r2=1916752&view=diff
==============================================================================
--- tika/site/publish/1.5/detection.html (original)
+++ tika/site/publish/1.5/detection.html Tue Apr  2 18:03:41 2024
@@ -34,45 +34,8 @@
       @import url("../css/site.css");
     </style>
     <link rel="icon" type="image/png" href="../tikaNoText16.png" />
-    <script type="text/javascript">
-      function selectProvider(form) {
-        provider = form.elements['searchProvider'].value;
-        if (provider == "any") {
-          if (Math.random() > 0.5) {
-            provider = "lucid";
-          } else {
-            provider = "sl";
-          }
-        }
-        if (provider == "lucid") {
-          form.action = "http://find.searchhub.org/p:tika";;
-        } else if (provider == "sl") {
-          form.action = "http://search-lucene.com/tika";;
-        }
-        days = 90;
-        date = new Date();
-        date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
-        expires = "; expires=" + date.toGMTString();
-        document.cookie = "searchProvider=" + provider + expires + "; path=/";
-      }
-      function initProvider() {
-        if (document.cookie.length>0) {
-          cStart=document.cookie.indexOf("searchProvider=");
-          if (cStart!=-1) {
-            cStart=cStart + "searchProvider=".length;
-            cEnd=document.cookie.indexOf(";", cStart);
-            if (cEnd==-1) {
-              cEnd=document.cookie.length;
-            }
-            provider = unescape(document.cookie.substring(cStart,cEnd));
-            document.forms['searchform'].elements['searchProvider'].value = 
provider;
-          }
-        }
-        document.forms['searchform'].elements['q'].focus();
-      }
-    </script>
   </head>
-  <body onLoad="initProvider();">
+  <body>
     <div id="body">
       <div id="banner">
         <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
@@ -844,20 +807,7 @@ for (InputStream is : myListOfStreams) {
           </li>
           </ul>
       
-          <div id="search">
-            <h5>Search with Apache Solr</h5>
-            <form action="http://search.lucidimagination.com/p:tika";
-                  method="get" id="searchform">
-              <input type="text" id="query" name="q"/>
-              <select name="searchProvider" id="searchProvider">
-                <option value="any">provider</option>
-                <option value="lucid">Lucid Find</option>
-                <option value="sl">Search-Lucene</option>
-              </select>
-              <input type="submit" id="submit" value="Search" name="Search"
-                     onclick="selectProvider(this.form)"/>
-            </form>
-          </div>
+
 
           <div id="bookpromo">
             <h5>Books about Tika</h5>
@@ -871,13 +821,10 @@ for (InputStream is : myListOfStreams) {
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2023
+          Copyright &#169; 2024
           <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>.
-          <br/>
+           <br/>
           Apache Tika, Tika, Apache, the Apache feather logo, and the Apache
           Tika project logo are trademarks of The Apache Software Foundation.
         </p>

Modified: tika/site/publish/1.5/formats.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.5/formats.html?rev=1916752&r1=1916751&r2=1916752&view=diff
==============================================================================
--- tika/site/publish/1.5/formats.html (original)
+++ tika/site/publish/1.5/formats.html Tue Apr  2 18:03:41 2024
@@ -34,45 +34,8 @@
       @import url("../css/site.css");
     </style>
     <link rel="icon" type="image/png" href="../tikaNoText16.png" />
-    <script type="text/javascript">
-      function selectProvider(form) {
-        provider = form.elements['searchProvider'].value;
-        if (provider == "any") {
-          if (Math.random() > 0.5) {
-            provider = "lucid";
-          } else {
-            provider = "sl";
-          }
-        }
-        if (provider == "lucid") {
-          form.action = "http://find.searchhub.org/p:tika";;
-        } else if (provider == "sl") {
-          form.action = "http://search-lucene.com/tika";;
-        }
-        days = 90;
-        date = new Date();
-        date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
-        expires = "; expires=" + date.toGMTString();
-        document.cookie = "searchProvider=" + provider + expires + "; path=/";
-      }
-      function initProvider() {
-        if (document.cookie.length>0) {
-          cStart=document.cookie.indexOf("searchProvider=");
-          if (cStart!=-1) {
-            cStart=cStart + "searchProvider=".length;
-            cEnd=document.cookie.indexOf(";", cStart);
-            if (cEnd==-1) {
-              cEnd=document.cookie.length;
-            }
-            provider = unescape(document.cookie.substring(cStart,cEnd));
-            document.forms['searchform'].elements['searchProvider'].value = 
provider;
-          }
-        }
-        document.forms['searchform'].elements['q'].focus();
-      }
-    </script>
   </head>
-  <body onLoad="initProvider();">
+  <body>
     <div id="body">
       <div id="banner">
         <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
@@ -848,20 +811,7 @@
           </li>
           </ul>
       
-          <div id="search">
-            <h5>Search with Apache Solr</h5>
-            <form action="http://search.lucidimagination.com/p:tika";
-                  method="get" id="searchform">
-              <input type="text" id="query" name="q"/>
-              <select name="searchProvider" id="searchProvider">
-                <option value="any">provider</option>
-                <option value="lucid">Lucid Find</option>
-                <option value="sl">Search-Lucene</option>
-              </select>
-              <input type="submit" id="submit" value="Search" name="Search"
-                     onclick="selectProvider(this.form)"/>
-            </form>
-          </div>
+
 
           <div id="bookpromo">
             <h5>Books about Tika</h5>
@@ -875,13 +825,10 @@
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2023
+          Copyright &#169; 2024
           <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>.
-          <br/>
+           <br/>
           Apache Tika, Tika, Apache, the Apache feather logo, and the Apache
           Tika project logo are trademarks of The Apache Software Foundation.
         </p>

Modified: tika/site/publish/1.5/gettingstarted.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.5/gettingstarted.html?rev=1916752&r1=1916751&r2=1916752&view=diff
==============================================================================
--- tika/site/publish/1.5/gettingstarted.html (original)
+++ tika/site/publish/1.5/gettingstarted.html Tue Apr  2 18:03:41 2024
@@ -34,45 +34,8 @@
       @import url("../css/site.css");
     </style>
     <link rel="icon" type="image/png" href="../tikaNoText16.png" />
-    <script type="text/javascript">
-      function selectProvider(form) {
-        provider = form.elements['searchProvider'].value;
-        if (provider == "any") {
-          if (Math.random() > 0.5) {
-            provider = "lucid";
-          } else {
-            provider = "sl";
-          }
-        }
-        if (provider == "lucid") {
-          form.action = "http://find.searchhub.org/p:tika";;
-        } else if (provider == "sl") {
-          form.action = "http://search-lucene.com/tika";;
-        }
-        days = 90;
-        date = new Date();
-        date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
-        expires = "; expires=" + date.toGMTString();
-        document.cookie = "searchProvider=" + provider + expires + "; path=/";
-      }
-      function initProvider() {
-        if (document.cookie.length>0) {
-          cStart=document.cookie.indexOf("searchProvider=");
-          if (cStart!=-1) {
-            cStart=cStart + "searchProvider=".length;
-            cEnd=document.cookie.indexOf(";", cStart);
-            if (cEnd==-1) {
-              cEnd=document.cookie.length;
-            }
-            provider = unescape(document.cookie.substring(cStart,cEnd));
-            document.forms['searchform'].elements['searchProvider'].value = 
provider;
-          }
-        }
-        document.forms['searchform'].elements['q'].focus();
-      }
-    </script>
   </head>
-  <body onLoad="initProvider();">
+  <body>
     <div id="body">
       <div id="banner">
         <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
@@ -900,20 +863,7 @@ curl http://.../document.doc \
           </li>
           </ul>
       
-          <div id="search">
-            <h5>Search with Apache Solr</h5>
-            <form action="http://search.lucidimagination.com/p:tika";
-                  method="get" id="searchform">
-              <input type="text" id="query" name="q"/>
-              <select name="searchProvider" id="searchProvider">
-                <option value="any">provider</option>
-                <option value="lucid">Lucid Find</option>
-                <option value="sl">Search-Lucene</option>
-              </select>
-              <input type="submit" id="submit" value="Search" name="Search"
-                     onclick="selectProvider(this.form)"/>
-            </form>
-          </div>
+
 
           <div id="bookpromo">
             <h5>Books about Tika</h5>
@@ -927,13 +877,10 @@ curl http://.../document.doc \
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2023
+          Copyright &#169; 2024
           <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>.
-          <br/>
+           <br/>
           Apache Tika, Tika, Apache, the Apache feather logo, and the Apache
           Tika project logo are trademarks of The Apache Software Foundation.
         </p>

Modified: tika/site/publish/1.5/index.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.5/index.html?rev=1916752&r1=1916751&r2=1916752&view=diff
==============================================================================
--- tika/site/publish/1.5/index.html (original)
+++ tika/site/publish/1.5/index.html Tue Apr  2 18:03:41 2024
@@ -34,45 +34,8 @@
       @import url("../css/site.css");
     </style>
     <link rel="icon" type="image/png" href="../tikaNoText16.png" />
-    <script type="text/javascript">
-      function selectProvider(form) {
-        provider = form.elements['searchProvider'].value;
-        if (provider == "any") {
-          if (Math.random() > 0.5) {
-            provider = "lucid";
-          } else {
-            provider = "sl";
-          }
-        }
-        if (provider == "lucid") {
-          form.action = "http://find.searchhub.org/p:tika";;
-        } else if (provider == "sl") {
-          form.action = "http://search-lucene.com/tika";;
-        }
-        days = 90;
-        date = new Date();
-        date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
-        expires = "; expires=" + date.toGMTString();
-        document.cookie = "searchProvider=" + provider + expires + "; path=/";
-      }
-      function initProvider() {
-        if (document.cookie.length>0) {
-          cStart=document.cookie.indexOf("searchProvider=");
-          if (cStart!=-1) {
-            cStart=cStart + "searchProvider=".length;
-            cEnd=document.cookie.indexOf(";", cStart);
-            if (cEnd==-1) {
-              cEnd=document.cookie.length;
-            }
-            provider = unescape(document.cookie.substring(cStart,cEnd));
-            document.forms['searchform'].elements['searchProvider'].value = 
provider;
-          }
-        }
-        document.forms['searchform'].elements['q'].focus();
-      }
-    </script>
   </head>
-  <body onLoad="initProvider();">
+  <body>
     <div id="body">
       <div id="banner">
         <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
@@ -847,20 +810,7 @@
           </li>
           </ul>
       
-          <div id="search">
-            <h5>Search with Apache Solr</h5>
-            <form action="http://search.lucidimagination.com/p:tika";
-                  method="get" id="searchform">
-              <input type="text" id="query" name="q"/>
-              <select name="searchProvider" id="searchProvider">
-                <option value="any">provider</option>
-                <option value="lucid">Lucid Find</option>
-                <option value="sl">Search-Lucene</option>
-              </select>
-              <input type="submit" id="submit" value="Search" name="Search"
-                     onclick="selectProvider(this.form)"/>
-            </form>
-          </div>
+
 
           <div id="bookpromo">
             <h5>Books about Tika</h5>
@@ -874,13 +824,10 @@
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2023
+          Copyright &#169; 2024
           <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>.
-          <br/>
+           <br/>
           Apache Tika, Tika, Apache, the Apache feather logo, and the Apache
           Tika project logo are trademarks of The Apache Software Foundation.
         </p>

Modified: tika/site/publish/1.5/parser.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.5/parser.html?rev=1916752&r1=1916751&r2=1916752&view=diff
==============================================================================
--- tika/site/publish/1.5/parser.html (original)
+++ tika/site/publish/1.5/parser.html Tue Apr  2 18:03:41 2024
@@ -34,45 +34,8 @@
       @import url("../css/site.css");
     </style>
     <link rel="icon" type="image/png" href="../tikaNoText16.png" />
-    <script type="text/javascript">
-      function selectProvider(form) {
-        provider = form.elements['searchProvider'].value;
-        if (provider == "any") {
-          if (Math.random() > 0.5) {
-            provider = "lucid";
-          } else {
-            provider = "sl";
-          }
-        }
-        if (provider == "lucid") {
-          form.action = "http://find.searchhub.org/p:tika";;
-        } else if (provider == "sl") {
-          form.action = "http://search-lucene.com/tika";;
-        }
-        days = 90;
-        date = new Date();
-        date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
-        expires = "; expires=" + date.toGMTString();
-        document.cookie = "searchProvider=" + provider + expires + "; path=/";
-      }
-      function initProvider() {
-        if (document.cookie.length>0) {
-          cStart=document.cookie.indexOf("searchProvider=");
-          if (cStart!=-1) {
-            cStart=cStart + "searchProvider=".length;
-            cEnd=document.cookie.indexOf(";", cStart);
-            if (cEnd==-1) {
-              cEnd=document.cookie.length;
-            }
-            provider = unescape(document.cookie.substring(cStart,cEnd));
-            document.forms['searchform'].elements['searchProvider'].value = 
provider;
-          }
-        }
-        document.forms['searchform'].elements['q'].focus();
-      }
-    </script>
   </head>
-  <body onLoad="initProvider();">
+  <body>
     <div id="body">
       <div id="banner">
         <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
@@ -859,20 +822,7 @@ try {
           </li>
           </ul>
       
-          <div id="search">
-            <h5>Search with Apache Solr</h5>
-            <form action="http://search.lucidimagination.com/p:tika";
-                  method="get" id="searchform">
-              <input type="text" id="query" name="q"/>
-              <select name="searchProvider" id="searchProvider">
-                <option value="any">provider</option>
-                <option value="lucid">Lucid Find</option>
-                <option value="sl">Search-Lucene</option>
-              </select>
-              <input type="submit" id="submit" value="Search" name="Search"
-                     onclick="selectProvider(this.form)"/>
-            </form>
-          </div>
+
 
           <div id="bookpromo">
             <h5>Books about Tika</h5>
@@ -886,13 +836,10 @@ try {
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2023
+          Copyright &#169; 2024
           <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>.
-          <br/>
+           <br/>
           Apache Tika, Tika, Apache, the Apache feather logo, and the Apache
           Tika project logo are trademarks of The Apache Software Foundation.
         </p>

Modified: tika/site/publish/1.5/parser_guide.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.5/parser_guide.html?rev=1916752&r1=1916751&r2=1916752&view=diff
==============================================================================
--- tika/site/publish/1.5/parser_guide.html (original)
+++ tika/site/publish/1.5/parser_guide.html Tue Apr  2 18:03:41 2024
@@ -34,45 +34,8 @@
       @import url("../css/site.css");
     </style>
     <link rel="icon" type="image/png" href="../tikaNoText16.png" />
-    <script type="text/javascript">
-      function selectProvider(form) {
-        provider = form.elements['searchProvider'].value;
-        if (provider == "any") {
-          if (Math.random() > 0.5) {
-            provider = "lucid";
-          } else {
-            provider = "sl";
-          }
-        }
-        if (provider == "lucid") {
-          form.action = "http://find.searchhub.org/p:tika";;
-        } else if (provider == "sl") {
-          form.action = "http://search-lucene.com/tika";;
-        }
-        days = 90;
-        date = new Date();
-        date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
-        expires = "; expires=" + date.toGMTString();
-        document.cookie = "searchProvider=" + provider + expires + "; path=/";
-      }
-      function initProvider() {
-        if (document.cookie.length>0) {
-          cStart=document.cookie.indexOf("searchProvider=");
-          if (cStart!=-1) {
-            cStart=cStart + "searchProvider=".length;
-            cEnd=document.cookie.indexOf(";", cStart);
-            if (cEnd==-1) {
-              cEnd=document.cookie.length;
-            }
-            provider = unescape(document.cookie.substring(cStart,cEnd));
-            document.forms['searchform'].elements['searchProvider'].value = 
provider;
-          }
-        }
-        document.forms['searchform'].elements['q'].focus();
-      }
-    </script>
   </head>
-  <body onLoad="initProvider();">
+  <body>
     <div id="body">
       <div id="banner">
         <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
@@ -860,20 +823,7 @@ public class HelloParser extends Abstrac
           </li>
           </ul>
       
-          <div id="search">
-            <h5>Search with Apache Solr</h5>
-            <form action="http://search.lucidimagination.com/p:tika";
-                  method="get" id="searchform">
-              <input type="text" id="query" name="q"/>
-              <select name="searchProvider" id="searchProvider">
-                <option value="any">provider</option>
-                <option value="lucid">Lucid Find</option>
-                <option value="sl">Search-Lucene</option>
-              </select>
-              <input type="submit" id="submit" value="Search" name="Search"
-                     onclick="selectProvider(this.form)"/>
-            </form>
-          </div>
+
 
           <div id="bookpromo">
             <h5>Books about Tika</h5>
@@ -887,13 +837,10 @@ public class HelloParser extends Abstrac
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2023
+          Copyright &#169; 2024
           <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>.
-          <br/>
+           <br/>
           Apache Tika, Tika, Apache, the Apache feather logo, and the Apache
           Tika project logo are trademarks of The Apache Software Foundation.
         </p>

Modified: tika/site/publish/1.6/detection.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.6/detection.html?rev=1916752&r1=1916751&r2=1916752&view=diff
==============================================================================
--- tika/site/publish/1.6/detection.html (original)
+++ tika/site/publish/1.6/detection.html Tue Apr  2 18:03:41 2024
@@ -34,45 +34,8 @@
       @import url("../css/site.css");
     </style>
     <link rel="icon" type="image/png" href="../tikaNoText16.png" />
-    <script type="text/javascript">
-      function selectProvider(form) {
-        provider = form.elements['searchProvider'].value;
-        if (provider == "any") {
-          if (Math.random() > 0.5) {
-            provider = "lucid";
-          } else {
-            provider = "sl";
-          }
-        }
-        if (provider == "lucid") {
-          form.action = "http://find.searchhub.org/p:tika";;
-        } else if (provider == "sl") {
-          form.action = "http://search-lucene.com/tika";;
-        }
-        days = 90;
-        date = new Date();
-        date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
-        expires = "; expires=" + date.toGMTString();
-        document.cookie = "searchProvider=" + provider + expires + "; path=/";
-      }
-      function initProvider() {
-        if (document.cookie.length>0) {
-          cStart=document.cookie.indexOf("searchProvider=");
-          if (cStart!=-1) {
-            cStart=cStart + "searchProvider=".length;
-            cEnd=document.cookie.indexOf(";", cStart);
-            if (cEnd==-1) {
-              cEnd=document.cookie.length;
-            }
-            provider = unescape(document.cookie.substring(cStart,cEnd));
-            document.forms['searchform'].elements['searchProvider'].value = 
provider;
-          }
-        }
-        document.forms['searchform'].elements['q'].focus();
-      }
-    </script>
   </head>
-  <body onLoad="initProvider();">
+  <body>
     <div id="body">
       <div id="banner">
         <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
@@ -844,20 +807,7 @@ for (InputStream is : myListOfStreams) {
           </li>
           </ul>
       
-          <div id="search">
-            <h5>Search with Apache Solr</h5>
-            <form action="http://search.lucidimagination.com/p:tika";
-                  method="get" id="searchform">
-              <input type="text" id="query" name="q"/>
-              <select name="searchProvider" id="searchProvider">
-                <option value="any">provider</option>
-                <option value="lucid">Lucid Find</option>
-                <option value="sl">Search-Lucene</option>
-              </select>
-              <input type="submit" id="submit" value="Search" name="Search"
-                     onclick="selectProvider(this.form)"/>
-            </form>
-          </div>
+
 
           <div id="bookpromo">
             <h5>Books about Tika</h5>
@@ -871,13 +821,10 @@ for (InputStream is : myListOfStreams) {
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2023
+          Copyright &#169; 2024
           <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>.
-          <br/>
+           <br/>
           Apache Tika, Tika, Apache, the Apache feather logo, and the Apache
           Tika project logo are trademarks of The Apache Software Foundation.
         </p>

Modified: tika/site/publish/1.6/formats.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.6/formats.html?rev=1916752&r1=1916751&r2=1916752&view=diff
==============================================================================
--- tika/site/publish/1.6/formats.html (original)
+++ tika/site/publish/1.6/formats.html Tue Apr  2 18:03:41 2024
@@ -34,45 +34,8 @@
       @import url("../css/site.css");
     </style>
     <link rel="icon" type="image/png" href="../tikaNoText16.png" />
-    <script type="text/javascript">
-      function selectProvider(form) {
-        provider = form.elements['searchProvider'].value;
-        if (provider == "any") {
-          if (Math.random() > 0.5) {
-            provider = "lucid";
-          } else {
-            provider = "sl";
-          }
-        }
-        if (provider == "lucid") {
-          form.action = "http://find.searchhub.org/p:tika";;
-        } else if (provider == "sl") {
-          form.action = "http://search-lucene.com/tika";;
-        }
-        days = 90;
-        date = new Date();
-        date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
-        expires = "; expires=" + date.toGMTString();
-        document.cookie = "searchProvider=" + provider + expires + "; path=/";
-      }
-      function initProvider() {
-        if (document.cookie.length>0) {
-          cStart=document.cookie.indexOf("searchProvider=");
-          if (cStart!=-1) {
-            cStart=cStart + "searchProvider=".length;
-            cEnd=document.cookie.indexOf(";", cStart);
-            if (cEnd==-1) {
-              cEnd=document.cookie.length;
-            }
-            provider = unescape(document.cookie.substring(cStart,cEnd));
-            document.forms['searchform'].elements['searchProvider'].value = 
provider;
-          }
-        }
-        document.forms['searchform'].elements['q'].focus();
-      }
-    </script>
   </head>
-  <body onLoad="initProvider();">
+  <body>
     <div id="body">
       <div id="banner">
         <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
@@ -1128,20 +1091,7 @@
           </li>
           </ul>
       
-          <div id="search">
-            <h5>Search with Apache Solr</h5>
-            <form action="http://search.lucidimagination.com/p:tika";
-                  method="get" id="searchform">
-              <input type="text" id="query" name="q"/>
-              <select name="searchProvider" id="searchProvider">
-                <option value="any">provider</option>
-                <option value="lucid">Lucid Find</option>
-                <option value="sl">Search-Lucene</option>
-              </select>
-              <input type="submit" id="submit" value="Search" name="Search"
-                     onclick="selectProvider(this.form)"/>
-            </form>
-          </div>
+
 
           <div id="bookpromo">
             <h5>Books about Tika</h5>
@@ -1155,13 +1105,10 @@
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2023
+          Copyright &#169; 2024
           <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>.
-          <br/>
+           <br/>
           Apache Tika, Tika, Apache, the Apache feather logo, and the Apache
           Tika project logo are trademarks of The Apache Software Foundation.
         </p>

Modified: tika/site/publish/1.6/gettingstarted.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.6/gettingstarted.html?rev=1916752&r1=1916751&r2=1916752&view=diff
==============================================================================
--- tika/site/publish/1.6/gettingstarted.html (original)
+++ tika/site/publish/1.6/gettingstarted.html Tue Apr  2 18:03:41 2024
@@ -34,45 +34,8 @@
       @import url("../css/site.css");
     </style>
     <link rel="icon" type="image/png" href="../tikaNoText16.png" />
-    <script type="text/javascript">
-      function selectProvider(form) {
-        provider = form.elements['searchProvider'].value;
-        if (provider == "any") {
-          if (Math.random() > 0.5) {
-            provider = "lucid";
-          } else {
-            provider = "sl";
-          }
-        }
-        if (provider == "lucid") {
-          form.action = "http://find.searchhub.org/p:tika";;
-        } else if (provider == "sl") {
-          form.action = "http://search-lucene.com/tika";;
-        }
-        days = 90;
-        date = new Date();
-        date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
-        expires = "; expires=" + date.toGMTString();
-        document.cookie = "searchProvider=" + provider + expires + "; path=/";
-      }
-      function initProvider() {
-        if (document.cookie.length>0) {
-          cStart=document.cookie.indexOf("searchProvider=");
-          if (cStart!=-1) {
-            cStart=cStart + "searchProvider=".length;
-            cEnd=document.cookie.indexOf(";", cStart);
-            if (cEnd==-1) {
-              cEnd=document.cookie.length;
-            }
-            provider = unescape(document.cookie.substring(cStart,cEnd));
-            document.forms['searchform'].elements['searchProvider'].value = 
provider;
-          }
-        }
-        document.forms['searchform'].elements['q'].focus();
-      }
-    </script>
   </head>
-  <body onLoad="initProvider();">
+  <body>
     <div id="body">
       <div id="banner">
         <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
@@ -903,20 +866,7 @@ curl http://.../document.doc \
           </li>
           </ul>
       
-          <div id="search">
-            <h5>Search with Apache Solr</h5>
-            <form action="http://search.lucidimagination.com/p:tika";
-                  method="get" id="searchform">
-              <input type="text" id="query" name="q"/>
-              <select name="searchProvider" id="searchProvider">
-                <option value="any">provider</option>
-                <option value="lucid">Lucid Find</option>
-                <option value="sl">Search-Lucene</option>
-              </select>
-              <input type="submit" id="submit" value="Search" name="Search"
-                     onclick="selectProvider(this.form)"/>
-            </form>
-          </div>
+
 
           <div id="bookpromo">
             <h5>Books about Tika</h5>
@@ -930,13 +880,10 @@ curl http://.../document.doc \
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2023
+          Copyright &#169; 2024
           <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>.
-          <br/>
+           <br/>
           Apache Tika, Tika, Apache, the Apache feather logo, and the Apache
           Tika project logo are trademarks of The Apache Software Foundation.
         </p>

Modified: tika/site/publish/1.6/index.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.6/index.html?rev=1916752&r1=1916751&r2=1916752&view=diff
==============================================================================
--- tika/site/publish/1.6/index.html (original)
+++ tika/site/publish/1.6/index.html Tue Apr  2 18:03:41 2024
@@ -34,45 +34,8 @@
       @import url("../css/site.css");
     </style>
     <link rel="icon" type="image/png" href="../tikaNoText16.png" />
-    <script type="text/javascript">
-      function selectProvider(form) {
-        provider = form.elements['searchProvider'].value;
-        if (provider == "any") {
-          if (Math.random() > 0.5) {
-            provider = "lucid";
-          } else {
-            provider = "sl";
-          }
-        }
-        if (provider == "lucid") {
-          form.action = "http://find.searchhub.org/p:tika";;
-        } else if (provider == "sl") {
-          form.action = "http://search-lucene.com/tika";;
-        }
-        days = 90;
-        date = new Date();
-        date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
-        expires = "; expires=" + date.toGMTString();
-        document.cookie = "searchProvider=" + provider + expires + "; path=/";
-      }
-      function initProvider() {
-        if (document.cookie.length>0) {
-          cStart=document.cookie.indexOf("searchProvider=");
-          if (cStart!=-1) {
-            cStart=cStart + "searchProvider=".length;
-            cEnd=document.cookie.indexOf(";", cStart);
-            if (cEnd==-1) {
-              cEnd=document.cookie.length;
-            }
-            provider = unescape(document.cookie.substring(cStart,cEnd));
-            document.forms['searchform'].elements['searchProvider'].value = 
provider;
-          }
-        }
-        document.forms['searchform'].elements['q'].focus();
-      }
-    </script>
   </head>
-  <body onLoad="initProvider();">
+  <body>
     <div id="body">
       <div id="banner">
         <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
@@ -848,20 +811,7 @@
           </li>
           </ul>
       
-          <div id="search">
-            <h5>Search with Apache Solr</h5>
-            <form action="http://search.lucidimagination.com/p:tika";
-                  method="get" id="searchform">
-              <input type="text" id="query" name="q"/>
-              <select name="searchProvider" id="searchProvider">
-                <option value="any">provider</option>
-                <option value="lucid">Lucid Find</option>
-                <option value="sl">Search-Lucene</option>
-              </select>
-              <input type="submit" id="submit" value="Search" name="Search"
-                     onclick="selectProvider(this.form)"/>
-            </form>
-          </div>
+
 
           <div id="bookpromo">
             <h5>Books about Tika</h5>
@@ -875,13 +825,10 @@
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2023
+          Copyright &#169; 2024
           <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>.
-          <br/>
+           <br/>
           Apache Tika, Tika, Apache, the Apache feather logo, and the Apache
           Tika project logo are trademarks of The Apache Software Foundation.
         </p>

Modified: tika/site/publish/1.6/parser.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.6/parser.html?rev=1916752&r1=1916751&r2=1916752&view=diff
==============================================================================
--- tika/site/publish/1.6/parser.html (original)
+++ tika/site/publish/1.6/parser.html Tue Apr  2 18:03:41 2024
@@ -34,45 +34,8 @@
       @import url("../css/site.css");
     </style>
     <link rel="icon" type="image/png" href="../tikaNoText16.png" />
-    <script type="text/javascript">
-      function selectProvider(form) {
-        provider = form.elements['searchProvider'].value;
-        if (provider == "any") {
-          if (Math.random() > 0.5) {
-            provider = "lucid";
-          } else {
-            provider = "sl";
-          }
-        }
-        if (provider == "lucid") {
-          form.action = "http://find.searchhub.org/p:tika";;
-        } else if (provider == "sl") {
-          form.action = "http://search-lucene.com/tika";;
-        }
-        days = 90;
-        date = new Date();
-        date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
-        expires = "; expires=" + date.toGMTString();
-        document.cookie = "searchProvider=" + provider + expires + "; path=/";
-      }
-      function initProvider() {
-        if (document.cookie.length>0) {
-          cStart=document.cookie.indexOf("searchProvider=");
-          if (cStart!=-1) {
-            cStart=cStart + "searchProvider=".length;
-            cEnd=document.cookie.indexOf(";", cStart);
-            if (cEnd==-1) {
-              cEnd=document.cookie.length;
-            }
-            provider = unescape(document.cookie.substring(cStart,cEnd));
-            document.forms['searchform'].elements['searchProvider'].value = 
provider;
-          }
-        }
-        document.forms['searchform'].elements['q'].focus();
-      }
-    </script>
   </head>
-  <body onLoad="initProvider();">
+  <body>
     <div id="body">
       <div id="banner">
         <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
@@ -859,20 +822,7 @@ try {
           </li>
           </ul>
       
-          <div id="search">
-            <h5>Search with Apache Solr</h5>
-            <form action="http://search.lucidimagination.com/p:tika";
-                  method="get" id="searchform">
-              <input type="text" id="query" name="q"/>
-              <select name="searchProvider" id="searchProvider">
-                <option value="any">provider</option>
-                <option value="lucid">Lucid Find</option>
-                <option value="sl">Search-Lucene</option>
-              </select>
-              <input type="submit" id="submit" value="Search" name="Search"
-                     onclick="selectProvider(this.form)"/>
-            </form>
-          </div>
+
 
           <div id="bookpromo">
             <h5>Books about Tika</h5>
@@ -886,13 +836,10 @@ try {
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2023
+          Copyright &#169; 2024
           <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>.
-          <br/>
+           <br/>
           Apache Tika, Tika, Apache, the Apache feather logo, and the Apache
           Tika project logo are trademarks of The Apache Software Foundation.
         </p>

Modified: tika/site/publish/1.6/parser_guide.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.6/parser_guide.html?rev=1916752&r1=1916751&r2=1916752&view=diff
==============================================================================
--- tika/site/publish/1.6/parser_guide.html (original)
+++ tika/site/publish/1.6/parser_guide.html Tue Apr  2 18:03:41 2024
@@ -34,45 +34,8 @@
       @import url("../css/site.css");
     </style>
     <link rel="icon" type="image/png" href="../tikaNoText16.png" />
-    <script type="text/javascript">
-      function selectProvider(form) {
-        provider = form.elements['searchProvider'].value;
-        if (provider == "any") {
-          if (Math.random() > 0.5) {
-            provider = "lucid";
-          } else {
-            provider = "sl";
-          }
-        }
-        if (provider == "lucid") {
-          form.action = "http://find.searchhub.org/p:tika";;
-        } else if (provider == "sl") {
-          form.action = "http://search-lucene.com/tika";;
-        }
-        days = 90;
-        date = new Date();
-        date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
-        expires = "; expires=" + date.toGMTString();
-        document.cookie = "searchProvider=" + provider + expires + "; path=/";
-      }
-      function initProvider() {
-        if (document.cookie.length>0) {
-          cStart=document.cookie.indexOf("searchProvider=");
-          if (cStart!=-1) {
-            cStart=cStart + "searchProvider=".length;
-            cEnd=document.cookie.indexOf(";", cStart);
-            if (cEnd==-1) {
-              cEnd=document.cookie.length;
-            }
-            provider = unescape(document.cookie.substring(cStart,cEnd));
-            document.forms['searchform'].elements['searchProvider'].value = 
provider;
-          }
-        }
-        document.forms['searchform'].elements['q'].focus();
-      }
-    </script>
   </head>
-  <body onLoad="initProvider();">
+  <body>
     <div id="body">
       <div id="banner">
         <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
@@ -860,20 +823,7 @@ public class HelloParser extends Abstrac
           </li>
           </ul>
       
-          <div id="search">
-            <h5>Search with Apache Solr</h5>
-            <form action="http://search.lucidimagination.com/p:tika";
-                  method="get" id="searchform">
-              <input type="text" id="query" name="q"/>
-              <select name="searchProvider" id="searchProvider">
-                <option value="any">provider</option>
-                <option value="lucid">Lucid Find</option>
-                <option value="sl">Search-Lucene</option>
-              </select>
-              <input type="submit" id="submit" value="Search" name="Search"
-                     onclick="selectProvider(this.form)"/>
-            </form>
-          </div>
+
 
           <div id="bookpromo">
             <h5>Books about Tika</h5>
@@ -887,13 +837,10 @@ public class HelloParser extends Abstrac
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2023
+          Copyright &#169; 2024
           <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>.
-          <br/>
+           <br/>
           Apache Tika, Tika, Apache, the Apache feather logo, and the Apache
           Tika project logo are trademarks of The Apache Software Foundation.
         </p>

Modified: tika/site/publish/1.7/detection.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.7/detection.html?rev=1916752&r1=1916751&r2=1916752&view=diff
==============================================================================
--- tika/site/publish/1.7/detection.html (original)
+++ tika/site/publish/1.7/detection.html Tue Apr  2 18:03:41 2024
@@ -34,45 +34,8 @@
       @import url("../css/site.css");
     </style>
     <link rel="icon" type="image/png" href="../tikaNoText16.png" />
-    <script type="text/javascript">
-      function selectProvider(form) {
-        provider = form.elements['searchProvider'].value;
-        if (provider == "any") {
-          if (Math.random() > 0.5) {
-            provider = "lucid";
-          } else {
-            provider = "sl";
-          }
-        }
-        if (provider == "lucid") {
-          form.action = "http://find.searchhub.org/p:tika";;
-        } else if (provider == "sl") {
-          form.action = "http://search-lucene.com/tika";;
-        }
-        days = 90;
-        date = new Date();
-        date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
-        expires = "; expires=" + date.toGMTString();
-        document.cookie = "searchProvider=" + provider + expires + "; path=/";
-      }
-      function initProvider() {
-        if (document.cookie.length>0) {
-          cStart=document.cookie.indexOf("searchProvider=");
-          if (cStart!=-1) {
-            cStart=cStart + "searchProvider=".length;
-            cEnd=document.cookie.indexOf(";", cStart);
-            if (cEnd==-1) {
-              cEnd=document.cookie.length;
-            }
-            provider = unescape(document.cookie.substring(cStart,cEnd));
-            document.forms['searchform'].elements['searchProvider'].value = 
provider;
-          }
-        }
-        document.forms['searchform'].elements['q'].focus();
-      }
-    </script>
   </head>
-  <body onLoad="initProvider();">
+  <body>
     <div id="body">
       <div id="banner">
         <a href="https://tika.apache.org"; id="bannerLeft" title="Apache Tika"
@@ -848,20 +811,7 @@ for (InputStream is : myListOfStreams) {
           </li>
           </ul>
       
-          <div id="search">
-            <h5>Search with Apache Solr</h5>
-            <form action="http://search.lucidimagination.com/p:tika";
-                  method="get" id="searchform">
-              <input type="text" id="query" name="q"/>
-              <select name="searchProvider" id="searchProvider">
-                <option value="any">provider</option>
-                <option value="lucid">Lucid Find</option>
-                <option value="sl">Search-Lucene</option>
-              </select>
-              <input type="submit" id="submit" value="Search" name="Search"
-                     onclick="selectProvider(this.form)"/>
-            </form>
-          </div>
+
 
           <div id="bookpromo">
             <h5>Books about Tika</h5>
@@ -875,13 +825,10 @@ for (InputStream is : myListOfStreams) {
       </div>
       <div id="footer">
         <p>
-          Copyright &#169; 2023
+          Copyright &#169; 2024
           <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>.
-          <br/>
+           <br/>
           Apache Tika, Tika, Apache, the Apache feather logo, and the Apache
           Tika project logo are trademarks of The Apache Software Foundation.
         </p>


Reply via email to