public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Brian Clifton <brian@clifton.me>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: RE: Proposed patch for web site: update most links to HTTPS
Date: Sun, 12 Jun 2016 10:13:00 -0000	[thread overview]
Message-ID: <BL2PR03MB22805DA8F5667C78945DD5BDF520@BL2PR03MB228.namprd03.prod.outlook.com> (raw)
In-Reply-To: <20160523103519.GA30229@calimero.vinschen.de>

[-- Attachment #1: Type: text/plain, Size: 2746 bytes --]

>From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com] On Behalf Of Corinna Vinschen
>Sent: Monday, May 23, 2016 3:35 AM
>To: cygwin@cygwin.com
>Subject: Re: Proposed patch for web site: update most links to HTTPS
>
>On May 22 00:29, Brian Clifton wrote:
>> >On Apr 24 17:18, Brian Clifton wrote:
>> >> Hi folks,
>> >> 
>> >> I have a proposed change for the web site. This patch (see below) will update most of the urls to HTTPS. In many cases there was a redirect; for those I captured the new canonical address.
>> >> 
>> >> (Per the https://cygwin.com/contrib.html, this is *not* a change to 
>> >> anything in the winsup directory, which is why I chose the 
>> >> cygwin@cygwin distro)
>> >> 
>> >> The patch can be found here:
>> >> https://patch.clifton.io/cygwin/cygwin-htdocs_bsclifton_https_20160
>> >> 424
>> >> .patch
>> >
>> >Thanks for the patch, but, here's a question:
>> >
>> >Since Cygwin.com redirects http requests to https anyway, all links to cygwin.com (or, FWIW, sourceware.org) will end up as https requests anyway.
>> >
>> >Having said that, wouldn't it make sense then to avoid absolute links to cygwin.com and rather convert them to relative links, i.e.:
>> >
>>   >-<a href="http://cygwin.com/ml/cygwin/2003-03/msg02182.html">Inspired</a> by
>>   >+<a href="/ml/cygwin/2003-03/msg02182.html">Inspired</a> by
>> >
>> >?
>> >
>> >
>> >Thanks,
>> >Corinna
>> 
>> Good points Corinna; I updated the patch to use relative URLs (attached). If the attachment does not work for some reason, it can also be downloaded from here:
>> https://patch.clifton.io/cygwin/cygwin-htdocs_bsclifton_https_20160521
>> .patch
>
>Thanks for doing that, but this patch can't apply.  Please note that the cygwin-api, cygwin-ug-net, and faq subdirs are maintained as part of the cygwin repo itself and are in XML, not in HTML.  Only the generic stuff is maintained in the htdocs repo.
>
>On second thought, using relative paths inside the Cygwin docs (cygwin-api, cygwin-ug-net, and faq) is not such a bright idea, because the docs should ideally work even if not on the cygwin.com website.
>Sorry about that, but I didn't notice that your patch also changes the Cygwin docs :}
>
>Can you please split up the patch in two chunks?
>
>The generic website patches should be based on the Website git repo at
>
>  git://sourceware.org/git/cygwin-htdocs.git
>
>the Cygwin docs patches on the Cygwin git repo at
>
>  git://sourceware.org/git/newlib-cygwin.git.
>
>The docs XML files are in the winsup/doc subdir.
>
>
>Thanks,
>Corinna
>

Apologies for not responding sooner- attached is a patch for only the htdocs repo. I'll look at updating the docs next :)

Thanks
Brian


[-- Attachment #2: bsclifton-htdocs-ssl-20160612.patch --]
[-- Type: application/octet-stream, Size: 63636 bytes --]

commit eacfc88b11077b2a12a6927039c42dd0baf735b1
Author: Brian Clifton <brian@clifton.me>
Date:   Sun Jun 12 00:44:08 2016 -0700

     Updated most urls from http to https. Also fixed XSS issue with navbar.html
     (it tries to use an inline style, but is rendered via SSI, which is not allowed).

diff --git a/acronyms/index.html b/acronyms/index.html
index f463904..28902ca 100755
--- a/acronyms/index.html
+++ b/acronyms/index.html
@@ -17,13 +17,13 @@ mailing lists.  Some are
 well-known (such as <a href="#IMHO">IMHO</a> and <a href="#FAQ">FAQ</a>),
 others less so (such as <a href="#HTH">HTH</a>).  Some were invented on
 this list, and are so fresh, they haven't even been cached by
-<a href="http://google.com/">Google</a> yet.  This document should present
+<a href="https://google.com/">Google</a> yet.  This document should present
 most acronyms you're likely to find on the Cygwin mailing lists, with an
 explanation and a brief history for some.  Note that this is not intended
 to be an all-inclusive list of all possible acronyms.  If you can't find
 the acronym you're looking for here, try another acronym resource, like <a
 href="http://www.astro.umd.edu/~marshall/abbrev.html">The Canonical Acronym
-List</a> or <a href="http://www.AcronymFinder.com/">AcronymFinder.com</a>.
+List</a> or <a href="https://www.acronymfinder.com/">AcronymFinder.com</a>.
 <div id="background">
 <b class="rtop"><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b></b>
 <h2>The <a href="#OLOCA">OLOCA</a></h2>
@@ -59,9 +59,9 @@ As Far As I Recall
 <a name="APPS"><b>APPS</b></a>
 </td><td>
 Application Packaging Problems &amp; Solutions.  As opposed to bug reports.
-<a href="http://cygwin.com/ml/cygwin/2003-03/msg02182.html">Inspired</a> by
+<a href="https://cygwin.com/ml/cygwin/2003-03/msg02182.html">Inspired</a> by
 Gerrit P. Haase as a mnemonic for the purpose of the
-<a href="http://cygwin.com/lists.html#cygwin-apps">cygwin-apps</a> mailing
+<a href="https://cygwin.com/lists.html#cygwin-apps">cygwin-apps</a> mailing
 list
 </td>
 </tr>
@@ -76,7 +76,7 @@ At The Moment
 </td><td>
 Are You Sure?
 Can also mean &quot;Are You Serious?&quot;.
-<a href="http://cygwin.com/ml/cygwin/2004-01/msg01115.html">First used
+<a href="https://cygwin.com/ml/cygwin/2004-01/msg01115.html">First used
 on the list</a> by Dave Korn
 </td>
 </tr>
@@ -84,10 +84,10 @@ on the list</a> by Dave Korn
 <a name="BLODA"><b>BLODA</b></a>
 </td><td>
 Big List Of Dodgy Apps.
-A <a href="http://cygwin.com/faq/faq.html#faq.using.bloda">list</a>
+A <a href="https://cygwin.com/faq/faq.html#faq.using.bloda">list</a>
 of applications that interfere with the normal working of Cygwin by
 intrusively injecting themselves in the system call chain.
-<a href="http://cygwin.com/ml/cygwin/2007-09/msg00014.html">First used
+<a href="https://cygwin.com/ml/cygwin/2007-09/msg00014.html">First used
 on the list</a> by Dave Korn.
 </td>
 </tr>
@@ -99,7 +99,7 @@ Bastard Operator From Hell.  A nasty character from a
 us a whole load of fun and a bunch of widely used terminology (<i>e.g.</i>,
 &quot;luser&quot;).  The original epitome of meanness.
 Currently at <a href="http://www.bofh.net/">BOFHweb</a>.
-<a href="http://cygwin.com/ml/cygwin/2004-01/msg00650.html">First used
+<a href="https://cygwin.com/ml/cygwin/2004-01/msg00650.html">First used
 on the list</a> by Alejandro Lopez-Valencia.
 See also <a href="#BWAM">BWAM</a>
 </td>
@@ -114,7 +114,7 @@ Blue Screen Of Death.  <b>Not</b> Cygwin's fault!
 <a name="BTDT"><b>BTDT</b></a>
 </td><td>
 Been There, Done That.
-<a href="http://cygwin.com/ml/cygwin/2003-09/msg01868.html">First used on the
+<a href="https://cygwin.com/ml/cygwin/2003-09/msg01868.html">First used on the
 list</a> by Andrew DeFaria
 </td>
 </tr>
@@ -131,7 +131,7 @@ Because We Are Mean&#8482;.
 A variation of <a href="#WJM">WJM</a> used in answering the &quot;Why isn't
 something working the way I think it should be?&quot; type of question.
 Follows the <a href="#MSFTEU">MSFTEU</a> Cygwin philosophy.
-<a href="http://cygwin.com/ml/cygwin-xfree/2003-05/msg00084.html">First used
+<a href="https://cygwin.com/ml/cygwin-xfree/2003-05/msg00084.html">First used
 on the list</a> by Sam Edge
 </td>
 </tr>
@@ -141,9 +141,9 @@ on the list</a> by Sam Edge
 Cygwin Apache MySQL PHP [Framework].
 The one that's been &quot;coming soon to a mirror near you&quot;&#8482; for
 almost two years now.
-<a href="http://cygwin.com/ml/cygwin-apps/2002-04/msg00233.html">Coined</a>
+<a href="https://cygwin.com/ml/cygwin-apps/2002-04/msg00233.html">Coined</a>
 by Stipe Tolj.
-<br><a href="http://cygwin.com/ml/cygwin/1998-12/msg00129.html">Correction</a>:
+<br><a href="https://cygwin.com/ml/cygwin/1998-12/msg00129.html">Correction</a>:
 make that <i>five</i> years!
 <img src="http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons/16.gif" width=18
 height=18 border=0 align=top>
@@ -167,14 +167,14 @@ Clearly Less Intimidating.  Also &quot;Command Line Interface&quot;
 <a name="CTDW"><b>CTDW</b></a>
 </td><td>
 Cygwin Technical Documentation Writer.
-<i>*<a href="http://cygwin.com/ml/cygwin/2003-03/msg00043.html">Ubersexy</a>*</i>
+<i>*<a href="https://cygwin.com/ml/cygwin/2003-03/msg00043.html">Ubersexy</a>*</i>
 </td>
 </tr>
 <tr valign=top><td>
 <a name="CYA"><b>CYA</b></a>
 </td><td>
 Cover Your Ass.
-<a href="http://cygwin.com/ml/cygwin/2004-02/msg01086.html">First used on the
+<a href="https://cygwin.com/ml/cygwin/2004-02/msg01086.html">First used on the
 list</a> by Thomas L. Roche
 </td>
 </tr>
@@ -184,21 +184,21 @@ list</a> by Thomas L. Roche
 Multiple variants have been suggested, take your pick:
 <ul>
 <li>Coolness You Get Where Initially None
-(<a href="http://cygwin.com/ml/cygwin/2003-03/msg00047.html">mine</a>)
+(<a href="https://cygwin.com/ml/cygwin/2003-03/msg00047.html">mine</a>)
 <li>Can You Guess What's Implemented Next
-(<a href="http://cygwin.com/ml/cygwin/2003-03/msg00047.html">mine</a>)
+(<a href="https://cygwin.com/ml/cygwin/2003-03/msg00047.html">mine</a>)
 <li>Cramming Your Gut With Indispensable Necessities
-(<a href="http://cygwin.com/ml/cygwin/2003-03/msg00049.html">Gary R. Van Sickle</a>)
+(<a href="https://cygwin.com/ml/cygwin/2003-03/msg00049.html">Gary R. Van Sickle</a>)
 <li>Cygwin: Your Greatest Winner In Necessities
-(<a href="http://cygwin.com/ml/cygwin/2003-03/msg00077.html">Ronald Landheer-Cieslak</a>)
+(<a href="https://cygwin.com/ml/cygwin/2003-03/msg00077.html">Ronald Landheer-Cieslak</a>)
 <li>Can't You Get With It, Ninnies?
-(<a href="http://cygwin.com/ml/cygwin/2003-03/msg00084.html">Christopher Faylor</a>)
+(<a href="https://cygwin.com/ml/cygwin/2003-03/msg00084.html">Christopher Faylor</a>)
 <li>Caught You Giving Whiny Info? Not!
-(<a href="http://cygwin.com/ml/cygwin/2003-11/msg00608.html">Geoffrey Ruscoe</a>)
+(<a href="https://cygwin.com/ml/cygwin/2003-11/msg00608.html">Geoffrey Ruscoe</a>)
 <li>Can You Grok When I'm Nice?
-(<a href="http://cygwin.com/ml/cygwin/2003-11/msg00615.html">Graucsh</a>)
+(<a href="https://cygwin.com/ml/cygwin/2003-11/msg00615.html">Graucsh</a>)
 <li>Callous Youthful Geeks With Insipid Neuroses
-(<a href="http://cygwin.com/ml/cygwin-talk/2007-q1/msg00185.html">David Rayner</a>)
+(<a href="https://cygwin.com/ml/cygwin-talk/2007-q1/msg00185.html">David Rayner</a>)
 </ul>
 </td>
 </tr>
@@ -206,11 +206,11 @@ Multiple variants have been suggested, take your pick:
 <a name="CYNUX"><b>CYNUX</b></a>
 </td><td>
 CYgwin's Not UniX.  Pronounced &quot;cynics&quot;.
-<a href="http://cygwin.com/ml/cygwin/2002-04/msg00441.html">First suggested</a>
+<a href="https://cygwin.com/ml/cygwin/2002-04/msg00441.html">First suggested</a>
 by Cliff Hones;
-<a href="http://cygwin.com/ml/cygwin/2003-03/msg00646.html">resurfaced</a> in
+<a href="https://cygwin.com/ml/cygwin/2003-03/msg00646.html">resurfaced</a> in
 its present form in a post by Linda Walsh.  Pronounciation
-<a href="http://cygwin.com/ml/cygwin/2003-03/msg00668.html">suggested</a> by,
+<a href="https://cygwin.com/ml/cygwin/2003-03/msg00668.html">suggested</a> by,
 well, me, and don't you <i>dare</i> dispute it!
 </td>
 </tr>
@@ -218,7 +218,7 @@ well, me, and don't you <i>dare</i> dispute it!
 <a name="DTRT"><b>DTRT</b></a>
 </td><td>
 Do The Right Thing.  Always a worthy goal...
-<a href="http://cygwin.com/ml/cygwin/2004-10/msg00339.html">First used
+<a href="https://cygwin.com/ml/cygwin/2004-10/msg00339.html">First used
 on the list</a> by Jani Tiainen
 </td>
 </tr>
@@ -227,7 +227,7 @@ on the list</a> by Jani Tiainen
 </td><td>
 Excuse My Butting In.  Anyone with sense enough to say this is usually
 excused...
-<a href="http://cygwin.com/ml/cygwin-apps/2004-06/msg00208.html">First used
+<a href="https://cygwin.com/ml/cygwin-apps/2004-06/msg00208.html">First used
 on the list</a> by Bas van Gompel.
 See also <a href="#IMHO">IMHO</a>
 </td>
@@ -236,15 +236,15 @@ See also <a href="#IMHO">IMHO</a>
 <a name="FAQ"><b>FAQ</b></a>
 </td><td>
 Frequently Asked Questions.  When written as &quot;The FAQ&quot;, refers to the
-<a href="http://cygwin.com/faq/">Cygwin FAQ</a>
+<a href="https://cygwin.com/faq/">Cygwin FAQ</a>
 </td>
 </tr>
 <tr valign=top><td>
 <a name="FTR"><b>FTR</b></a>
 </td><td>
 For The Record.  Should be found in the
-<a href="http://cygwin.com/ml/cygwin/">Cygwin mailing list archives</a>.
-<a href="http://cygwin.com/ml/cygwin/2003-03/msg02127.html">Introduced</a> by
+<a href="https://cygwin.com/ml/cygwin/">Cygwin mailing list archives</a>.
+<a href="https://cygwin.com/ml/cygwin/2003-03/msg02127.html">Introduced</a> by
 Corinna Vinschen
 </td>
 </tr>
@@ -252,9 +252,9 @@ Corinna Vinschen
 <a name="FUCS"><b>FUCS</b></a>
 </td><td>
 Fast User Context Switching.  A feature of Windows XP that
-<a href="http://cygwin.com/ml/cygwin/2003-05/msg00282.html">fouled up</a>
+<a href="https://cygwin.com/ml/cygwin/2003-05/msg00282.html">fouled up</a>
 the older versions of the <tt>cygipc</tt> unofficial package.
-<a href="http://cygwin.com/ml/cygwin/2003-05/msg01139.html">Introduced</a> by
+<a href="https://cygwin.com/ml/cygwin/2003-05/msg01139.html">Introduced</a> by
 Frank Seesink
 </td>
 </tr>
@@ -262,7 +262,7 @@ Frank Seesink
 <a name="FWICS"><b>FWICS</b></a>
 </td><td>
 From What I Can See...
-<a href="http://cygwin.com/ml/cygwin/2001-04/msg01196.html">First used on the
+<a href="https://cygwin.com/ml/cygwin/2001-04/msg01196.html">First used on the
 list</a> by Earnie Boyd
 </td>
 </tr>
@@ -292,10 +292,10 @@ Could become the next swear word.
 <a name="GTG"><b>GTG</b></a>
 </td><td>
 Good To Go.  Used mostly on the
-<a href="http://cygwin.com/lists.html#cygwin-apps">cygwin-apps</a> mailing
+<a href="https://cygwin.com/lists.html#cygwin-apps">cygwin-apps</a> mailing
 list to indicate that a package is ready to be included in the Cygwin
 distribution.
-<a href="http://cygwin.com/ml/cygwin-apps/2004-01/msg00236.html">Coined</a>
+<a href="https://cygwin.com/ml/cygwin-apps/2004-01/msg00236.html">Coined</a>
 by Daniel Reed
 </td>
 </tr>
@@ -309,7 +309,7 @@ Hope This Helps
 <a name="IAFNAB"><b>IAFNAB</b></a>
 </td><td>
 It's A Feature, Not A Bug.
-<a href="http://cygwin.com/ml/cygwin/2003-05/msg00349.html">Coined</a>
+<a href="https://cygwin.com/ml/cygwin/2003-05/msg00349.html">Coined</a>
 by Shankar Unni
 </td>
 </tr>
@@ -319,7 +319,7 @@ by Shankar Unni
 I Am Not A Cygwin Expert.
 Usually an admission on the part of a person who is well on the way to
 becoming one.
-<a href="http://cygwin.com/ml/cygwin-apps/2003-07/msg00660.html">Coined</a>
+<a href="https://cygwin.com/ml/cygwin-apps/2003-07/msg00660.html">Coined</a>
 by David Rothenberger
 </td>
 </tr>
@@ -327,7 +327,7 @@ by David Rothenberger
 <a name="IANAL"><b>IANAL</b></a>
 </td><td>
 I Am Not A Lawyer.  Appears often in <a href="#GPL">GPL</a> discussions.
-You may <a href="http://cygwin.com/ml/cygwin/2003-03/msg02042.html">safely
+You may <a href="https://cygwin.com/ml/cygwin/2003-03/msg02042.html">safely
 ignore</a> anyone making this statement
 (<a href="#YANALATEYHSMBSI">YANALATEYHSMBSI</a>)
 </td>
@@ -343,7 +343,7 @@ When things go <font size=-1><b>BANG!</b></font> in gcc...
 <a name="IDTYRMTST"><b>IDTYRMTST</b></a>
 </td><td>
 I Don't Think You Really Meant To Say That.
-<a href="http://cygwin.com/ml/cygwin/2004-03/msg00538.html">First used
+<a href="https://cygwin.com/ml/cygwin/2004-03/msg00538.html">First used
 on the list</a> by Dave Korn.
 A milder form of <a href="#YOWTWYWT">YOWTWYWT</a>
 </td>
@@ -365,7 +365,7 @@ If I Understand Correctly
 </td><td>
 In My Arrogant Opinion.  A stronger form of <a href="#IMNSHO">IMNSHO</a>,
 rarely used.
-<a href="http://cygwin.com/ml/cygwin/2004-01/msg00650.html">First used
+<a href="https://cygwin.com/ml/cygwin/2004-01/msg00650.html">First used
 on the list</a> by Alejandro Lopez-Valencia.
 See also <a href="#BOFH">BOFH</a>
 </td>
@@ -399,11 +399,11 @@ In Other Words
 <a name="ITA"><b>ITA</b></a>
 </td><td>
 Inten[d|t] To Adopt.
-Used on the <a href="http://cygwin.com/lists.html#cygwin-apps">cygwin-apps</a>
+Used on the <a href="https://cygwin.com/lists.html#cygwin-apps">cygwin-apps</a>
 mailing list to indicate the intent to adopt an orphaned package already in
 the Cygwin distribution.  Usually followed by the package name.  Adopting a
 package gets an
-<a href="http://cygwin.com/ml/cygwin-apps/2003-11/msg00314.html">automatic
+<a href="https://cygwin.com/ml/cygwin-apps/2003-11/msg00314.html">automatic
 gold star</a>.
 See also <a href="#ITP">ITP</a>
 </td>
@@ -412,7 +412,7 @@ See also <a href="#ITP">ITP</a>
 <a name="ITIYM"><b>ITIYM</b></a>
 </td><td>
 I Take It You Mean...
-<a href="http://cygwin.com/ml/cygwin-xfree/2003-03/msg00046.html">First used on the list</a>
+<a href="https://cygwin.com/ml/cygwin-xfree/2003-03/msg00046.html">First used on the list</a>
 by Michel Bardiaux
 </td>
 </tr>
@@ -420,7 +420,7 @@ by Michel Bardiaux
 <a name="ITP"><b>ITP</b></a>
 </td><td>
 Inten[d|t] To Package.
-Used on the <a href="http://cygwin.com/lists.html#cygwin-apps">cygwin-apps</a>
+Used on the <a href="https://cygwin.com/lists.html#cygwin-apps">cygwin-apps</a>
 mailing list to indicate the intent to provide a new package.  Usually
 followed by the package name.
 See also <a href="#ITA">ITA</a>
@@ -445,7 +445,7 @@ height=18 border=0 align=top>) or <tt>:-)</tt>
 (<img src="http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons/01.gif" width=18
 height=18 border=0 align=top>) emoticons.<br>
 Frankly, I thought it was universal, but then Gareth
-<a href="http://cygwin.com/ml/cygwin/2003-04/msg02314.html">complained</a>
+<a href="https://cygwin.com/ml/cygwin/2003-04/msg02314.html">complained</a>
 that it wasn't in the <a href="#OLOCA">OLOCA</a>, so here it is.  Enjoy!
 </td>
 </tr>
@@ -453,7 +453,7 @@ that it wasn't in the <a href="#OLOCA">OLOCA</a>, so here it is.  Enjoy!
 <a name="JAT"><b>JAT</b></a>
 </td><td>
 Just A Thought.
-<a href="http://cygwin.com/ml/cygwin-apps/2003-08/msg00048.html">First used on
+<a href="https://cygwin.com/ml/cygwin-apps/2003-08/msg00048.html">First used on
 the list</a> by Ronald Landheer-Cieslak.
 See also <a href="#JTYMLTK">JTYMLTK</a>
 </td>
@@ -462,7 +462,7 @@ See also <a href="#JTYMLTK">JTYMLTK</a>
 <a name="JTYMLTK"><b>JTYMLTK</b></a>
 </td><td>
 Just Thought You Might Like To Know.
-<a href="http://cygwin.com/ml/cygwin/2003-08/msg00144.html">First used on the
+<a href="https://cygwin.com/ml/cygwin/2003-08/msg00144.html">First used on the
 list</a> by Ronald Landheer-Cieslak.
 See also <a href="#JAT">JAT</a>
 </td>
@@ -474,7 +474,7 @@ Luser Attitude Readjustment Tool.  Usually consists of a large billet of
 wood usable as a club, in the hands of a rather angry system administrator.
 When missing either component, an <a href="#RTFM">RTFM</a> or
 <a href="#STFW">STFW</a> message would work almost as well.
-<a href="http://cygwin.com/ml/cygwin/2004-01/msg00666.html">First used on the
+<a href="https://cygwin.com/ml/cygwin/2004-01/msg00666.html">First used on the
 list</a> (in a very appropriately numbered message) by Rafael Kitover
 </td>
 </tr>
@@ -488,7 +488,7 @@ Laughing Out Loud.  A rare treat, mostly in <a href="#OT">OT</a> messages.
 <a name="MSFTEU"><b>MSFTEU</b></a>
 </td><td>
 Maximum Surprise For The End User.  <b>The</b> Cygwin philosophy.
-<a href="http://cygwin.com/ml/cygwin/2005-05/msg00747.html">Coined</a> by
+<a href="https://cygwin.com/ml/cygwin/2005-05/msg00747.html">Coined</a> by
 Christopher Faylor.
 Very appropriate, as Cygwin runs on Microsoft Windows&trade;.
 See also <a href="#BWAM">BWAM</a> and <a href="#WJM">WJM</a>
@@ -510,7 +510,7 @@ No Problem.  Really...
 <a name="OLOCA"><b>OLOCA</b></a>
 </td><td>
 Official List of Cygwin Acronyms.  This document.
-<a href="http://cygwin.com/ml/cygwin/2003-02/msg02346.html">Coined</a> by
+<a href="https://cygwin.com/ml/cygwin/2003-02/msg02346.html">Coined</a> by
 Igor Pechtchanski.  Guess we're stuck with it now...
 <a href="#policy">See below</a> for the acronym inclusion policy
 </td>
@@ -535,7 +535,7 @@ constructing the <a href="#OLOCA">OLOCA</a>.
 <a name="OT"><b>OT</b></a>
 </td><td>
 Off-Topic.  Anything not belonging on the list according to the
-<a href="http://cygwin.com/lists.html">Cygwin mailing lists description</a>,
+<a href="https://cygwin.com/lists.html">Cygwin mailing lists description</a>,
 like non-Cygwin software, jokes or discussing acronyms.
 <b><i>Hey, wait a minute!..</i></b>
 See also <a href="#TITTTL">TITTTL</a>
@@ -562,7 +562,7 @@ decoding even the simplest anti-spam measures such as replacing &quot;@&quot;
 with &quot;AT&quot; and &quot;.&quot; with &quot;DOT&quot;).<br>
 Of course, there may be other raw e-mail addresses in messages, <i>e.g.</i>,
 in signatures, but that's the choice of the person sending the message.<br>
-<a href="http://cygwin.com/ml/cygwin/2004-03/msg01565.html">Coined</a> by
+<a href="https://cygwin.com/ml/cygwin/2004-03/msg01565.html">Coined</a> by
 Igor Pechtchanski.
 </td>
 </tr>
@@ -582,7 +582,7 @@ mailer doesn't wrap lines or encode line continuations properly.<br>
 Note that this does <i>not</i> apply to cases where the lines do need to be
 long, <i>e.g.</i>, program output included verbatim, or patches.  In those
 cases it's ok to have long lines.<br>
-<a href="http://cygwin.com/ml/cygwin/2004-06/msg00458.html">Coined</a> by
+<a href="https://cygwin.com/ml/cygwin/2004-06/msg00458.html">Coined</a> by
 Igor Pechtchanski.
 </td>
 </tr>
@@ -613,7 +613,7 @@ Patches Gratefully Accepted.  See also <a href="#PTC">PTC</a>.  See also <a href
 <a name="PMI"><b>PMI</b></a>
 </td><td>
 Pardon My Ignorance.
-<a href="http://cygwin.com/ml/cygwin/2003-10/msg01294.html">First used on
+<a href="https://cygwin.com/ml/cygwin/2003-10/msg01294.html">First used on
 the list</a> by David Rayner (ZZapper).
 See also <a href="#WTF">WTF</a>
 </td>
@@ -623,7 +623,7 @@ See also <a href="#WTF">WTF</a>
 </td><td>
 Plain Outta Luck.
 Like when trying to run a Linux or Solaris binary on Cygwin.
-<a href="http://cygwin.com/ml/cygwin-xfree/2003-12/msg00222.html">First used on
+<a href="https://cygwin.com/ml/cygwin-xfree/2003-12/msg00222.html">First used on
 the list</a> by Michel Bardiaux.
 See also <a href="#YOWTWYWT">YOWTWYWT</a>
 </td>
@@ -636,7 +636,7 @@ not only gives access to more expertise than any one person can provide, but
 also ensures that the questions and answers are archived on the web for future
 enlightenment seekers.  Besides, the Cygwin community netiquette sez so.
 Pronounced &quot;Pee-Pee-Yows-Pee&quot;.
-<a href="http://cygwin.com/ml/cygwin/2005-06/msg00247.html">Suggested</a> by
+<a href="https://cygwin.com/ml/cygwin/2005-06/msg00247.html">Suggested</a> by
 Carlo Florendo
 </td>
 </tr>
@@ -651,7 +651,7 @@ See also <a href="#SHTDI">SHTDI</a>
 <a name="RFU"><b>RFU</b></a>
 </td><td>
 Request For Upload.
-Used on the <a href="http://cygwin.com/lists.html#cygwin-apps">cygwin-apps</a>
+Used on the <a href="https://cygwin.com/lists.html#cygwin-apps">cygwin-apps</a>
 mailing list by package maintainers to indicate that a new version of a
 package is available for upload into the Cygwin distribution.  Usually
 followed by the package name
@@ -683,7 +683,7 @@ Sorry, Could Not Resist
 </td><td>
 Somebody Has To Do It&#8482;.
 Are <b>you</b> volunteering?
-<a href="http://cygwin.com/ml/cygwin/2003-12/msg00139.html">Introduced</a> by
+<a href="https://cygwin.com/ml/cygwin/2003-12/msg00139.html">Introduced</a> by
 Christopher Faylor.
 See also <a href="#PTC">PTC</a>
 </td>
@@ -692,7 +692,7 @@ See also <a href="#PTC">PTC</a>
 <a name="STC"><b>STC</b></a>
 </td><td>
 Simple Test Case.
-<a href="http://cygwin.com/ml/cygwin/2003-03/msg01076.html">First used on
+<a href="https://cygwin.com/ml/cygwin/2003-03/msg01076.html">First used on
 the list</a> by Ronald Landheer-Cieslak.
 </td>
 </tr>
@@ -701,7 +701,7 @@ the list</a> by Ronald Landheer-Cieslak.
 </td><td>
 Search The Web.  A younger cousin of <a href="#RTFM">RTFM</a>.
 The usual answer to &quot;What's <i>blah</i>?&quot;.  Most often refers to
-the <a href="http://google.com/">Google</a> search engine.
+the <a href="https://google.com/">Google</a> search engine.
 The &quot;F&quot; means the same as in <a href="#RTFM">RTFM</a>.
 See also <a href="#LART">LART</a>
 </td>
@@ -725,11 +725,11 @@ A common misspelling of <a href="#TITTTL">TITTTL</a>.
 <a name="TITTTL"><b>TITTTL</b></a>
 </td><td>
 Take It To The Talk List.
-This refers to the <a href="http://cygwin.com/lists.html#cygwin-talk">cygwin-talk</a> mailing list, where no message is off-topic.
+This refers to the <a href="https://cygwin.com/lists.html#cygwin-talk">cygwin-talk</a> mailing list, where no message is off-topic.
 Pronounced &quot;Tittle&quot;
-(<a href="http://cygwin.com/ml/cygwin-talk/2004-q3/msg00011.html"><i>try not
+(<a href="https://cygwin.com/ml/cygwin-talk/2004-q3/msg00011.html"><i>try not
 to snicker</i></a>).
-<a href="http://cygwin.com/ml/cygwin-talk/2004-q3/msg00010.html">First used on
+<a href="https://cygwin.com/ml/cygwin-talk/2004-q3/msg00010.html">First used on
 the list</a> by Dave Korn.
 See also <a href="#OT">OT</a>
 and <a href="#TITTL">TITTL</a>
@@ -745,7 +745,7 @@ Three Letter Acronym.  Not necessarily three letters long
 <a name="TMI"><b>TMI</b></a>
 </td><td>
 Too Much Information.  As in &quot;TMI mode&quot;.
-<a href="http://cygwin.com/ml/cygwin-apps/2004-11/msg00174.html">First used on
+<a href="https://cygwin.com/ml/cygwin-apps/2004-11/msg00174.html">First used on
 the list</a> by Christopher Faylor
 </td>
 </tr>
@@ -754,7 +754,7 @@ the list</a> by Christopher Faylor
 </td><td>
 There's More Than One Way To Do It.  Technically a Perl motto, but applies
 equally well to Cygwin.
-<a href="http://cygwin.com/ml/cygwin/2002-03/msg00369.html">First used on
+<a href="https://cygwin.com/ml/cygwin/2002-03/msg00369.html">First used on
 the list</a> by Soren Andersen
 </td>
 </tr>
@@ -775,7 +775,7 @@ from Corinna Vinschen
 </td><td>
 The Problem is Being Addressed.  Kind of like &quot;The check is in the
 mail&quot;, but more honest, or at least verifiable.
-<a href="http://cygwin.com/ml/cygwin/2003-03/msg00009.html">Introduced</a> by
+<a href="https://cygwin.com/ml/cygwin/2003-03/msg00009.html">Introduced</a> by
 Christopher Faylor
 </td>
 </tr>
@@ -783,7 +783,7 @@ Christopher Faylor
 <a name="TTBOMK"><b>TTBOMK</b></a>
 </td><td>
 To The Best Of My Knowledge.
-<a href="http://www.cygwin.com/ml/cygwin/2002-01/msg00435.html">First used
+<a href="https://www.cygwin.com/ml/cygwin/2002-01/msg00435.html">First used
 on the list</a> by Soren Andersen
 </td>
 </tr>
@@ -797,14 +797,14 @@ To Tell The Truth.  I got dibs on that one (the acronym, that is)!
 <a name="UG"><b>UG</b></a>
 </td><td>
 User's Guide.  Most often refers to the
-<a href="http://cygwin.com/cygwin-ug-net/cygwin-ug-net.html">Cygwin User's Guide</a>
+<a href="https://cygwin.com/cygwin-ug-net/cygwin-ug-net.html">Cygwin User's Guide</a>
 </td>
 </tr>
 <tr valign=top><td>
 <a name="WADR"><b>WADR</b></a>
 </td><td>
 With All Due Respect.
-<a href="http://cygwin.com/ml/cygwin/2004-03/msg01396.html">First used on the
+<a href="https://cygwin.com/ml/cygwin/2004-03/msg01396.html">First used on the
 list</a> by Yitzchak Scott-Thoennes
 </td>
 </tr>
@@ -818,7 +818,7 @@ Wild-Assed Guess.  Usually correct for certain people
 <a name="WCTS"><b>WCTS</b></a>
 </td><td>
 Without Consulting The Source.
-<a href="http://cygwin.com/ml/cygwin-apps/2003-11/msg00012.html">First used
+<a href="https://cygwin.com/ml/cygwin-apps/2003-11/msg00012.html">First used
 on the list</a> by Daniel Reed.
 See also <a href="#WAG">WAG</a>
 </td>
@@ -836,7 +836,7 @@ for extra emphasis)
 Works Just Fine For Me.  As in "Nope, can't reproduce this here".
 Yet another way of saying "We're Just Frighteningly Freaking Mean"
 (or insert your favorite F-words here).
-<a href="http://cygwin.com/ml/cygwin/2004-10/msg00099.html">First used on the
+<a href="https://cygwin.com/ml/cygwin/2004-10/msg00099.html">First used on the
 list</a> by Christopher Faylor.
 Also <a href="#IWFM">IWFM</a> and <a href="#WFM">WFM</a>
 </td>
@@ -852,7 +852,7 @@ See also <a href="#BWAM">BWAM</a>
 <a name="WIBGI"><b>WIBGI</b></a>
 </td><td>
 Wouldn't It Be Great If...
-<a href="http://cygwin.com/ml/cygwin/2003-03/msg00111.html">First used on the
+<a href="https://cygwin.com/ml/cygwin/2003-03/msg00111.html">First used on the
 list</a> by Ronald Landheer-Cieslak
 </td>
 </tr>
@@ -863,8 +863,8 @@ Who <i>or</i> What, depending on the context.  Usually implies a question mark.
 The &quot;TF&quot; is really padding, to make this a three-letter acronym,
 meaning something like &quot;pray tell&quot;.<br>
 Also the name of a very useful
-<a href="http://cygwin.com/packages/x86/wtf/">Cygwin</a> 
-<a href="http://cygwin.com/packages/x86_64/wtf/">package</a>
+<a href="https://cygwin.com/packages/x86/wtf/">Cygwin</a> 
+<a href="https://cygwin.com/packages/x86_64/wtf/">package</a>
 </td>
 </tr>
 <tr valign=top><td>
@@ -877,7 +877,7 @@ Yet Another <i>or</i> Yet Again, depending on its position in the sentence
 <a name="YAMWHTLT"><b>YAMWHTLT</b></a>
 </td><td>
 Yet Another Maintainer Who Has Too Little Time.  That's
-<a href="http://cygwin.com/ml/cygwin-apps/2010-11/msg00191.html">not Matthias
+<a href="https://cygwin.com/ml/cygwin-apps/2010-11/msg00191.html">not Matthias
 Andree</a>.
 </td>
 </tr>
@@ -886,7 +886,7 @@ Andree</a>.
 </td><td>
 You Are Not A Lawyer, And Therefore Everything You Have Said May Be Safely
 Ignored.  Born out of a heated <a href="#GPL">GPL</a> discussion.  Acronym
-<a href="http://cygwin.com/ml/cygwin/2003-03/msg02044.html">proposed</a> by
+<a href="https://cygwin.com/ml/cygwin/2003-03/msg02044.html">proposed</a> by
 Chuck Wilson.  A new standard response to <a href="#IANAL">IANAL</a>.  Don't
 try to pronounce it.  <i>Just... don't</i>
 </td>
@@ -904,9 +904,9 @@ at your own risk&quot;
 You Obviously Weren't Thinking When You Wrote That.  Pronounced
 &quot;Yow-twit&quot;.
 Applies a lot on this list.
-<a href="http://cygwin.com/ml/cygwin/2003-02/msg02119.html">Coined</a> by
+<a href="https://cygwin.com/ml/cygwin/2003-02/msg02119.html">Coined</a> by
 Max Bowsher.  Pronounciation
-<a href="http://cygwin.com/ml/cygwin/2003-02/msg02127.html">suggested</a> by
+<a href="https://cygwin.com/ml/cygwin/2003-02/msg02127.html">suggested</a> by
 Randall R. Schulz and hasn't been disputed yet.
 See also <a href="#IDTYRMTST">IDTYRMTST</a>
 </td>
@@ -917,7 +917,7 @@ See also <a href="#IDTYRMTST">IDTYRMTST</a>
 You Should Have Finished Reading The Thread.  Please do read the whole thread
 before replying.  The lists produce enough bandwidth even without the same
 point being reiterated in the same thread.
-<a href="http://cygwin.com/ml/cygwin-apps/2005-06/msg00184.html">Coined</a> by
+<a href="https://cygwin.com/ml/cygwin-apps/2005-06/msg00184.html">Coined</a> by
 Christopher Faylor
 </td>
 </tr>
@@ -926,9 +926,9 @@ Christopher Faylor
 </td><td>
 3rd Party Perverts.  People making others' lives difficult by using Cygwin
 in weird ways and having their products depend on that.
-Acronym <a href="http://cygwin.com/ml/cygwin/2003-11/msg00099.html">coined</a>
+Acronym <a href="https://cygwin.com/ml/cygwin/2003-11/msg00099.html">coined</a>
 by Christopher Faylor, after a
-<a href="http://cygwin.com/ml/cygwin/2003-11/msg00077.html">phrase</a> in
+<a href="https://cygwin.com/ml/cygwin/2003-11/msg00077.html">phrase</a> in
 Brian Dessent's message
 </td>
 </tr>
diff --git a/bugs.html b/bugs.html
index ce505ff..f02aed0 100755
--- a/bugs.html
+++ b/bugs.html
@@ -18,7 +18,7 @@ in your best interests to do some initial research.
 
 <p>First, you need to verify that your potential problem hasn't already been
 reported by reading the <a href="faq.html">Cygwin FAQ</a> and the <a
-href="http://cygwin.com/ml/cygwin/">mailing list archives</a>.  If your
+href="https://cygwin.com/ml/cygwin/">mailing list archives</a>.  If your
 issue is still unresolved, feel free to write to the cygwin list with
 your problem.
 
diff --git a/cgi-bin2/package-grep-sh.cgi b/cgi-bin2/package-grep-sh.cgi
index dd2560f..52f8a29 100755
--- a/cgi-bin2/package-grep-sh.cgi
+++ b/cgi-bin2/package-grep-sh.cgi
@@ -83,7 +83,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     cat ../top.html # opens <div>
     echo '<h1>Cygwin Package Search</h1>
 <form method="GET" action="//cygwin.com/cgi-bin2/package-grep-sh.cgi">
-Search package contents for a <a href="http://en.wikipedia.org/wiki/Regular_expression">regular expression</a> pattern,
+Search package contents for a <a href="https://en.wikipedia.org/wiki/Regular_expression">regular expression</a> pattern,
 or view the <a href="https://cygwin.com/packages/package_list.html">full list</a> of packages<br>
 <input type="text" size=40 name="grep" value="'$param_grep_htmlencode'">
 <input type=submit value="Go"><br>'
diff --git a/cgi-bin2/package-grep.cgi b/cgi-bin2/package-grep.cgi
index ca70f41..c678ef6 100755
--- a/cgi-bin2/package-grep.cgi
+++ b/cgi-bin2/package-grep.cgi
@@ -85,9 +85,9 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     echo '<h1>Cygwin Package Search</h1>
 <form method="GET" action="//cygwin.com/cgi-bin2/package-grep.cgi">
 Search package contents for a
-<a href="http://www.gnu.org/software/grep/manual/grep.html">grep</a>
-<a href="http://www.gnu.org/software/grep/manual/grep.html#Basic-vs-Extended">basic</a>
-<a href="http://en.wikipedia.org/wiki/Regular_expression">regular expression</a>
+<a href="https://www.gnu.org/software/grep/manual/grep.html">grep</a>
+<a href="https://www.gnu.org/software/grep/manual/grep.html#Basic-vs-Extended">basic</a>
+<a href="https://en.wikipedia.org/wiki/Regular_expression">regular expression</a>
 pattern, or view the <a href="https://cygwin.com/packages/package_list.html">full list</a>
 of packages<br>
 <input type="text" size=40 name="grep" value="'$param_grep_htmlencode'">
diff --git a/contrib.html b/contrib.html
index 5d6514d..55853d4 100755
--- a/contrib.html
+++ b/contrib.html
@@ -33,8 +33,8 @@ the <a href="donations.html">donations page</a>.
 
 <p>Two other important cygwin components are also not covered by the
 guidelines set forth on this page.  The cygwin setup utility <a
-href="http://sourceware.org/cygwin-apps/setup.html">"setup.exe"</a> and
-the <a href="http://sourceware.org/newlib/">newlib library</a> (used by
+href="https://sourceware.org/cygwin-apps/setup.html">"setup.exe"</a> and
+the <a href="https://sourceware.org/newlib/">newlib library</a> (used by
 cygwin for some common "libc"-like functions) also have different
 contribution rules.  See their project pages for more information.</p>
 
@@ -93,7 +93,7 @@ duplicated.
 make sure that you adhere to the brace, indentation, and whitespace
 style of the surrounding code.  For the most part, that means following
 the
-<a href="http://www.gnu.org/prep/standards/html_node/Writing-C.html#Writing-C">
+<a href="https://www.gnu.org/prep/standards/html_node/Writing-C.html#Writing-C">
 GNU coding standards</a> but some parts of the code which have been imported
 from other sources use other styles.  Just pay close attention to the
 formatting of the surrounding code and don't, e.g., add K&amp;R style coding
@@ -129,7 +129,7 @@ then do the following in bash:</p>
 it easy for someone to review and, if you don't have write access, push.  Give
 them a final once-over.  Ideally you include a ChangeLog entry in old CVS style
 in your description.  If you have never used a ChangeLog before, refer to the
-<a href="http://www.gnu.org/prep/standards/html_node/Change-Logs.html">GNU ChangeLog Standards</a>.  If you're satisfied with the patch and the log message,
+<a href="https://www.gnu.org/prep/standards/html_node/Change-Logs.html">GNU ChangeLog Standards</a>.  If you're satisfied with the patch and the log message,
 send the patches as they got created by git format-patch.  The git send-email
 command will usually do the right thing:</p>
 
diff --git a/cvs.html b/cvs.html
index 6b1af0c..d6ae4f9 100755
--- a/cvs.html
+++ b/cvs.html
@@ -13,7 +13,7 @@
 
 <p>The sources to the core Cygwin libraries and utilities (Cygwin and
 Newlib) are available via anonymous Git access.  If you don't know
-what Git is, visit the <a href="http://git-scm.com/">Git home page</a>.
+what Git is, visit the <a href="https://git-scm.com/">Git home page</a>.
 Coincidentally enough, Git comes with the Cygwin net release.</p>
 
 <p>To access the repository from your system, use one of the following
diff --git a/docs.html b/docs.html
index 45524b9..7a88318 100755
--- a/docs.html
+++ b/docs.html
@@ -29,7 +29,7 @@ profile the Cygwin DLL</a>.
 <p>Information on building and using DLLs is <a href="cygwin-ug-net/dll.html">here</a>.</p>
 
 <P>Also note that there is quite a lot of useful information in the
-<a href="http://cygwin.com/ml/cygwin/">project mailing list</a>
+<a href="https://cygwin.com/ml/cygwin/">project mailing list</a>
 archives.
 </div>
 </body>
diff --git a/donations.html b/donations.html
index fa4ba02..190b990 100755
--- a/donations.html
+++ b/donations.html
@@ -16,12 +16,12 @@
 
 <p>A: Yes, it is.  You get to use the software for free.  The only "strings
 attached" are that, in general, you must comply with the terms of the <a
-href="http://www.gnu.org/licenses/gpl.html">GNU General Public
+href="https://www.gnu.org/licenses/gpl.html">GNU General Public
 License</a>.
 
 <p>However, the fact that you can get the software for free doesn't mean that
 there is no cost to the people involved in producing it for you.  The
-people who bring you the <a href="http://cygwin.com/packages/">packages
+people who bring you the <a href="https://cygwin.com/packages/">packages
 in the Cygwin distribution</a> have often invested a <em>considerable</em>
 amount of their personal time into the providing you with the best
 possible Cygwin experience.  This is particularly true of the people
diff --git a/git.html b/git.html
index 6b1af0c..d6ae4f9 100755
--- a/git.html
+++ b/git.html
@@ -13,7 +13,7 @@
 
 <p>The sources to the core Cygwin libraries and utilities (Cygwin and
 Newlib) are available via anonymous Git access.  If you don't know
-what Git is, visit the <a href="http://git-scm.com/">Git home page</a>.
+what Git is, visit the <a href="https://git-scm.com/">Git home page</a>.
 Coincidentally enough, Git comes with the Cygwin net release.</p>
 
 <p>To access the repository from your system, use one of the following
diff --git a/goldstars/index.html b/goldstars/index.html
index a6e2137..0be503f 100644
--- a/goldstars/index.html
+++ b/goldstars/index.html
@@ -628,7 +628,7 @@ circumstances in which it was awarded.
 &ndash; For suggesting &quot;<tt>cygcheck</tt> as an attachment&quot;.
 
 </li>
-<li><a name="EMB"><a href='mailto:elfyn_at_exposure_dot_org_dot_uk'>Elfyn McBratney</a> (who <a href='http://cygwin.com/ml/cygwin/2003-03/msg02033.html'>prefers</a> self-made stars)</a>
+<li><a name="EMB"><a href='mailto:elfyn_at_exposure_dot_org_dot_uk'>Elfyn McBratney</a> (who <a href='https://cygwin.com/ml/cygwin/2003-03/msg02033.html'>prefers</a> self-made stars)</a>
 <a href="https://cygwin.com/ml/cygwin/2003-03/msg01907.html" class="award"><img src="img/elfyns_star.png" alt="+" /><span class="date">(Mar 2003)</span></a>
 <a href="https://cygwin.com/ml/cygwin/2003-03/msg01932.html" class="award" title="For standing up and enforcing the GPL."><img src="img/elfyns_star.png" alt="+" /><span class="date">(Mar 2003)</span></a>
 &ndash; For standing up and enforcing the GPL.
diff --git a/goldstars/src/awardees.csv b/goldstars/src/awardees.csv
index 5d6ad87..bccc3c2 100644
--- a/goldstars/src/awardees.csv
+++ b/goldstars/src/awardees.csv
@@ -32,7 +32,7 @@ DS,David Sastre,d_dot_sastre_dot_medina_at_gmail_dot_com
 DSt,David Stacey,drstacey_at_tiscali_dot_co_dot_uk
 EB,Eric Blake,eblake_at_redhat_dot_com
 EF,Eric Fifer,EFifer_at_sanwaint_dot_com
-EMB,"<a href='mailto:elfyn_at_exposure_dot_org_dot_uk'>Elfyn McBratney</a> (who <a href='http://cygwin.com/ml/cygwin/2003-03/msg02033.html'>prefers</a> self-made stars)"
+EMB,"<a href='mailto:elfyn_at_exposure_dot_org_dot_uk'>Elfyn McBratney</a> (who <a href='https://cygwin.com/ml/cygwin/2003-03/msg02033.html'>prefers</a> self-made stars)"
 EZ,Eli Zaretskii,eliz_at_gnu_dot_org
 FF,Frank Fesevur,ffes_at_users_dot_sourceforge_dot_net
 FR,Frank Richter,frichter_at_gmx_dot_li
diff --git a/index.html b/index.html
index dfeb4d5..3a594f1 100755
--- a/index.html
+++ b/index.html
@@ -21,7 +21,7 @@
 <h4></h4>
 <p>Cygwin is:
 <ul>
-<li>a large collection of GNU and Open Source tools which provide functionality similar to a <a href="http://en.wikipedia.org/wiki/Linux_distribution">Linux distribution</a> on Windows.
+<li>a large collection of GNU and Open Source tools which provide functionality similar to a <a href="https://en.wikipedia.org/wiki/Linux_distribution">Linux distribution</a> on Windows.
 <li>a DLL (cygwin1.dll) which provides substantial POSIX API functionality.
 </ul>
 </div>
@@ -59,7 +59,7 @@ Install it by running <a href="setup-x86.exe">setup-x86.exe</a> (32-bit installa
 <b class="rbottom"><b class="r4"></b><b class="r3"></b><b class="r2"></b><b class="r1"></b></b>
 </div>
 <br><p>For Cygwin licensing or commercial support, please visit
-the <a href="http://www.redhat.com/software/cygwin/">Red Hat
+the <a href="https://www.redhat.com/services/custom/cygwin/">Red Hat
 Cygwin Product</a> site.
 <div id="background">
 <b class="rtop"><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b></b>
diff --git a/licensing.html b/licensing.html
index 9c1ec21..430d512 100755
--- a/licensing.html
+++ b/licensing.html
@@ -17,7 +17,7 @@ and others have a X11 style license.  To cover the GNU GPL
 requirements, the basic rule is if you give out any binaries, you must
 also make the source available.  For the full details, be sure to read
 the text of the <a href="COPYING">GNU General Public License (GPL)</a>.
-For more information on the GPL see the <a href="http://gnu.org/licenses/gpl-faq.html">GPL FAQ</a>.
+For more information on the GPL see the <a href="https://www.gnu.org/licenses/gpl-faq.html">GPL FAQ</a>.
 </p>
 
 <p>
@@ -52,7 +52,7 @@ the implied warranties of MERCHANTABILITY or FITNESS FOR A PARTICULAR
 PURPOSE.  See the GNU General Public License for more details.</p>
 <p>You should have received a copy of the GNU General Public License along
 with this program.  If not, see
-&lt;<a href="http://gnu.org/licenses/">http://gnu.org/licenses/</a>&gt;.</p>
+&lt;<a href="https://www.gnu.org/licenses/">https://www.gnu.org/licenses/</a>&gt;.</p>
 </tt>
 
 <div id="background">
@@ -75,7 +75,7 @@ version of the Cygwin&trade; DLL, you must adhere to the terms of the GPLv3+,
 including the requirement to provide sources for the Cygwin&trade; DLL,
 unless you have obtained a special Cygwin&trade; license to distribute the
 Cygwin&trade; DLL in only its binary form (see below).</p>
-<p>See <a href="http://opensource.org/docs/osd/">http://opensource.org/docs/osd/</a>
+<p>See <a href="https://opensource.org/docs/osd/">https://opensource.org/docs/osd/</a>
 for the precise Open Source Definition referenced above.</p>
 </tt>
 
@@ -89,11 +89,11 @@ for the precise Open Source Definition referenced above.</p>
 <p>Red Hat sells a special Cygwin&trade; License for customers who are unable to
 provide their application in open source code form.  For more information,
 please see:
-<a href="http://www.redhat.com/software/cygwin/">http://www.redhat.com/software/cygwin/</a>,
+<a href="https://www.redhat.com/services/custom/cygwin/">https://www.redhat.com/services/custom/cygwin/</a>,
 or call +1-866-2REDHAT ext.&nbsp;45300 (toll-free in the US).</p>
 
 <p>Outside the US call your
-<a href="http://www.redhat.com/about/contact/ww/">regional Red Hat office</a>.
+<a href="https://www.redhat.com/en/about/office-locations">regional Red Hat office</a>.
 </p>
 </tt>
 
diff --git a/links.html b/links.html
index b9d9763..5e0cfef 100755
--- a/links.html
+++ b/links.html
@@ -13,7 +13,7 @@
 
 <h2>Cygwin Ports</h2>
 
-<ul>The <A HREF="http://sourceware.org/cygwinports/">Cygwin Ports</A> collection contains ports of many useful
+<ul>The <a href="https://sourceware.org/cygwinports/">Cygwin Ports</A> collection contains ports of many useful
 utilities which are not available in the standard <a href="packages">Cygwin distribution</a>.</ul>
 
 <h2>MinGW-w64</h2>
diff --git a/lists.html b/lists.html
index f1395c5..a31aed1 100755
--- a/lists.html
+++ b/lists.html
@@ -28,7 +28,7 @@ a new project.  It has been around for many years.  That means that almost any
 question has probably already been asked.  Places to check for information
 would be the <a href="faq.html">Cygwin FAQ</a>, the
 <a href="docs.html">Cygwin documentation</a>, the
-<a href="http://google.com/">web</a>, and the mailing list archives (click
+<a href="https://google.com/">web</a>, and the mailing list archives (click
 on a mailing list name <a href="#available-lists">below</a> to search
 the archive).</p>
 
@@ -50,9 +50,9 @@ answer.</p>
 <ul>
 <tr><td><b><font size=-1>
 
-<br><li>None of the below lists accept <a href="http://sourceware.org/lists.html#html-mail">html mail</a>.  Use plain text only.</li>
+<br><li>None of the below lists accept <a href="https://sourceware.org/lists.html#html-mail">html mail</a>.  Use plain text only.</li>
 
-<br><li>Please read the general <a href="http://sourceware.org/lists.html#faq">mailing list FAQ</a> for sourceware.org (the host of this site).</li>
+<br><li>Please read the general <a href="https://sourceware.org/lists.html#faq">mailing list FAQ</a> for sourceware.org (the host of this site).</li>
 
 <br><li>Please do not feed the spammers by <a href="acronyms/#PCYMTNQREAIYR">including raw email addresses</a> in the body of your message.</li>
 
@@ -91,7 +91,7 @@ viruses.  This means that your information will be viewable by posterity, so
       <li>Questions about Cygwin licensing, copyright, and GPL issues should
       go to the moderated cygwin-licensing list  (see below).</li>
       <li>Questions about other Cygwin releases not downloaded from
-      <a href="http://cygwin.com/">the Cygwin website</a> or its mirrors are
+      <a href="https://cygwin.com/">the Cygwin website</a> or its mirrors are
       strongly discouraged.  In theory, there should be better forums for
       discussing this kind of unsponsored software than the Cygwin mailing list.
       <br><em>This caveat applies to all of the mailing lists at this site.</em></li>
@@ -161,7 +161,7 @@ viruses.  This means that your information will be viewable by posterity, so
   <p><li><a name="cygwin-licensing"><a href="/ml/cygwin-licensing/"><b>cygwin-licensing</b></a></a>: a low volume, moderated
       list set up to provide answers and limited discussion about Cygwin licensing.  Please ask questions
       here if you are unclear about Red Hat licensing or Cygwin's standard GPL licensing.  The
-     <a href="http://gnu.org/licenses/gpl-faq.html">GPL FAQ</a> and the
+     <a href="https://www.gnu.org/licenses/gpl-faq.html">GPL FAQ</a> and the
      <a href="licensing.html">Cygwin Licensing Page</a> are <em>mandatory</em>
      reading before posting here.  First time posters should indicate that they have read both of
      these before sending a question or risk having their message rejected.</a>
@@ -213,12 +213,12 @@ viruses.  This means that your information will be viewable by posterity, so
 </a>
 
 <p>If you have <b>any</b> questions or problems with the mailing lists,
-see the <a href="http://sourceware.org/lists.html#faqs"><b>Sourceware mailing list FAQs</b></a>.
+see the <a href="https://sourceware.org/lists.html#faqs"><b>Sourceware mailing list FAQs</b></a>.
 
 
 <P>Before you send any mail to one of these lists, you need to read
 the relevant Cygwin documentation, especially the <a href="faq.html">Cygwin FAQ</a>,
-and the <a href="http://cygwin.com/ml/cygwin/">mailing list archives</a>
+and the <a href="https://cygwin.com/ml/cygwin/">mailing list archives</a>
 so that you don't ask a question that someone has already asked or report
 a bug that has already been reported.
 
diff --git a/navbar.html b/navbar.html
index 3bec270..767793e 100644
--- a/navbar.html
+++ b/navbar.html
@@ -1,41 +1,41 @@
 <div id="navbar">
 <b class="rtop"><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b></b>
 <ul>
-<li><a href="http://cygwin.com/index.html">Cygwin</a></li>
-<li><a href="http://cygwin.com/install.html">&nbsp;&nbsp;&nbsp;Install Cygwin</a></li>
-<li><a href="http://cygwin.com/install.html">&nbsp;&nbsp;&nbsp;Update Cygwin</a></li>
-<li><a href="http://cygwin.com/packages/">&nbsp;&nbsp;&nbsp;Search Packages</a></li>
-<li><a href="http://cygwin.com/licensing.html">&nbsp;&nbsp;&nbsp;Licensing Terms</a></li>
+<li><a href="https://cygwin.com/index.html">Cygwin</a></li>
+<li><a href="https://cygwin.com/install.html">&nbsp;&nbsp;&nbsp;Install Cygwin</a></li>
+<li><a href="https://cygwin.com/install.html">&nbsp;&nbsp;&nbsp;Update Cygwin</a></li>
+<li><a href="https://cygwin.com/packages/">&nbsp;&nbsp;&nbsp;Search Packages</a></li>
+<li><a href="https://cygwin.com/licensing.html">&nbsp;&nbsp;&nbsp;Licensing Terms</a></li>
 </ul>
 <ul>
 <li><a href="http://x.cygwin.com/">Cygwin/X</a></li>
 </ul>
 <ul>
-<li><a href="http://cygwin.com/who.html">Community</a></li>
-<li><a href="http://cygwin.com/problems.html">&nbsp;&nbsp;&nbsp;Reporting Problems</a></li>
-<li><a href="http://cygwin.com/lists.html">&nbsp;&nbsp;&nbsp;Mailing Lists</a></li>
+<li><a href="https://cygwin.com/who.html">Community</a></li>
+<li><a href="https://cygwin.com/problems.html">&nbsp;&nbsp;&nbsp;Reporting Problems</a></li>
+<li><a href="https://cygwin.com/lists.html">&nbsp;&nbsp;&nbsp;Mailing Lists</a></li>
 <li><a href="http://gmane.org/find.php?list=cygwin">&nbsp;&nbsp;&nbsp;Newsgroups</a></li>
-<li><a href="http://cygwin.com/irc.html">&nbsp;&nbsp;&nbsp;IRC channels</a></li>
-<li><a href="http://cygwin.com/goldstars/" style=color:gold>&nbsp;&nbsp;&nbsp;Gold Stars</a></li>
-<li><a href="http://cygwin.com/mirrors.html">&nbsp;&nbsp;&nbsp;Mirror Sites</a></li>
-<li><a href="http://cygwin.com/donations.html">&nbsp;&nbsp;&nbsp;Donations</a></li>
+<li><a href="https://cygwin.com/irc.html">&nbsp;&nbsp;&nbsp;IRC channels</a></li>
+<li><a href="https://cygwin.com/goldstars/" style=color:gold>&nbsp;&nbsp;&nbsp;Gold Stars</a></li>
+<li><a href="https://cygwin.com/mirrors.html">&nbsp;&nbsp;&nbsp;Mirror Sites</a></li>
+<li><a href="https://cygwin.com/donations.html">&nbsp;&nbsp;&nbsp;Donations</a></li>
 </ul>
 <ul>
-<li><a href="http://cygwin.com/docs.html">Documentation</a></li>
-<li><a href="http://cygwin.com/faq.html">&nbsp;&nbsp;&nbsp;FAQ</a></li>
-<li><a href="http://cygwin.com/cygwin-ug-net.html">&nbsp;&nbsp;&nbsp;User's Guide</a></li>
-<li><a href="http://cygwin.com/cygwin-api/">&nbsp;&nbsp;&nbsp;API Reference</a></li>
-<li><a href="http://cygwin.com/acronyms/">&nbsp;&nbsp;&nbsp;Acronyms</a></li>
+<li><a href="https://cygwin.com/docs.html">Documentation</a></li>
+<li><a href="https://cygwin.com/faq.html">&nbsp;&nbsp;&nbsp;FAQ</a></li>
+<li><a href="https://cygwin.com/cygwin-ug-net.html">&nbsp;&nbsp;&nbsp;User's Guide</a></li>
+<li><a href="https://cygwin.com/cygwin-api/">&nbsp;&nbsp;&nbsp;API Reference</a></li>
+<li><a href="https://cygwin.com/acronyms/">&nbsp;&nbsp;&nbsp;Acronyms</a></li>
 </ul>
 <ul>
-<li><a href="http://cygwin.com/contrib.html">Contributing</a></li>
-<li><a href="http://cygwin.com/snapshots/">&nbsp;&nbsp;&nbsp;Snapshots</a></li>
-<li><a href="http://cygwin.com/git.html">&nbsp;&nbsp;&nbsp;Source in Git</a></li>
-<li><a href="http://cygwin.com/setup.html">&nbsp;&nbsp;&nbsp;Cygwin Packages</a></li>
+<li><a href="https://cygwin.com/contrib.html">Contributing</a></li>
+<li><a href="https://cygwin.com/snapshots/">&nbsp;&nbsp;&nbsp;Snapshots</a></li>
+<li><a href="https://cygwin.com/git.html">&nbsp;&nbsp;&nbsp;Source in Git</a></li>
+<li><a href="https://cygwin.com/setup.html">&nbsp;&nbsp;&nbsp;Cygwin Packages</a></li>
 </ul>
 <ul>
-<li><a href="http://cygwin.com/links.html">Related Sites</a></li>
-<li><a href="http://www.redhat.com/software/cygwin/">Red Hat Cygwin Product</a></li>
+<li><a href="https://cygwin.com/links.html">Related Sites</a></li>
+<li><a href="https://www.redhat.com/services/custom/cygwin/">Red Hat Cygwin Product</a></li>
 </ul>
 <b class="rbottom"><b class="r4"></b><b class="r3"></b><b class="r2"></b><b class="r1"></b></b>
 </div>
diff --git a/packages/.htaccess b/packages/.htaccess
index d83d3ec..14beef6 100644
--- a/packages/.htaccess
+++ b/packages/.htaccess
@@ -1 +1 @@
-Redirect temp /packages/index.html http://cygwin.com/cgi-bin2/package-grep.cgi
+Redirect temp /packages/index.html https://cygwin.com/cgi-bin2/package-grep.cgi
diff --git a/packages/index.html b/packages/index.html
index a19c0b1..35f5ff6 100755
--- a/packages/index.html
+++ b/packages/index.html
@@ -35,9 +35,9 @@
 <h1>Cygwin Package List</h1>
 <form method="GET" action="//cygwin.com/cgi-bin2/package-grep.cgi">
 &nbsp;Search package contents for a
-<a href="http://www.gnu.org/software/grep/manual/grep.html">grep</a>
-<a href="http://www.gnu.org/software/grep/manual/grep.html#Basic-vs-Extended">basic</a>
-<a href="http://en.wikipedia.org/wiki/Regular_expression">regular expression</a> pattern:
+<a href="https://www.gnu.org/software/grep/manual/grep.html">grep</a>
+<a href="https://www.gnu.org/software/grep/manual/grep.html#Basic-vs-Extended">basic</a>
+<a href="https://en.wikipedia.org/wiki/Regular_expression">regular expression</a> pattern:
 <br>
 &nbsp;<INPUT type="text" size=40 name="grep"> <INPUT type=submit value="Go"><br>
 <input type="radio" name="arch" value="x86" checked="checked" onchange="arch_sel(this.value)">x86
diff --git a/problems.html b/problems.html
index 5bb5737..4efab88 100755
--- a/problems.html
+++ b/problems.html
@@ -18,7 +18,7 @@ in your best interests to do some initial research.
 
 <p>First, you need to verify that your potential problem hasn't already been
 reported by reading the <a href="faq.html">Cygwin FAQ</a> and the <a
-href="http://cygwin.com/ml/cygwin/">mailing list archives</a>.  If your
+href="https://cygwin.com/ml/cygwin/">mailing list archives</a>.  If your
 issue is still unresolved, feel free to write to the cygwin list with
 your problem.
 
diff --git a/setup-packaging-historical.html b/setup-packaging-historical.html
index d1de29c..e413abd 100755
--- a/setup-packaging-historical.html
+++ b/setup-packaging-historical.html
@@ -69,7 +69,7 @@ boffo-1.0-1/CYGWIN-PATCHES/setup.hint
   </li>
 </ul>
 <h3>Method Two</h3>
-<p>This method is sometimes referred to as the "g-b-s" method, after the filename of the <a href="http://sourceware.org/viewvc/cygwin-apps/packaging/templates/generic-build-script?view=co"><tt>generic-build-script</tt></a> template.</p>
+<p>This method is sometimes referred to as the "g-b-s" method, after the filename of the <a href="https://sourceware.org/viewvc/cygwin-apps/packaging/templates/generic-build-script?view=co"><tt>generic-build-script</tt></a> template.</p>
 <ul class="spaced">
   <li>In a packaging technique inspired by rpms and debs, you may create a -src tarball which simply contains:
     <ol>
@@ -78,8 +78,8 @@ boffo-1.0-1/CYGWIN-PATCHES/setup.hint
       <li><tt>foo-vendor-release.sh</tt>: A build script that drives the entire unpacking, configuration, build, and packaging (binary and -src) process.</li>
     </ol>
   </li>
-  <li>You can adapt <a href="http://sourceware.org/viewvc/cygwin-apps/packaging/templates/generic-readme?view=co">this</a> generic readme file for script-driven -src packages.</li>
-  <li><a href="http://sourceware.org/viewvc/cygwin-apps/packaging/templates/generic-build-script?view=co">Here</a> is an example build script which can be adapted for your package. By carefully modifying the details of this script, it can create the binary and -src packages for you, once you've finished porting your package. How? See the <b><i>Initial packaging procedure</i></b> below. But first, a few facts:
+  <li>You can adapt <a href="https://sourceware.org/viewvc/cygwin-apps/packaging/templates/generic-readme?view=co">this</a> generic readme file for script-driven -src packages.</li>
+  <li><a href="https://sourceware.org/viewvc/cygwin-apps/packaging/templates/generic-build-script?view=co">Here</a> is an example build script which can be adapted for your package. By carefully modifying the details of this script, it can create the binary and -src packages for you, once you've finished porting your package. How? See the <b><i>Initial packaging procedure</i></b> below. But first, a few facts:
     <ul>
       <li>The buildscript will autodetect the package name, vendor version, and release number from its own filename.</li>
       <li>When the buildscript is used to compile the package, all building occurs within a hidden subdirectory inside the source tree: <tt>boffo-1.0/.build/</tt></li>
@@ -94,11 +94,11 @@ boffo-1.0-1/CYGWIN-PATCHES/setup.hint
     <ul>
       <li>Suppose you've got your boffo package ported to Cygwin. It took some work, but it now builds and runs. Further, suppose that the <tt>boffo-1.0.tar.bz2</tt> file that you downloaded from the boffo homepage unpacks into <tt>boffo-1.0/</tt>, so you've been doing all of your work in <tt>~/sources/boffo-1.0/</tt>. That's good.</li>
       <li>Place a copy of <tt>boffo-1.0.tar.bz2</tt> in <tt>~/sources</tt></li>
-      <li>Copy <a href="http://sourceware.org/viewvc/cygwin-apps/packaging/templates/generic-build-script?view=co"><tt>generic-build-script</tt></a> into <tt>~/sources/</tt> and rename it <tt>boffo-1.0-1.sh</tt>. Carefully adapt this script for your purposes. However, it should auto detect most of what it needs to know: the package name, vendor version, release number, etc.<br />
+      <li>Copy <a href="https://sourceware.org/viewvc/cygwin-apps/packaging/templates/generic-build-script?view=co"><tt>generic-build-script</tt></a> into <tt>~/sources/</tt> and rename it <tt>boffo-1.0-1.sh</tt>. Carefully adapt this script for your purposes. However, it should auto detect most of what it needs to know: the package name, vendor version, release number, etc.<br />
       <br />
       </li>
       <li>Clean up inside your <tt>~/sources/boffo-1.0/</tt> directory -- make sure that no files which are generated during the build process are lying around. Usually, a '<tt>make distclean</tt>' will do the trick, but not always.</li>
-      <li>Ensure that you've put any Cygwin-specific readme files, setup.hint files, etc, into <tt>~/sources/boffo-1.0/CYGWIN-PATCHES/</tt>. You can adapt <a href="http://sourceware.org/viewvc/cygwin-apps/packaging/templates/generic-readme?view=co"><tt>this generic readme file</tt></a> for this purpose. The build script expects that the Cygwin-specific README file will be named <tt>.../CYGWIN-PATCHES/&lt;package&gt;.README</tt>. In this example, it would be stored as <tt>~/sources/boffo-1.0/CYGWIN-PATCHES/boffo.README</tt>. The build script will ensure that it gets installed as <tt>/usr/share/doc/Cygwin/boffo-1.0.README</tt></li>
+      <li>Ensure that you've put any Cygwin-specific readme files, setup.hint files, etc, into <tt>~/sources/boffo-1.0/CYGWIN-PATCHES/</tt>. You can adapt <a href="https://sourceware.org/viewvc/cygwin-apps/packaging/templates/generic-readme?view=co"><tt>this generic readme file</tt></a> for this purpose. The build script expects that the Cygwin-specific README file will be named <tt>.../CYGWIN-PATCHES/&lt;package&gt;.README</tt>. In this example, it would be stored as <tt>~/sources/boffo-1.0/CYGWIN-PATCHES/boffo.README</tt>. The build script will ensure that it gets installed as <tt>/usr/share/doc/Cygwin/boffo-1.0.README</tt></li>
       <li>Prepare the staging location for the -src package (yes, do the -src package first): From the directory above your boffo-1.0 tree (e.g. <tt>~/sources/</tt> in our example) execute '<tt>./boffo-1.0-1.sh mkdirs</tt>'</li>
       <li>Create the -src package: '<tt>./boffo-1.0-1.sh spkg</tt>'</li>
       <li>Now, let's go somewhere else and unpack this new -src package:
diff --git a/setup.html b/setup.html
index 87a695f..d329e7d 100755
--- a/setup.html
+++ b/setup.html
@@ -17,11 +17,11 @@
   related policies to ensure good behaviour from the setup program.
 </p>
 
-<p><a href="http://sourceware.org/cygwin-apps/setup.html">Setup</a> depends on
+<p><a href="https://sourceware.org/cygwin-apps/setup.html">Setup</a> depends on
   certain conventions being followed. If they are not followed, bad things may
   happen to the users of the setup program. Where a convention can be ignored,
   should circumstances warrant, this document will specify that. Setup has it's
-  own <a href="http://sourceware.org/cygwin-apps/setup.html">homepage</a>. If you
+  own <a href="https://sourceware.org/cygwin-apps/setup.html">homepage</a>. If you
   are interested in adding features to setup, you should consult the setup
   homepage.
 
@@ -511,7 +511,7 @@ etc...
      cygport script that drives the packaging process.</p>
   </li>
   <li>In your binary package, you may choose to include a file /usr/share/doc/Cygwin/foo-vendor-suffix.README containing (at a minimum) the information needed for an end user to recreate the package. This includes CFLAGS settings, configure parameters, etc.
-    (You can adapt <a href="http://sourceware.org/viewvc/cygwin-apps/packaging/templates/generic-readme?view=co">this generic README</a>.)
+    (You can adapt <a href="https://sourceware.org/viewvc/cygwin-apps/packaging/templates/generic-readme?view=co">this generic README</a>.)
   </li>
   <li>In your binary package include a directory /usr/share/doc/foo/ that includes any binary-relevant upstream documentation, such as ChangeLogs, copyright licences, READMEs etc. </li>
   <li>If you are not creating your package from an installed virtual root, be sure to check that the file permissions are appropriate. </li>
@@ -589,7 +589,7 @@ and sample .cygport files.</p>
       <li><b>Include a complete <tt>setup.hint</tt> file as part of your proposal</b>. Include this file in the text of your message so that it can be commented on. Do not submit it as an attachment.</li>
       <li>If the new package is a well-known program already included in a major Linux distribution (e.g. Debian, Fedora, SuSE) please <b>include the URL</b> of the package page.  Note that "development", "test", and "unstable" packages are <b>not eligible</b> for this rule.</li>
       <li>If the package is not included in any major Linux distro it must receive <b>five positive votes</b> from other package maintainers in order to be accepted.</li>
-      <li>It's helpful to mention which <a href="http://opensource.org/licenses">open source license</a> applies to the source.</li>
+      <li>It's helpful to mention which <a href="https://opensource.org/licenses">open source license</a> applies to the source.</li>
     </ul>
   </li>
   <li>
@@ -618,7 +618,7 @@ and sample .cygport files.</p>
 <h2><a id="acceptance" name="acceptance">Uploading an accepted package</a></h2>
 <ol>
   <li>Once you have your GTG,
-      follow <a href="http://sourceware.org/cygwin-apps/package-upload.html">these
+      follow <a href="https://sourceware.org/cygwin-apps/package-upload.html">these
       instructions</a> for submitting a ssh key and uploading your package files.</li>
   <li>Announce via the <tt>cygwin-announce</tt> mailing list that the new package is available. Use the <a href="#announcement">announce message example</a> listed later in this page as a template for your announcement.<br />
     Be sure the unsubscribe instructions are included at the end of the email, since cygwin-announce does not add any.<br />
@@ -629,7 +629,7 @@ and sample .cygport files.</p>
 <p>So you've got an updated package you want to submit. You should
   already have upload privileges, and should be able to do the entire
   process yourself, by
-  following <a href="http://sourceware.org/cygwin-apps/package-upload.html">these
+  following <a href="https://sourceware.org/cygwin-apps/package-upload.html">these
   instructions</a>.  If you encounter any problems, email
   the <tt>cygwin-apps</tt> mailing list.
 <ol>
@@ -663,7 +663,7 @@ and sample .cygport files.</p>
     <br />
      If you need more information on unsubscribing, start reading here:<br />
     <br />
-     http://sourceware.org/lists.html#unsubscribe-simple<br />
+     https://sourceware.org/lists.html#unsubscribe-simple<br />
     <br />
      Please read *all* of the information on unsubscribing that is available starting at this URL.</tt> </td>
   </tr>
diff --git a/snapshots/master.template b/snapshots/master.template
index fc7427f..a111249 100644
--- a/snapshots/master.template
+++ b/snapshots/master.template
@@ -63,8 +63,8 @@ source tree</a>.
 bug fixes in the Cygwin sources.</p>
 
 <p>Snapshots are provided as an advance look at the next
-version of Cygwin.  Users are encouraged to <a href="http://cygwin.com/faq-nochunks.html#faq.setup.snapshots">try them</a> and report problems
-to the <a href="http://cygwin.com/lists.html">Cygwin mailing list</a>.
+version of Cygwin.  Users are encouraged to <a href="https://cygwin.com/faq-nochunks.html#faq.setup.snapshots">try them</a> and report problems
+to the <a href="https://cygwin.com/lists.html">Cygwin mailing list</a>.
 Testing snapshots helps ensure good Cygwin DLL releases.</p>
 </div>
 </body>
diff --git a/style.css b/style.css
index c7d9798..877b3eb 100644
--- a/style.css
+++ b/style.css
@@ -63,6 +63,11 @@ text-decoration: none;
 font-family: "arial";
 }
 
+#navbar a.gold
+{
+color:gold;
+}
+
 #navbar h4
 {
 font-style: normal;
diff --git a/who.html b/who.html
index 04c4d06..69a0fc4 100755
--- a/who.html
+++ b/who.html
@@ -12,7 +12,7 @@
 <h1>Who are we?*</h1>
 <ul>
 <br><br><li>Corinna Vinschen (corinna) is the project lead.
-Corinna is a senior <a href="http://redhat.com/">Red Hat</a> engineer.
+Corinna is a senior <a href="https://www.redhat.com/">Red Hat</a> engineer.
 Corinna is responsible for such important subsystems as security,
 networking, and internationalization.
 
@@ -36,7 +36,7 @@ Inc.) but the majority of package maintainership and a significant
 percentage of Cygwin development is handled by non-Red Hat
 volunteers.
 
-<br><br><li>Like many <a href="http://sourceware.org/sourcecode.html">free software projects</a> on
+<br><br><li>Like many <a href="https://sourceware.org/sourcecode.html">free software projects</a> on
 sourceware.org, contributions from net people are especially
 important.  Cygwin benefits from thousands of testers and dozens of
 contributors, including some incredible people like Sergey Okhapkin,

[-- Attachment #3: Type: text/plain, Size: 218 bytes --]

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

  parent reply	other threads:[~2016-06-12  7:53 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-25  0:05 Brian Clifton
2016-04-25  0:29 ` Andrey Repin
2016-04-25  5:50   ` Brian Clifton
2016-04-25  6:10     ` Andrey Repin
2016-04-25 13:20       ` Adam Dinwoodie
2016-04-25 17:41         ` Andrey Repin
2016-04-26 10:17           ` Csaba Raduly
2016-04-25 19:59         ` Nellis, Kenneth
2016-04-25 20:46           ` Vince Rice
2016-04-25 23:18             ` Brian Clifton
2016-04-26 19:19               ` Achim Gratz
2016-04-27 10:18         ` Linda Walsh
2016-05-20 16:36 ` Corinna Vinschen
2016-05-20 20:47   ` Warren Young
2016-05-22  0:30   ` Brian Clifton
2016-05-23 10:35     ` Corinna Vinschen
2016-05-24 12:42       ` Warren Young
2016-05-24 16:59         ` Corinna Vinschen
2016-05-24 18:55           ` Warren Young
2016-06-12 10:13       ` Brian Clifton [this message]
2016-06-14 19:20         ` Corinna Vinschen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BL2PR03MB22805DA8F5667C78945DD5BDF520@BL2PR03MB228.namprd03.prod.outlook.com \
    --to=brian@clifton.me \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).