Author: pierre
Date: Sun Jun  7 13:53:33 2020
New Revision: 1578

Log:
Try to update (quite) a few links. Specially, make links "https" when they are,
hopefully fixing blfs ticket #10434

Modified:
   html/trunk/alfs/download.html
   html/trunk/alfs/header.html
   html/trunk/blfs/download.html
   html/trunk/blfs/header.html
   html/trunk/clfs/header.html
   html/trunk/clfs/index.html
   html/trunk/common/footer.html
   html/trunk/common/header.html
   html/trunk/common/lfsftp.html
   html/trunk/faq/header.html
   html/trunk/header.html
   html/trunk/hints/header.html
   html/trunk/hints/howtowrite.html
   html/trunk/hlfs/download.html
   html/trunk/hlfs/header.html
   html/trunk/index.html
   html/trunk/lfs/download.html
   html/trunk/lfs/faq.html
   html/trunk/lfs/header.html
   html/trunk/livecd/header.html
   html/trunk/mail.html
   html/trunk/mirrors.html
   html/trunk/patches/header.html
   html/trunk/plugins/lfs.src
   html/trunk/search.html

Modified: html/trunk/alfs/download.html
==============================================================================
--- html/trunk/alfs/download.html       Thu Jun  4 04:01:18 2020        (r1577)
+++ html/trunk/alfs/download.html       Sun Jun  7 13:53:33 2020        (r1578)
@@ -42,7 +42,7 @@
          instructions</a> in BLFS.</p>
       <p>If you want jhalfs to automatically download the source packages LFS
          uses, you'll need to have <a
-         href="http://www.gnu.org/software/wget/wget.html";>wget</a> installed.
+         href="https://www.gnu.org/software/wget/wget.html";>wget</a> installed.
          There are <a href="/blfs/view/stable/basicnet/wget.html">build
          instructions</a> in BLFS.</p>
 

Modified: html/trunk/alfs/header.html
==============================================================================
--- html/trunk/alfs/header.html Thu Jun  4 04:01:18 2020        (r1577)
+++ html/trunk/alfs/header.html Sun Jun  7 13:53:33 2020        (r1578)
@@ -5,7 +5,7 @@
 <!--        <li><a id="livecd" href="/livecd/">LiveCD</a></li>-->
         <li><a id="hints" href="/hints/">Hints</a></li>
 <!--        <li><a id="hlfs" href="/hlfs/">HLFS</a></li>-->
-        <li><a id="clfs" href="http://clfs.org/";>CLFS</a></li>
+        <li><a id="clfs" href="https://trac.clfs.org/";>CLFS</a></li>
         <li><a id="alfsactive" href="/alfs/">ALFS</a></li>
         <li><a id="blfs" href="/blfs/">BLFS</a></li>
         <li><a id="lfs" href="/lfs/">LFS</a></li>

Modified: html/trunk/blfs/download.html
==============================================================================
--- html/trunk/blfs/download.html       Thu Jun  4 04:01:18 2020        (r1577)
+++ html/trunk/blfs/download.html       Sun Jun  7 13:53:33 2020        (r1578)
@@ -72,11 +72,12 @@
         <p>When a package is not available from the location listed in the 
book,
         some other places to try are:</p>
         <ul>
-           <li>A search for the full package name in <a 
href="http://www.google.com";>google</a> or your 
+           <li>A search for the full package name in <a 
href="https://www.google.com";>google</a> or your 
            favorite search engine</li>
-           <li><a href="http://www.debian.org/distrib/packages";>Debian Package 
Search Page</a></li>
+           <li><a href="https://www.debian.org/distrib/packages";>Debian 
Package Search Page</a></li>
+<!-- this domain name seems to have been hijacked
            <li><a href="http://www.filemirrors.com/";>filemirrors.com</a></li>
-           <li>Sources from your linux distro</li>
+           <li>Sources from your linux distro</li>-->
         </ul>
    <h3 id='sources'>BLFS HTTP/FTP Sites</h3>
         <p>If the above methods are not available to you, the packages are 
also available individually

Modified: html/trunk/blfs/header.html
==============================================================================
--- html/trunk/blfs/header.html Thu Jun  4 04:01:18 2020        (r1577)
+++ html/trunk/blfs/header.html Sun Jun  7 13:53:33 2020        (r1578)
@@ -5,7 +5,7 @@
 <!--        <li><a id="livecd" href="/livecd/">LiveCD</a></li>-->
         <li><a id="hints" href="/hints/">Hints</a></li>
 <!--        <li><a id="hlfs" href="/hlfs/">HLFS</a></li>-->
-        <li><a id="clfs" href="http://clfs.org/";>CLFS</a></li>
+        <li><a id="clfs" href="https://trac.clfs.org/";>CLFS</a></li>
         <li><a id="alfs" href="/alfs/">ALFS</a></li>
         <li><a id="blfsactive" href="/blfs/">BLFS</a></li>
         <li><a id="lfs" href="/lfs/">LFS</a></li>

Modified: html/trunk/clfs/header.html
==============================================================================
--- html/trunk/clfs/header.html Thu Jun  4 04:01:18 2020        (r1577)
+++ html/trunk/clfs/header.html Sun Jun  7 13:53:33 2020        (r1578)
@@ -3,7 +3,7 @@
     "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";>
 <html>
   <head>
-    <meta http-equiv = "REFRESH" CONTENT="5; URL=http://trac.clfs.org/";>
+    <meta http-equiv = "REFRESH" CONTENT="5; URL=https://trac.clfs.org/";>
     <title><!--#echo var="pageTitle" --></title>
     <link rel="stylesheet" type="text/css" href="/css/main.css" />
   </head>
@@ -11,7 +11,7 @@
     <div id="banner"><a href="/index.html"><img src="/images/lfs-logo.png"
        alt="Linux From Scratch | Your Distro, Your Rules" /></a></div>
     <!-- SiteSearch Google
-    <form id ="search" method="get" action="http://www.google.com/search";>
+    <form id ="search" method="get" action="https://www.google.com/search";>
       <p>
         <input type="hidden" name="ie" value="UTF-8" />
         <input type="hidden" name="oe" value="UTF-8" />

Modified: html/trunk/clfs/index.html
==============================================================================
--- html/trunk/clfs/index.html  Thu Jun  4 04:01:18 2020        (r1577)
+++ html/trunk/clfs/index.html  Sun Jun  7 13:53:33 2020        (r1578)
@@ -5,5 +5,5 @@
 
 <p>This site has moved.</p>
 <p>If you are not automatically redirected in 5 seconds, please use the 
following link:</p>
-<p><a href="http://trac.clfs.org";>http://trac.clfs.org</a></p>
+<p><a href="https://trac.clfs.org";>http://trac.clfs.org</a></p>
 <!--#include virtual="/common/footer.html" -->

Modified: html/trunk/common/footer.html
==============================================================================
--- html/trunk/common/footer.html       Thu Jun  4 04:01:18 2020        (r1577)
+++ html/trunk/common/footer.html       Sun Jun  7 13:53:33 2020        (r1578)
@@ -1,10 +1,10 @@
        <br />
       <div id="footer">
-       <p>&copy; 1998-2019 Gerard Beekmans. Website design by Jeremy Huntwork 
&amp; 
+       <p>&copy; 1998-2020 Gerard Beekmans. Website design by Jeremy Huntwork 
&amp; 
                  Matthew Burgess.</p>
       </div>
      </div>
-     <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
+     <script src="https://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
      <script type="text/javascript">
        _uacct = "UA-1738648-4";
        _udn="linuxfromscratch.org";

Modified: html/trunk/common/header.html
==============================================================================
--- html/trunk/common/header.html       Thu Jun  4 04:01:18 2020        (r1577)
+++ html/trunk/common/header.html       Sun Jun  7 13:53:33 2020        (r1578)
@@ -10,7 +10,7 @@
     <div id="banner"><a href="/index.html"><img src="/images/lfs-logo.png"
        alt="Linux From Scratch | Your Distro, Your Rules" /></a></div>
     <!-- SiteSearch Google -->
-    <form id ="search" method="get" action="http://www.google.com/custom";>
+    <form id ="search" method="get" action="https://www.google.com/custom";>
       <p>
          <input type="hidden" name="client" value="pub-1920546463376456" />
          <input type="hidden" name="forid" value="1" />
@@ -44,7 +44,7 @@
           //-->
           </script>
           <script type="text/javascript"
-            src="http://pagead2.googlesyndication.com/pagead/show_ads.js";>
+            src="https://pagead2.googlesyndication.com/pagead/show_ads.js";>
           </script>
       <!-- -->
    </div>

Modified: html/trunk/common/lfsftp.html
==============================================================================
--- html/trunk/common/lfsftp.html       Thu Jun  4 04:01:18 2020        (r1577)
+++ html/trunk/common/lfsftp.html       Sun Jun  7 13:53:33 2020        (r1578)
@@ -9,10 +9,11 @@
           (Corvallis, OR, USA, 100Mbps)</li>
       <li><a 
href="http://mirror.jaleco.com/lfs/pub/";>http://mirror.jaleco.com/lfs/pub/</a>
           (Washington, DC, USA, 1 Gbps)</li>
+<!-- seems this domain name has been hijacked
       <li><a 
href="http://mirrors-usa.go-parts.com/lfs";>http://mirrors-usa.go-parts.com/lfs</a>
           (Michigan, USA, 1Gbps)<br/>
           Also available as ftp or rsync: ftp://mirrors-usa.go-parts.com/lfs 
and
-          rsync://mirrors-usa.go-parts.com/lfs</li>
+          rsync://mirrors-usa.go-parts.com/lfs</li>-->
 <!--      <li><a 
href="http://mirrors-ru.go-parts.com/lfs";>http://mirrors-ru.go-parts.com/lfs</a>
           (Moscow, Russia, 1Gbps)<br/>
           Also available as ftp or rsync: ftp://mirrors-ru.go-parts.com/lfs and

Modified: html/trunk/faq/header.html
==============================================================================
--- html/trunk/faq/header.html  Thu Jun  4 04:01:18 2020        (r1577)
+++ html/trunk/faq/header.html  Sun Jun  7 13:53:33 2020        (r1578)
@@ -5,7 +5,7 @@
 <!--        <li><a id="livecd" href="/livecd/">LiveCD</a></li>-->
         <li><a id="hints" href="/hints/">Hints</a></li>
 <!--        <li><a id="hlfs" href="/hlfs/">HLFS</a></li>-->
-        <li><a id="clfs" href="http://clfs.org/";>CLFS</a></li>
+        <li><a id="clfs" href="https://trac.clfs.org/";>CLFS</a></li>
         <li><a id="alfs" href="/alfs/">ALFS</a></li>
         <li><a id="blfs" href="/blfs/">BLFS</a></li>
         <li><a id="lfs" href="/lfs/">LFS</a></li>

Modified: html/trunk/header.html
==============================================================================
--- html/trunk/header.html      Thu Jun  4 04:01:18 2020        (r1577)
+++ html/trunk/header.html      Sun Jun  7 13:53:33 2020        (r1578)
@@ -5,7 +5,7 @@
 <!--       <li><a id="livecd" href="/livecd/">LiveCD</a></li> -->
         <li><a id="hints" href="/hints/">Hints</a></li>
 <!--        <li><a id="hlfs" href="/hlfs/">HLFS</a></li> -->
-        <li><a id="clfs" href="http://clfs.org/";>CLFS</a></li>
+        <li><a id="clfs" href="https://trac.clfs.org/";>CLFS</a></li>
         <li><a id="alfs" href="/alfs/">ALFS</a></li>
         <li><a id="blfs" href="/blfs/">BLFS</a></li>
         <li><a id="lfs" href="/lfs/">LFS</a></li>

Modified: html/trunk/hints/header.html
==============================================================================
--- html/trunk/hints/header.html        Thu Jun  4 04:01:18 2020        (r1577)
+++ html/trunk/hints/header.html        Sun Jun  7 13:53:33 2020        (r1578)
@@ -5,7 +5,7 @@
 <!--        <li><a id="livecd" href="/livecd/">LiveCD</a></li>-->
         <li><a id="hintsactive" href="/hints/">Hints</a></li>
 <!--        <li><a id="hlfs" href="/hlfs/">HLFS</a></li>-->
-        <li><a id="clfs" href="http://clfs.org/";>CLFS</a></li>
+        <li><a id="clfs" href="https://trac.clfs.org/";>CLFS</a></li>
         <li><a id="alfs" href="/alfs/">ALFS</a></li>
         <li><a id="blfs" href="/blfs/">BLFS</a></li>
         <li><a id="lfs" href="/lfs/">LFS</a></li>

Modified: html/trunk/hints/howtowrite.html
==============================================================================
--- html/trunk/hints/howtowrite.html    Thu Jun  4 04:01:18 2020        (r1577)
+++ html/trunk/hints/howtowrite.html    Sun Jun  7 13:53:33 2020        (r1578)
@@ -47,7 +47,7 @@
            <a href="http://www.tldp.org/";>LDP documentation</a>,
            documentation available from the package website, documentation 
available
            by a simple 
-           <a href="http://www.google.com/";>google search</a>. Also, things 
that are already well
+           <a href="https://www.google.com/";>google search</a>. Also, things 
that are already well
            documented in the book(s) or
            at the LDP should not be repeated in the hint unless the hint 
describes matters in more
            detail, in a different way, or from a different perspective. So 
things such as installation
@@ -118,7 +118,7 @@
             of your hint and modifying it without restriction, with the 
exception that you will always be
             credited as author. It also indicates that the hint carries no 
guarantees. For more information
             on various licenses, visit the
-            <a href="http://www.gnu.org/philosophy/license-list.html";>GNU 
website</a>.  Before submitting
+            <a href="https://www.gnu.org/philosophy/license-list.html";>GNU 
website</a>.  Before submitting
             the hint, verify that a copy of the LICENSE under which your hint 
is licensed is available in the
             <a href="downloads/files/LICENSES/">LICENSES directory</a>.  If 
not, at the time of submission
             of the hint, also include a note and a URI for the hint maintainer 
to download a text copy of

Modified: html/trunk/hlfs/download.html
==============================================================================
--- html/trunk/hlfs/download.html       Thu Jun  4 04:01:18 2020        (r1577)
+++ html/trunk/hlfs/download.html       Sun Jun  7 13:53:33 2020        (r1578)
@@ -33,11 +33,12 @@
         <p>When a package is not available from the location listed in the 
book, some other places
            to try are:</p>
         <ul>
-           <li>A search for the full package name in <a 
href="http://www.google.com/";>google</a> or your 
+           <li>A search for the full package name in <a 
href="https://www.google.com/";>google</a> or your 
            favorite search engine</li>
-           <li><a href="http://www.debian.org/distrib/packages";>Debian Package 
Search Page</a></li>
+           <li><a href="https://www.debian.org/distrib/packages";>Debian 
Package Search Page</a></li>
+<!-- seems to have been hijacked
            <li><a href="http://www.filemirrors.com/";>filemirrors.com</a></li>
-           <li>Sources from your linux distro</li>
+           <li>Sources from your linux distro</li>-->
         </ul>
 <!--   <h3>Wget Scripts</h3>
         <p>Another method is a <a 
href="http://www.gnu.org/software/wget/wget.html";>wget</a> script.

Modified: html/trunk/hlfs/header.html
==============================================================================
--- html/trunk/hlfs/header.html Thu Jun  4 04:01:18 2020        (r1577)
+++ html/trunk/hlfs/header.html Sun Jun  7 13:53:33 2020        (r1578)
@@ -5,7 +5,7 @@
         <li><a id="livecd" href="/livecd/">LiveCD</a></li>
         <li><a id="hints" href="/hints/">Hints</a></li>
         <li><a id="hlfsactive" href="/hlfs/">HLFS</a></li>
-        <li><a id="clfs" href="http://clfs.org/";>CLFS</a></li>
+        <li><a id="clfs" href="https://trac.clfs.org/";>CLFS</a></li>
         <li><a id="alfs" href="/alfs/">ALFS</a></li>
         <li><a id="blfs" href="/blfs/">BLFS</a></li>
         <li><a id="lfs" href="/lfs/">LFS</a></li>

Modified: html/trunk/index.html
==============================================================================
--- html/trunk/index.html       Thu Jun  4 04:01:18 2020        (r1577)
+++ html/trunk/index.html       Sun Jun  7 13:53:33 2020        (r1578)
@@ -26,7 +26,7 @@
        <li><a href="alfs/">ALFS</a> :: Automated Linux From Scratch provides
        tools for automating and managing LFS and BLFS builds.</li>
        
-       <li><a href="http://clfs.org/";>CLFS</a> :: Cross Linux From Scratch
+       <li><a href="https://trac.clfs.org/";>CLFS</a> :: Cross Linux From 
Scratch
        provides the means to cross-compile an LFS system on many types of
        systems.</li>
        

Modified: html/trunk/lfs/download.html
==============================================================================
--- html/trunk/lfs/download.html        Thu Jun  4 04:01:18 2020        (r1577)
+++ html/trunk/lfs/download.html        Sun Jun  7 13:53:33 2020        (r1578)
@@ -95,10 +95,11 @@
         in the book, some other places to try are:</p>
         <ul>
            <li>A search for the full package name in 
-               <a href="http://www.google.com/";>google</a> or your 
+               <a href="https://www.google.com/";>google</a> or your 
            favorite search engine</li>
-           <li><a href="http://www.debian.org/distrib/packages";>Debian Package 
Search Page</a></li>
-           <li><a href="http://www.filemirrors.com/";>filemirrors.com</a></li>
+           <li><a href="https://www.debian.org/distrib/packages";>Debian 
Package Search Page</a></li>
+<!-- domain name seems to have been hijacked
+           <li><a 
href="http://www.filemirrors.com/";>filemirrors.com</a></li>-->
            <li>Sources from your linux distro</li>
         </ul>
         

Modified: html/trunk/lfs/faq.html
==============================================================================
--- html/trunk/lfs/faq.html     Thu Jun  4 04:01:18 2020        (r1577)
+++ html/trunk/lfs/faq.html     Sun Jun  7 13:53:33 2020        (r1578)
@@ -172,7 +172,8 @@
             installation.</li>
             <li>There are several implementations of symlink style package 
management:
             <ul>
-              <li>Epkg is available from <a 
href="http://www.encap.org/epkg/";>http://www.encap.org/epkg/</a>.</li>
+<!-- site unavailable
+              <li>Epkg is available from <a 
href="http://www.encap.org/epkg/";>http://www.encap.org/epkg/</a>.</li>-->
               <li>Graft is available from <a 
href="http://peters.gormand.com.au/Home/tools";  
>http://peters.gormand.com.au/Home/tools</a>.</li>
               <li>GNU Stow is available from <a 
href="http://www.gnu.org/software/stow/";>http://www.gnu.org/software/stow/</a>.</li>
               <li>And several more are listed in the Graft documentation at <a
@@ -193,7 +194,7 @@
             It is available from <a
             
href="http://asic-linux.com.mx/%7Eizto/checkinstall/";>http://asic-linux.com.mx/~izto/checkinstall/</a>.</li>
             <li>pkgutils, used by the CRUX distribution, is available from <a
-            
href="http://www.fukt.bsnet.se/%7Eper/pkgutils/";>http://www.fukt.bsnet.se/~per/pkgutils/</a>.</li>
+            
href="https://crux.nu/Wiki/FaqPkgUtils";>https://crux.nu/Wiki/FaqPkgUtils</a>.</li>
             <li>There are some <a href="../hints/downloads/files/">hints</a> 
available for package managers.</li>
           </ul>
           <p>If you have an addition to the list, please do email its id, URL,
@@ -227,14 +228,13 @@
       <dl>
         <dt id="what-dist">What distribution should I use to start from?</dt>
         <dd>
-          <p>Most relatively recent distributions should be fine. Do not use
-          Fedora Core 4 as its version of GCC does not work with the current
-          stable version of LFS. Make sure you have installed and/or updated
-          the development packages. (Look for ones starting in "gcc", "glibc",
-          or "libstdc++" or ending in "-dev".). If you want to use LFS as your
+          <p>Most relatively recent distributions should be fine.
+          Make sure you have installed and/or updated the development
+          packages. (Look for ones starting in "gcc", "glibc", or "libstdc++"
+          or ending in "-dev" or "-devel".). If you want to use LFS as your
           main system and you wish to install it without first installing a
-          distribution, try <a
-          href="http://www.knopper.net/knoppix/index-en.html";>Knoppix</a>.</p>
+          distribution, It is also possible to use a live image on dvd or
+          usb stick. All major distributions provide one.
         </dd>
         <dt id="kernel-modules">How do I compile a kernel or set up 
modules?</dt>
         <dd>
@@ -287,11 +287,12 @@
         <dd>
           <p>For information about building LFS for a wide array of systems,
           take a look at the <a
-          href="http://trac.clfs.org/wiki/read";>Cross-LFS branch</a> of
+          href="https://trac.clfs.org/wiki/read";>Cross-LFS branch</a> of
           LFS.</p>
+<!--
           <p>For Alpha systems, Kelledin maintains a list of fixes for building
           on the Alpha platform at <a
-          
href="http://skarpsey.dyndns.org/alpha-lfs/alpha.html";>http://skarpsey.dyndns.org/alpha-lfs/alpha.html</a>.</p>
+          
href="http://skarpsey.dyndns.org/alpha-lfs/alpha.html";>http://skarpsey.dyndns.org/alpha-lfs/alpha.html</a>.</p>-->
         </dd>
         <dt id="cross-compile">How do I cross compile LFS?</dt>
         <dd>
@@ -692,7 +693,7 @@
           masking its interrupts before servicing, this would be the suspect if
           the IRQ7's were happening in bursts, or more often than 'several' per
           day. (<a
-          
href="http://groups.google.com/groups?q=spurious+interrupt+8259&amp;hl=de&amp;scoring=d&amp;selm=3C174EDD.9090306%40hotmail.com&amp;rnum=10";>Source
+          
href="https://groups.google.com/groups?q=spurious+interrupt+8259&amp;hl=de&amp;scoring=d&amp;selm=3C174EDD.9090306%40hotmail.com&amp;rnum=10";>Source
           and additional information</a>)</p>
           <p>Since the message itself is harmless, it's enough to adjust the
           default loglevel outplut of klogd (the -c opion) in the syslogd

Modified: html/trunk/lfs/header.html
==============================================================================
--- html/trunk/lfs/header.html  Thu Jun  4 04:01:18 2020        (r1577)
+++ html/trunk/lfs/header.html  Sun Jun  7 13:53:33 2020        (r1578)
@@ -5,7 +5,7 @@
 <!--        <li><a id="livecd" href="/livecd/">LiveCD</a></li>-->
         <li><a id="hints" href="/hints/">Hints</a></li>
 <!--        <li><a id="hlfs" href="/hlfs/">HLFS</a></li>-->
-        <li><a id="clfs" href="http://clfs.org/";>CLFS</a></li>
+        <li><a id="clfs" href="https://trac.clfs.org/";>CLFS</a></li>
         <li><a id="alfs" href="/alfs/">ALFS</a></li>
         <li><a id="blfs" href="/blfs/">BLFS</a></li>
         <li><a id="lfsactive" href="/lfs/">LFS</a></li>

Modified: html/trunk/livecd/header.html
==============================================================================
--- html/trunk/livecd/header.html       Thu Jun  4 04:01:18 2020        (r1577)
+++ html/trunk/livecd/header.html       Sun Jun  7 13:53:33 2020        (r1578)
@@ -5,7 +5,7 @@
         <li><a id="livecdactive" href="/livecd/">LiveCD</a></li>
         <li><a id="hints" href="/hints/">Hints</a></li>
         <li><a id="hlfs" href="/hlfs/">HLFS</a></li>
-        <li><a id="clfs" href="http://clfs.org/";>CLFS</a></li>
+        <li><a id="clfs" href="https://trac.clfs.org/";>CLFS</a></li>
         <li><a id="alfs" href="/alfs/">ALFS</a></li>
         <li><a id="blfs" href="/blfs/">BLFS</a></li>
         <li><a id="lfs" href="/lfs/">LFS</a></li>

Modified: html/trunk/mail.html
==============================================================================
--- html/trunk/mail.html        Thu Jun  4 04:01:18 2020        (r1577)
+++ html/trunk/mail.html        Sun Jun  7 13:53:33 2020        (r1578)
@@ -15,12 +15,12 @@
     an e-mail to the <a
     href="http://lists.linuxfromscratch.org/listinfo/faq/";>FAQ
     maintainer</a>.</p>
-    
+<!-- seems to have stopped    
     <p>The mailing lists are available from newsserver, web-based newsreader 
and
     RSS from <a href="http://gmane.org/find.php?list=lfs";>Gmane</a>.
     Information on how to post messages through Gmane is available on the <a
     href="http://gmane.org/post.php";>posting messages</a> page.</p>
-    
+-->
     <p>If you're finished with the LFS Book, use blfs-support instead. Please
     read <a href="/faq/#netiquette">the netiquette rules</a> before
     posting!</p>

Modified: html/trunk/mirrors.html
==============================================================================
--- html/trunk/mirrors.html     Thu Jun  4 04:01:18 2020        (r1577)
+++ html/trunk/mirrors.html     Sun Jun  7 13:53:33 2020        (r1578)
@@ -9,14 +9,14 @@
     <ul>
         <li><a 
href="http://www.linuxfromscratch.org/";>http://www.linuxfromscratch.org/</a>
             (Calgary, Alberta, Canada [155 Mbps])</li>
-        <li><a 
href="http://lfs.mirror.compevo.com/";>http://lfs.mirror.compevo.com/</a>
-            (Dallas, TX, USA [1 Gbps])</li>
+<!--        <li><a 
href="http://lfs.mirror.compevo.com/";>http://lfs.mirror.compevo.com/</a>
+            (Dallas, TX, USA [1 Gbps])</li> -->
 <!--        <li><a 
href="http://lfs.tuliomuniz.org/";>http://lfs.tuliomuniz.org/</a>
             (Dallas, TX, USA [1 Gbps])</li> -->
 <!--        <li><a href="http://lfs-matrix.net/";>http://lfs-matrix.net/</a>
             (Los Angeles, CA, USA [200 Mbps])</li>-->
-        <li><a href="http://lfs.forsale.plus/";>http://lfs.forsale.plus/</a>
-            (Montreal, CA, USA [250 Mbps])</li>
+<!--        <li><a href="http://lfs.forsale.plus/";>http://lfs.forsale.plus/</a>
+            (Montreal, CA, USA [250 Mbps])</li>-->
         <li><a 
href="http://lfs.mirror.fileplanet.com";>http://lfs.mirror.fileplanet.com</a>
             (San Francisco, CA, USA [1 Gbps])</li>
         <li><a 
href="http://lfs.mirrors.hoobly.com";>http://lfs.mirrors.hoobly.com</a>
@@ -48,8 +48,8 @@
 <!--        <li><a 
href="http://www.de.linuxfromscratch.org/";>http://www.de.linuxfromscratch.org/</a>
             (Frankfurt, Germany (1 Gbps))</li>-->
 
-        <li><a href="http://mirror.vtx.ch/";>http://mirror.vtx.ch/</a>
-            (Lausanne, Switzerland [155 Mbps])</li>
+<!--        <li><a href="http://mirror.vtx.ch/";>http://mirror.vtx.ch/</a>
+            (Lausanne, Switzerland [155 Mbps])</li>-->
 
 <!--        <li><a href="http://lfs.pilgrims.ru/";>http://lfs.pilgrims.ru/</a>
             (Moscow, Russia [1 Gbps])</li>-->
@@ -59,8 +59,9 @@
 <!--        <li><a href="http://lfs.nwps.ws/";>http://lfs.nwps.ws/</a>
             (Roubaix, France [200 Mbps])</li>-->
 
-        <li><a 
href="https://linuxfromscratch.org.ru/";>https://linuxfromscratch.ru/</a>
-        and <a 
href="https://linuxfromscratch.org.ru/";>https://linuxfromscratch.org.ru/</a>
+        <li><a 
href="https://linuxfromscratch.ru/";>https://linuxfromscratch.ru/</a>
+<!-- has a wrong certificate
+        and <a 
href="https://linuxfromscratch.org.ru/";>https://linuxfromscratch.org.ru/</a>-->
             (St. Petersburg, Russia [10 Mbps])</li>
         
         <li><a href="http://lfs.brahman.tk/";>http://lfs.brahman.tk/</a>
@@ -146,18 +147,19 @@
           (Corvallis, OR, USA, 100 Mbps)</li>
       <li><a 
href="http://mirror.jaleco.com/lfs/pub/";>http://mirror.jaleco.com/lfs/pub/</a>
           (Washington, DC, USA, 1 Gbps)</li>
+<!-- domain name seems to have been hijacked
       <li><a 
href="http://mirrors-usa.go-parts.com/lfs";>http://mirrors-usa.go-parts.com/lfs</a>
           (Michigan, USA, 1 Gbps)<br/>
           Also available as ftp or rsync: ftp://mirrors-usa.go-parts.com/lfs 
and
-          rsync://mirrors-usa.go-parts.com/lfs</li>
+          rsync://mirrors-usa.go-parts.com/lfs</li>-->
 
 <!--      <li><a 
href="http://babyname.tips/mirrors/lfs/";>http://babyname.tips/mirrors/lfs/</a></li>
       <li><a 
href="http://babyname.tips/mirrors/blfs/";>http://babyname.tips/mirrors/blfs/</a>
           (Gunzenhausen Germany, 10 Mbps)</li>-->
-
+<!-- No files on this one, only the site, but without frames or style
       <li><a 
href="http://mirror.compevo.com/lfs/";>http://mirror.compevo.com/lfs/</a></li>
       <li><a 
href="http://mirror.compevo.com/blfs/";>http://mirror.compevo.com/blfs/</a>
-          (Dallas, USA, 1 Gbps)</li>
+          (Dallas, USA, 1 Gbps)</li>-->
 
       <li><a 
href="http://mirror.koddos.net/lfs/";>http://mirror.koddos.net/lfs/</a></li>
       <li><a 
href="http://mirror.koddos.net/blfs/";>http://mirror.koddos.net/blfs/</a>
@@ -165,12 +167,12 @@
           Also available as https and ftp.</li>
 
       <li><a 
href="http://ftp.wrz.de/pub/LFS/";>http://ftp.wrz.de/pub/LFS/</a></li>
-      <li><a href="http://ftp.wrz.de/pubB/LFS/";>http://ftp.wrz.de/pub/BLFS/</a>
+      <li><a href="http://ftp.wrz.de/pub/BLFS/";>http://ftp.wrz.de/pub/BLFS/</a>
           (Wesel, Germany, 1 Gbps)<br/>
           Also available as https, rsync, and ftp.</li>
 
        <li><a 
href="http://mirror.tochlab.net/pub/lfs/";>http://mirror.tochlab.net/pub/lfs/</a>
-       <li><a 
href="http://mirror.tochlab.net/pub/blfs//";>http://mirror.tochlab.net/pub/blfs/</a>
 (Saint Petersburg, Russia, 100 Mbps)</li>
+       <li><a 
href="http://mirror.tochlab.net/pub/blfs/";>http://mirror.tochlab.net/pub/blfs/</a>
 (Saint Petersburg, Russia, 100 Mbps)</li>
        
        <li><a 
href="https://mirror-hk.koddos.net/lfs/";>https://mirror-hk.koddos.net/lfs/</a></li>
        <li><a 
href="https://mirror-hk.koddos.net/blfs/";>https://mirror-hk.koddos.net/blfs/</a>
 (Hong Kong, 1 Gbps)</li>

Modified: html/trunk/patches/header.html
==============================================================================
--- html/trunk/patches/header.html      Thu Jun  4 04:01:18 2020        (r1577)
+++ html/trunk/patches/header.html      Sun Jun  7 13:53:33 2020        (r1578)
@@ -5,7 +5,7 @@
 <!--        <li><a id="livecd" href="/livecd/">LiveCD</a></li>-->
         <li><a id="hints" href="/hints/">Hints</a></li>
 <!--        <li><a id="hlfs" href="/hlfs/">HLFS</a></li>-->
-        <li><a id="clfs" href="http://clfs.org/";>CLFS</a></li>
+        <li><a id="clfs" href="https://trac.clfs.org/";>CLFS</a></li>
         <li><a id="alfs" href="/alfs/">ALFS</a></li>
         <li><a id="blfs" href="/blfs/">BLFS</a></li>
         <li><a id="lfs" href="/lfs/">LFS</a></li>

Modified: html/trunk/plugins/lfs.src
==============================================================================
--- html/trunk/plugins/lfs.src  Thu Jun  4 04:01:18 2020        (r1577)
+++ html/trunk/plugins/lfs.src  Sun Jun  7 13:53:33 2020        (r1578)
@@ -4,7 +4,7 @@
   name="LFS"
   description="Search LFS Archives"
   version="1.1"
-  action="http://www.google.com/search";
+  action="https://www.google.com/search";
   method="GET"
 >
 

Modified: html/trunk/search.html
==============================================================================
--- html/trunk/search.html      Thu Jun  4 04:01:18 2020        (r1577)
+++ html/trunk/search.html      Sun Jun  7 13:53:33 2020        (r1578)
@@ -101,7 +101,7 @@
 
 <h2>Google search</h2>
 
-<form method="get" action="http://www.google.com/search";>
+<form method="get" action="https://www.google.com/search";>
 <table summary="Search the website with google"><tbody>
 <tr>
   <th>Choose the domain:</th>
@@ -126,14 +126,14 @@
     <label title="Submit the search query">
     <input type="submit" value="Go!" />
     <input type="hidden" name="domains"  value="linuxfromscratch.org" /> 
-    <em><a href="http://www.google.com/help/features.html";>Search 
help</a></em> 
+    <em><a href="https://www.google.com/help/features.html";>Search 
help</a></em> 
   </td>
 
 </tr>
 </table>
 </form>
 
-<p><a href="http://www.google.com/";><img alt="Powered by Google" 
+<p><a href="https://www.google.com/";><img alt="Powered by Google" 
     width="135" height="35" src="images/powered_by_google_135x35.png" 
/></a></p>
 
 <!--#include virtual="/common/footer.html" -->
-- 
http://lists.linuxfromscratch.org/listinfo/website
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to