]> i-scream Git - www.i-scream.org.git/commitdiff
Move to https where possible.
authorTim Bishop <tim@bishnet.net>
Wed, 14 Jun 2017 11:03:47 +0000 (12:03 +0100)
committerTim Bishop <tim@bishnet.net>
Wed, 14 Jun 2017 11:03:47 +0000 (12:03 +0100)
The main site now always redirects to https, so we can remove the
protocol agnostic links and update others as appropriate.

Whilst here, update a number of external links where they've changed
or gone, and use https where available.

Also make master downloads sites links - the traffic is hardly an
issue these days.

21 files changed:
cgi-bin/cvslog.cgi
cgi-bin/logo.cgi
htdocs/cms/index.xhtml
htdocs/contributing.xhtml
htdocs/cvs.xhtml
htdocs/cvsplot/index.xhtml
htdocs/doctype.inc
htdocs/footer.inc
htdocs/git.xhtml
htdocs/index.xhtml
htdocs/libstatgrab/index.xhtml
htdocs/license.xhtml
htdocs/mailinglists.xhtml
htdocs/menu-static.inc
htdocs/menu.inc
htdocs/mirrors.xhtml
htdocs/pystatgrab/index.xhtml
htdocs/stats/index.xhtml
htdocs/style.inc
htdocs/support.xhtml
htdocs/who.xhtml

index e4fd3422bb2bd981fab06a882e8d8570e4ab7c90..49bb105d23840ff7a41f30fd941527448d7007fe 100755 (executable)
@@ -109,7 +109,7 @@ foreach my $module (@modules) {
     print <<"END";
             <div>
               <h3>
-                <a href="http://cvs.i-scream.org/$module/" class="cvsloghead">$module module</a>
+                <a href="https://cvs.i-scream.org/$module/" class="cvsloghead">$module module</a>
               </h3>
 END
 
@@ -189,7 +189,7 @@ END
                 }
                 $file = escapeHTML($file);
                 print <<"END";
-                  <a href="http://cvs.i-scream.org/$file">$file</a>
+                  <a href="https://cvs.i-scream.org/$file">$file</a>
 END
                 if($rev =~ /\(([^\s]+)\.(\d+)(.*)\)/) {
                     my $start = $1;
@@ -212,7 +212,7 @@ END
                         $other = escapeHTML($other);
                         chomp $other;
                         print <<"END";
-                  (<a href="http://cvs.i-scream.org/$file$diff">$startend</a>$other)$ext
+                  (<a href="https://cvs.i-scream.org/$file$diff">$startend</a>$other)$ext
 END
                     }
                     else {
index 69aaf8dc4a08d0cf62fe7a6123472b1cc44b24ad..c1916120d278b03d38ffa82807785fa239f03bde 100755 (executable)
@@ -9,7 +9,7 @@ my($dir) = "/web/i-scream/htdocs/logos";
 my($pattern) = "\\.jpg\$";
 
 # URL to images - must match $dir
-my($url) = "//www.i-scream.org/logos";
+my($url) = "https://www.i-scream.org/logos";
 
 # Where the setbg command is
 my($setbg) = "/web/i-scream/bin/setbg.pl";
@@ -21,7 +21,7 @@ $imagepath =~ s/$dir/$url/;
 
 # Check for IPv6
 if($ENV{SERVER_ADDR} =~ /:/) {
-       $imagepath = "//www.i-scream.org/images/ipv6-logo.gif";
+       $imagepath = "https://www.i-scream.org/images/ipv6-logo.gif";
 }
 
 print "Content-type: text/plain\n\n";
index b939a4388165134fff00d1249cd331d619d7e1af..c83c56118796785c31e3a3fae63c8cf2589b16b6 100644 (file)
@@ -91,7 +91,7 @@
           </h3>
           <ul>
             <li>
-              <a href="http://snapshots.i-scream.org">Snapshots</a>
+              <a href="https://snapshots.i-scream.org">Snapshots</a>
             </li>
           </ul>
           <p>
           <p>
             The i-scream Distributed Central Monitoring System
             started off as a final year project for a group of
-            <a href="http://www.cs.kent.ac.uk/">Computer Science</a>
-            students at the <a href="http://www.kent.ac.uk/">University
+            <a href="https://www.cs.kent.ac.uk/">Computer Science</a>
+            students at the <a href="https://www.kent.ac.uk/">University
             of Kent</a>, UK. The project was completed at 4pm on
             29 March 2001. It consisted of five lever-arch folders
             containing mostly source code and documentation. The
index 672bd11347654aba74c9ec54e5c79e993d8231ba..7557ff52e47a5d8be93fb422a41cdba07d121b0e 100644 (file)
@@ -26,7 +26,7 @@
           <p>
             If you've got changes for one of our active projects then
             it'll almost certainly be available on our
-            <a href="http://github.com/i-scream">GitHub</a> page. If
+            <a href="https://github.com/i-scream">GitHub</a> page. If
             you're familiar with Git the best way to send changes is
             to fork our project on GitHub, commit your changes to your
             copy, and then initiate a pull request.
index dd6b9a52c426760fb477e8d4cbf68079ea7cdcd2..3f340940073d64983d21cbacfa8438ddef75a563 100644 (file)
@@ -39,7 +39,7 @@
             version of any section.
           </p>
           <p>
-            <a href="http://cvs.i-scream.org/">http://cvs.i-scream.org/</a>
+            <a href="https://cvs.i-scream.org/">https://cvs.i-scream.org/</a>
           </p>
           <p>
             We also have a facility to allow people to keep tabs on
@@ -97,7 +97,7 @@ CVSROOT = :ext:username@cvs.i-scream.org:/cvs/i-scream
             Other means of accessing CVS
           </h3>
           <p>
-            We currently provide <a href="http://www.cvsup.org/">CVSup</a>
+            We currently provide CVSup
             access to the repository, either for mirroring or for
             maintaining an up-to-date local copy. You will probably
             want to create a supfile that looks something like this;
index d477d8eb9996e5965350573cd3135f0a6428292e..c6eb7da3c8c7029e0cec792200c6b06291e00d1e 100644 (file)
@@ -21,7 +21,7 @@
             page is updated at 7am daily.
           </p>
           <p>
-            You can also <a href="http://cvs.i-scream.org/cms/">browse</a>
+            You can also <a href="https://cvs.i-scream.org/cms/">browse</a>
             the cvs repository.
           </p>
           <h3>
index 6ae8c4c4e7a7206ec325da7db5ef2d85a80a9df9..03344c0709718ee76e12eaf4cabc3dc06a51dd46 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
-  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+  "https://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
\ No newline at end of file
+<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en">
\ No newline at end of file
index b4098cffc06abc7c5b31a72a6418d0d7c840054d..887b4360c243a72e7808265e838430e4a30e0b53 100644 (file)
@@ -2,6 +2,6 @@
           <p>
             &copy; 2000-2015 i-scream
             &#171; &#187;
-            <a href="//www.i-scream.org/">www.i-scream.org</a>
+            <a href="https://www.i-scream.org/">www.i-scream.org</a>
           </p>
         </div>
\ No newline at end of file
index 2fd3e5dcf3172901d178541dba0804ea81414f53..24ac190267009dd5564294ae290fcf2153cd4b06 100644 (file)
@@ -34,7 +34,7 @@
             latest version of any section.
           </p>
           <p>
-            <a href="//git.i-scream.org/">git.i-scream.org</a>
+            <a href="https://git.i-scream.org/">git.i-scream.org</a>
           </p>
           <h3>
             Anonymous Git Access (read-only)
@@ -47,7 +47,7 @@
             Choose whichever protocol you prefer.
           </p>
           <pre>
-git clone http://git.i-scream.org/libstatgrab
+git clone https://git.i-scream.org/libstatgrab
 git clone git://git.i-scream.org/libstatgrab
 </pre>
           <h3>
@@ -73,7 +73,7 @@ git clone ssh://git@git.i-scream.org/libstatgrab
             make changes and work with our code.
           </p>
           <p>
-            <a href="http://github.com/i-scream">http://github.com/i-scream</a>
+            <a href="https://github.com/i-scream">https://github.com/i-scream</a>
           </p>
           <h3>
             Git guidelines
index 10bbf6c51e53e50530207d11008fc61919324d36..dc1ed4076476549cb184af27ef3e4cc6ad66dbc6 100644 (file)
           </h4>
           <p>
             We've moved both
-            <a href="//git.i-scream.org/?p=libstatgrab.git;a=summary">libstatgrab</a>
+            <a href="https://git.i-scream.org/?p=libstatgrab.git;a=summary">libstatgrab</a>
             and
-            <a href="//git.i-scream.org/?p=pystatgrab.git;a=summary">pystatgrab</a>
+            <a href="https://git.i-scream.org/?p=pystatgrab.git;a=summary">pystatgrab</a>
             to their own Git repositories. CVS will remain for
             everything else for now.
           </p>
index e6d8d492c281e7fa95caa1bcf061fb83fc24a9ee..745995427f56d0c60bd726fc198fb40f30dd6674 100644 (file)
@@ -69,7 +69,7 @@
             extends the use of libstatgrab to people writing scripts or
             anything else that can't easily make C function calls.
             Included with statgrab is a script to generate an
-            <a href="http://www.mrtg.org">MRTG</a> configuration file
+            <a href="https://oss.oetiker.ch/mrtg/">MRTG</a> configuration file
             to use statgrab.
           </p>
           <h2>
           </ul>
           <p>
             A full list of changes can be found in the
-            <a href="//git.i-scream.org/?p=libstatgrab.git;a=blob;f=NEWS;h=3fbe52269637c4e68aab0d70b0419343889a4d4f;hb=d8d6c819ee007eb03bc95a48a614bcefec229b42">NEWS</a>
+            <a href="https://git.i-scream.org/?p=libstatgrab.git;a=blob;f=NEWS;h=3fbe52269637c4e68aab0d70b0419343889a4d4f;hb=d8d6c819ee007eb03bc95a48a614bcefec229b42">NEWS</a>
             file contained within the release.
           </p>
           <p>
           </h3>
           <p>
             Official libstatgrab packages for Debian now
-            <a href="http://packages.debian.org/unstable/source/libstatgrab">available</a>.
+            <a href="https://packages.debian.org/unstable/source/libstatgrab">available</a>.
           </p>
           <p>
             Thanks to the work of
               <a href="/pystatgrab/">Python</a>
             </li>
             <li>
-              <a href="http://pecl.php.net/statgrab/">PHP</a>
+              <a href="https://pecl.php.net/package/statgrab">PHP</a>
             </li>
             <li>
               <a href="http://search.cpan.org/dist/Unix-Statgrab/">Perl</a>
           </h2>
           <ul>
             <li>
-              <a href="http://www.freebsd.org/cgi/ports.cgi?query=statgrab&amp;stype=all">FreeBSD</a>
+              <a href="https://www.freebsd.org/cgi/ports.cgi?query=statgrab&amp;stype=all">FreeBSD</a>
             </li>
             <li>
               <a href="https://packages.gentoo.org/package/sys-libs/libstatgrab">Gentoo Linux</a>
             </li>
             <li>
-              <a href="http://www.opencsw.org/packages/libstatgrab_utils/">Solaris (OpenCSW)</a>
+              <a href="https://www.opencsw.org/packages/libstatgrab_utils/">Solaris (OpenCSW)</a>
             </li>
             <li>
               <a href="https://packages.debian.org/search?suite=all&searchon=names&keywords=statgrab">Debian</a>
             </li>
             <li>
-              <a href="http://packages.ubuntu.com/search?suite=all&searchon=names&keywords=statgrab">Ubuntu</a>
+              <a href="https://packages.ubuntu.com/search?suite=all&searchon=names&keywords=statgrab">Ubuntu</a>
             </li>
             <li>
               <a href="http://pkgsrc.se/devel/libstatgrab">NetBSD/pkgsrc</a>
             </li>
             <li>
-              <a href="http://software.opensuse.org/search?utf8=%E2%9C%93&q=libstatgrab">openSUSE</a>
+              <a href="https://software.opensuse.org/search?utf8=%E2%9C%93&q=libstatgrab">openSUSE</a>
             </li>
             <li>
-              <a href="http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils/libstatgrab/">OpenBSD</a>
+              <a href="https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils/libstatgrab/">OpenBSD</a>
             </li>
           </ul>
           <p>
index e72e75502164395ab20da6945dd79c176be8ea2e..1d6e2d58a6405b1feecabeeb1c609b178ecb12d6 100644 (file)
@@ -17,7 +17,7 @@
             Unless explicitly mentioned all i-scream software is
             licensed under the GNU General Public License (GPL). The
             full license can be found
-            <a href="http://www.gnu.org/licenses/gpl.txt">here</a>,
+            <a href="https://www.gnu.org/licenses/gpl.txt">here</a>,
             but is also given below for reference.
           </p>
           <pre>
index 504689a103cc4b6d6cabf01a12da5fcf26f3f90f..6d741e8a49ea0e4adb811b2272886de4fbc769ed 100644 (file)
@@ -25,7 +25,7 @@
           </h3>
           <p>
             <b>Information:</b>
-            <a href="//lists.i-scream.org/mailman/listinfo/dev">http://lists.i-scream.org/mailman/listinfo/dev</a><br />
+            <a href="https://lists.i-scream.org/mailman/listinfo/dev">https://lists.i-scream.org/mailman/listinfo/dev</a><br />
             <b>State:</b> Closed<br />
             <b>Purpose:</b> A discussion forum for developers only.
           </p>
@@ -34,7 +34,7 @@
           </h3>
           <p>
             <b>Information:</b>
-            <a href="//lists.i-scream.org/mailman/listinfo/commits">http://lists.i-scream.org/mailman/listinfo/commits</a><br />
+            <a href="https://lists.i-scream.org/mailman/listinfo/commits">https://lists.i-scream.org/mailman/listinfo/commits</a><br />
             <b>State:</b> Open for subscription, but no posts should be
             sent here.<br />
             <b>Purpose:</b> Emails are sent to this list whenever a
@@ -47,7 +47,7 @@
           </h3>
           <p>
             <b>Information:</b>
-            <a href="//lists.i-scream.org/mailman/listinfo/cvs-all">http://lists.i-scream.org/mailman/listinfo/cvs-all</a><br />
+            <a href="https://lists.i-scream.org/mailman/listinfo/cvs-all">https://lists.i-scream.org/mailman/listinfo/cvs-all</a><br />
             <b>State:</b> Retired.<br />
             <b>Purpose:</b> This list contained CVS commit emails, but
             this has now been merged with the commits list above.
@@ -57,7 +57,7 @@
           </h3>
           <p>
             <b>Information:</b>
-            <a href="//lists.i-scream.org/mailman/listinfo/users">http://lists.i-scream.org/mailman/listinfo/users</a><br />
+            <a href="https://lists.i-scream.org/mailman/listinfo/users">https://lists.i-scream.org/mailman/listinfo/users</a><br />
             <b>State:</b> Open for subscription and posts.<br />
             <b>Purpose:</b> For discussion between users, developers,
             and anyone else. This is the place to ask questions and get
@@ -85,8 +85,8 @@
           </h3>
           <p>
             All lists are scanned using
-            <a href="http://www.clamav.net">ClamAV</a> and
-            <a href="http://spamassassing.apache.org">SpamAssassin</a> to
+            <a href="https://www.clamav.net">ClamAV</a> and
+            <a href="https://spamassassing.apache.org">SpamAssassin</a> to
             remove viruses before they get sent out to list members.
             We also tag spam messages accordingly, and ensure that such
             messages are moderated.
index f29cce8b640bcfac6e305a828b322bbb0864fa5e..cbc09c83673459a1286f24839faa0a95c39cdaea 100644 (file)
@@ -1,61 +1,61 @@
       <div id="menu">
         <h3 class="heading">
-          <img src="//www.i-scream.org/cgi-bin/logo.jpg" class="cornerlogo" alt="a random image"/>
+          <img src="https://www.i-scream.org/cgi-bin/logo.jpg" class="cornerlogo" alt="a random image"/>
           <br />
           Main
         </h3>
         <ul>
-          <li><a href="//www.i-scream.org/">i-scream Home</a></li>
-          <li><a href="//www.i-scream.org/#news">News</a></li>
-          <li><a href="//www.i-scream.org/#search">Search</a></li>
+          <li><a href="https://www.i-scream.org/">i-scream Home</a></li>
+          <li><a href="https://www.i-scream.org/#news">News</a></li>
+          <li><a href="https://www.i-scream.org/#search">Search</a></li>
         </ul>
         <h3 class="heading">
           Projects
         </h3>
         <ul>
-          <li><a href="//www.i-scream.org/libstatgrab/">libstatgrab</a></li>
-          <li><a href="//www.i-scream.org/pystatgrab/">pystatgrab</a></li>
-          <li><a href="//www.i-scream.org/cms/">CMS</a></li>
+          <li><a href="https://www.i-scream.org/libstatgrab/">libstatgrab</a></li>
+          <li><a href="https://www.i-scream.org/pystatgrab/">pystatgrab</a></li>
+          <li><a href="https://www.i-scream.org/cms/">CMS</a></li>
         </ul>
         <ul>
-          <li><a href="http://www.cs.kent.ac.uk/people/staff/tdb/#acl">Java TCP/UDP ACL's</a></li>
+          <li><a href="https://www.cs.kent.ac.uk/people/staff/tdb/#acl">Java TCP/UDP ACL's</a></li>
         </ul>
         <h3 class="heading">
           Resources
         </h3>
         <ul>
-          <li><a href="//www.i-scream.org/mirrors.xhtml">Download Mirrors</a></li>
+          <li><a href="https://www.i-scream.org/mirrors.xhtml">Download Mirrors</a></li>
         </ul>
         <ul>
-          <li><a href="//www.i-scream.org/git.xhtml">Git Repositories</a></li>
-          <li><a href="//www.i-scream.org/cvs.xhtml">CVS Repository</a></li>
+          <li><a href="https://www.i-scream.org/git.xhtml">Git Repositories</a></li>
+          <li><a href="https://www.i-scream.org/cvs.xhtml">CVS Repository</a></li>
         </ul>
         <ul>
-          <li><a href="//www.i-scream.org/contributing.xhtml">Contributing</a></li>
+          <li><a href="https://www.i-scream.org/contributing.xhtml">Contributing</a></li>
         </ul>
         <ul>
-          <li><a href="//www.i-scream.org/mailinglists.xhtml">Mailing Lists</a></li>
-          <li><a href="//www.i-scream.org/support.xhtml">Reporting Bugs</a></li>
+          <li><a href="https://www.i-scream.org/mailinglists.xhtml">Mailing Lists</a></li>
+          <li><a href="https://www.i-scream.org/support.xhtml">Reporting Bugs</a></li>
         </ul>
         <ul>
-          <li><a href="//www.i-scream.org/license.xhtml">Licensing</a></li>
+          <li><a href="https://www.i-scream.org/license.xhtml">Licensing</a></li>
         </ul>
         <h3 class="heading">
           i-scream
         </h3>
         <ul>
-          <li><a href="//www.i-scream.org/who.xhtml">Who We Are</a></li>
-          <li><a href="//www.i-scream.org/pgpkey.xhtml">PGP Key</a></li>
+          <li><a href="https://www.i-scream.org/who.xhtml">Who We Are</a></li>
+          <li><a href="https://www.i-scream.org/pgpkey.xhtml">PGP Key</a></li>
         </ul>
         <p class="logo">
-          <a href="http://www.freebsd.org/">
-            <img src="//www.i-scream.org/images/freebsdlogo_small.gif" alt="Powered By FreeBSD" />
+          <a href="https://www.freebsd.org/">
+            <img src="https://www.i-scream.org/images/freebsdlogo_small.gif" alt="Powered By FreeBSD" />
           </a>
-          <a href="http://validator.w3.org/check/referer">
-            <img src="//www.i-scream.org/images/valid-xhtml11.png" alt="Valid XHTML 1.1!" />
+          <a href="https://validator.w3.org/check/referer">
+            <img src="https://www.i-scream.org/images/valid-xhtml11.png" alt="Valid XHTML 1.1!" />
           </a>
-          <a href="http://jigsaw.w3.org/css-validator/check/referer">
-            <img src="//www.i-scream.org/images/vcss.png" alt="Valid CSS!" />
+          <a href="https://jigsaw.w3.org/css-validator/check/referer">
+            <img src="https://www.i-scream.org/images/vcss.png" alt="Valid CSS!" />
           </a>
         </p>
       </div>
\ No newline at end of file
index 7dafbfae229ecc97cfcbf2ccacb5d59184ab96f1..9c5fba74860d5067d73597dab0b97f19b09dec45 100644 (file)
@@ -5,57 +5,57 @@
           Main
         </h3>
         <ul>
-          <li><a href="//www.i-scream.org/">i-scream Home</a></li>
-          <li><a href="//www.i-scream.org/#news">News</a></li>
-          <li><a href="//www.i-scream.org/#search">Search</a></li>
+          <li><a href="https://www.i-scream.org/">i-scream Home</a></li>
+          <li><a href="https://www.i-scream.org/#news">News</a></li>
+          <li><a href="https://www.i-scream.org/#search">Search</a></li>
         </ul>
         <h3 class="heading">
           Projects
         </h3>
         <ul>
-          <li><a href="//www.i-scream.org/libstatgrab/">libstatgrab</a></li>
-          <li><a href="//www.i-scream.org/pystatgrab/">pystatgrab</a></li>
-          <li><a href="//www.i-scream.org/cms/">CMS</a></li>
+          <li><a href="https://www.i-scream.org/libstatgrab/">libstatgrab</a></li>
+          <li><a href="https://www.i-scream.org/pystatgrab/">pystatgrab</a></li>
+          <li><a href="https://www.i-scream.org/cms/">CMS</a></li>
         </ul>
         <ul>
-          <li><a href="http://www.cs.kent.ac.uk/people/staff/tdb/#acl">Java TCP/UDP ACL's</a></li>
+          <li><a href="https://www.cs.kent.ac.uk/people/staff/tdb/#acl">Java TCP/UDP ACL's</a></li>
         </ul>
         <h3 class="heading">
           Resources
         </h3>
         <ul>
-          <li><a href="//www.i-scream.org/mirrors.xhtml">Download Mirrors</a></li>
+          <li><a href="https://www.i-scream.org/mirrors.xhtml">Download Mirrors</a></li>
         </ul>
         <ul>
-          <li><a href="//www.i-scream.org/git.xhtml">Git Repositories</a></li>
-          <li><a href="//www.i-scream.org/cvs.xhtml">CVS Repository</a></li>
+          <li><a href="https://www.i-scream.org/git.xhtml">Git Repositories</a></li>
+          <li><a href="https://www.i-scream.org/cvs.xhtml">CVS Repository</a></li>
         </ul>
         <ul>
-          <li><a href="//www.i-scream.org/contributing.xhtml">Contributing</a></li>
+          <li><a href="https://www.i-scream.org/contributing.xhtml">Contributing</a></li>
         </ul>
         <ul>
-          <li><a href="//www.i-scream.org/mailinglists.xhtml">Mailing Lists</a></li>
-          <li><a href="//www.i-scream.org/support.xhtml">Reporting Bugs</a></li>
+          <li><a href="https://www.i-scream.org/mailinglists.xhtml">Mailing Lists</a></li>
+          <li><a href="https://www.i-scream.org/support.xhtml">Reporting Bugs</a></li>
         </ul>
         <ul>
-          <li><a href="//www.i-scream.org/license.xhtml">Licensing</a></li>
+          <li><a href="https://www.i-scream.org/license.xhtml">Licensing</a></li>
         </ul>
         <h3 class="heading">
           i-scream
         </h3>
         <ul>
-          <li><a href="//www.i-scream.org/who.xhtml">Who We Are</a></li>
-          <li><a href="//www.i-scream.org/pgpkey.xhtml">PGP Key</a></li>
+          <li><a href="https://www.i-scream.org/who.xhtml">Who We Are</a></li>
+          <li><a href="https://www.i-scream.org/pgpkey.xhtml">PGP Key</a></li>
         </ul>
         <p class="logo">
-          <a href="http://www.freebsd.org/">
-            <img src="//www.i-scream.org/images/freebsdlogo_small.gif" alt="Powered By FreeBSD" />
+          <a href="https://www.freebsd.org/">
+            <img src="https://www.i-scream.org/images/freebsdlogo_small.gif" alt="Powered By FreeBSD" />
           </a>
-          <a href="http://validator.w3.org/check/referer">
-            <img src="//www.i-scream.org/images/valid-xhtml11.png" alt="Valid XHTML 1.1!" />
+          <a href="https://validator.w3.org/check/referer">
+            <img src="https://www.i-scream.org/images/valid-xhtml11.png" alt="Valid XHTML 1.1!" />
           </a>
-          <a href="http://jigsaw.w3.org/css-validator/check/referer">
-            <img src="//www.i-scream.org/images/vcss.png" alt="Valid CSS!" />
+          <a href="https://jigsaw.w3.org/css-validator/check/referer">
+            <img src="https://www.i-scream.org/images/vcss.png" alt="Valid CSS!" />
           </a>
         </p>
       </div>
index b066f5bbde6ccd510afc7d9c1bf819e1b3832b80..ac151592293f5b0ab4c07ba05e6ed3326b3275f5 100755 (executable)
             Master Site
           </h3>
           <ul>
-            <li>ftp://ftp.i-scream.org/pub/i-scream/</li>
+            <li>
+              <a href="ftp://ftp.i-scream.org/pub/i-scream/">
+                ftp://ftp.i-scream.org/pub/i-scream/</a>
+            </li>
           </ul>
           <h3>
             UK Mirrors
             <li>
               <a href="ftp://ftp.mirrorservice.org/pub/i-scream/">
                 ftp://ftp.mirrorservice.org/pub/i-scream/</a>
-              - Provided by <a href="http://www.mirrorservice.org/">The
+              - Provided by <a href="https://www.mirrorservice.org/">The
                 UK Mirror Service</a>.
             </li>
           </ul>
           <h2>
-            HTTP Mirrors
+            HTTPS Mirrors
           </h2>
           <h3>
             Master Site
           </h3>
-          <ul>
-            <li>http://ftp.i-scream.org/pub/i-scream/</li>
-          </ul>
-          <h3>
-            UK Mirrors
-          </h3>
           <ul>
             <li>
-              <a href="http://www.mirrorservice.org/pub/i-scream/">
-                http://www.mirrorservice.org/pub/i-scream/</a>
-              - Provided by <a href="http://www.mirrorservice.org/">The
-                UK Mirror Service</a>.
+              <a href="https://ftp.i-scream.org/pub/i-scream/">
+                https://ftp.i-scream.org/pub/i-scream/</a>
             </li>
           </ul>
           <h3>
-            DE Mirrors
+            UK Mirrors
           </h3>
           <ul>
             <li>
-              <a href="http://dl.ambiweb.de/mirrors/ftp.i-scream.org/">
-                http://dl.ambiweb.de/mirrors/ftp.i-scream.org/</a>
-              - Provided by <a href="http://www.ambiweb.de/">AmbiWeb
-                GmbH</a>.
+              <a href="https://www.mirrorservice.org/pub/i-scream/">
+                https://www.mirrorservice.org/pub/i-scream/</a>
+              - Provided by <a href="https://www.mirrorservice.org/">The
+                UK Mirror Service</a>.
             </li>
           </ul>
           <h2>
             Master Site
           </h3>
           <ul>
-            <li>rsync://rsync.i-scream.org/pub/i-scream/</li>
+            <li>
+              <a href="rsync://rsync.i-scream.org/pub/i-scream/">
+                rsync://rsync.i-scream.org/pub/i-scream/</a>
+            </li>
           </ul>
           <h3>
             UK Mirrors
@@ -86,7 +84,7 @@
             <li>
               <a href="rsync://rsync.mirrorservice.org/ftp.i-scream.org/pub/i-scream/">
                 rsync://rsync.mirrorservice.org/ftp.i-scream.org/pub/i-scream/</a>
-              - Provided by <a href="http://www.mirrorservice.org/">The
+              - Provided by <a href="https://www.mirrorservice.org/">The
                 UK Mirror Service</a>.
             </li>
           </ul>
             Master Site
           </h3>
           <ul>
-            <li>http://snapshots.i-scream.org/</li>
+            <li>https://snapshots.i-scream.org/</li>
+            <li>
+              <a href="https://snapshots.i-scream.org/">
+                https://snapshots.i-scream.org/</a>
+            </li>
           </ul>
         </div>
 <!--#include virtual="/footer.inc" -->
index 048fd130949166f8904b7583758122a3cf95684f..87d90ad13e7ab9f5b1e3a2008b6072db85989881 100644 (file)
@@ -94,7 +94,7 @@
           </h3>
           <p>
             Official pystatgrab packages for Debian now
-            <a href="http://packages.debian.org/unstable/source/pystatgrab">available</a>.
+            <a href="https://packages.debian.org/unstable/source/pystatgrab">available</a>.
           </p>
           <p>
             Thanks to the work of
           <p>
             For installation instructions see the README file contained
             within the archive. If you're using
-            <a href="http://www.freebsd.org">FreeBSD</a> you can make use of
-            the <a href="http://www.freshports.org/devel/py-statgrab">
+            <a href="https://www.freebsd.org">FreeBSD</a> you can make use of
+            the <a href="https://www.freshports.org/devel/py-statgrab">
             devel/py-statgrab</a> port to install pystatgrab (and
             libstatgrab) for you. There's also a
-            <a href="http://packages.debian.org/unstable/source/pystatgrab">
+            <a href="https://packages.debian.org/unstable/source/pystatgrab">
             Debian package</a> available.
           </p>
         </div>
index 0f649c65ad0388b0f06401f0612cd4aa1749a56d..6c42093a06b8dfe08b77b84149010bf99a013353 100644 (file)
@@ -16,7 +16,7 @@
           <p>
             Below are statistics for the various i-scream vhosts. They are
             generated using
-            <a href="http://www.mrunix.net/webalizer/">Webalizer</a> on a
+            <a href="http://www.webalizer.org/">Webalizer</a> on a
             nightly basis.
           </p>
           <ul>
index c3938e453eb22150db7af95fa938e7b8893d43b3..bdbe3c99cedce833a279b7a37957d1f582632f8f 100644 (file)
@@ -1,3 +1,3 @@
-    <link rel="stylesheet" href="//www.i-scream.org/styles/style.css" type="text/css" media="screen"/>
-    <link rel="stylesheet" href="//www.i-scream.org/styles/print.css" type="text/css" media="print"/>
-    <link rel="stylesheet" href="//www.i-scream.org/styles/handheld.css" type="text/css" media="handheld"/>
+    <link rel="stylesheet" href="https://www.i-scream.org/styles/style.css" type="text/css" media="screen"/>
+    <link rel="stylesheet" href="https://www.i-scream.org/styles/print.css" type="text/css" media="print"/>
+    <link rel="stylesheet" href="https://www.i-scream.org/styles/handheld.css" type="text/css" media="handheld"/>
index 69c2ae2bfd06fe9b5b6da063dc0df3e9ffab39a7..0d62f1849f6f7e19be01240a9c8bad240b0f1619 100644 (file)
@@ -16,7 +16,7 @@
           <p>
             i-scream makes uses of the GitHub issue trackers
             associated with our projects over on
-            <a href="http://github.com/i-scream">GitHub</a>. If you've
+            <a href="https://github.com/i-scream">GitHub</a>. If you've
             found a bug with our software that's the best place to
             report and discuss it. If you have a fix, you can make a
             pull request there too.
index 7dfdbb452cfb34de12e1d8578e1d9ed48ce8731b..73d2393eb4e7e2e6879ac12c71dbc54184856c20 100644 (file)
@@ -15,7 +15,7 @@
           </h1>
           <p>
             i-scream started out as a group of four final year
-            <a href="http://www.cs.kent.ac.uk">Computer Science</a>
+            <a href="https://www.cs.kent.ac.uk">Computer Science</a>
             students at the University of Kent doing a final year
             project. During that year they developed the
             <a href="/cms/">CMS</a> package more or less as it stands
           </p>
           <ul>
             <li>
-              <a href="http://www.bishnet.net/tim/">Homepage</a>
+              <a href="https://www.bishnet.net/tim/">Homepage</a>
             </li>
             <li>
-              <a href="http://www.cs.kent.ac.uk/people/staff/tdb/">Work</a>
+              <a href="https://www.cs.kent.ac.uk/people/staff/tdb/">Work</a>
             </li>
             <li>
-              <a href="http://www.bishnet.net/tim/blog/">Blog</a>
+              <a href="https://www.bishnet.net/tim/blog/">Blog</a>
             </li>
           </ul>
           <p>
@@ -55,7 +55,7 @@
           </p>
           <ul>
             <li>
-              <a href="http://www.offog.org/">Homepage</a>
+              <a href="https://offog.org/">Homepage</a>
             </li>
           </ul>
           <p>