emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Windows and MacOS and emacs.html


From: Amin Bandali
Subject: Re: Windows and MacOS and emacs.html
Date: Thu, 09 Apr 2020 00:14:58 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Richard Stallman <address@hidden> writes:

> [[[ To any NSA and FBI agents reading my email: please consider    ]]]
> [[[ whether defending the US Constitution against all enemies,     ]]]
> [[[ foreign or domestic, requires you to follow Snowden's example. ]]]
>
> Thanks for reminding us.
>
> Who can fix this?

How's the following simple change:

Index: download.html
===================================================================
RCS file: /web/emacs/emacs/download.html,v
retrieving revision 1.18
diff -u -r1.18 download.html
--- download.html       7 Mar 2020 16:40:54 -0000       1.18
+++ download.html       9 Apr 2020 04:05:25 -0000
@@ -87,7 +87,7 @@
                         way to install Emacs unless you always want to use the
                         latest release.</p>
                     
-                    <h2>Nonfree systems</h2>
+                    <h2 id="nonfree">Nonfree systems</h2>
 
                     <p>The reason for GNU Emacs's existence is to provide a
                         powerful editor for the <a href="/gnu">GNU operating 
system</a>.
Index: emacs.html
===================================================================
RCS file: /web/emacs/emacs/emacs.html,v
retrieving revision 1.189
diff -u -r1.189 emacs.html
--- emacs.html  7 Mar 2020 16:40:54 -0000       1.189
+++ emacs.html  9 Apr 2020 04:05:25 -0000
@@ -58,8 +58,8 @@
                     <div class="download-btns">
                         <a href="download.html#gnu-linux">&darr; GNU/Linux</a>
                         <a href="download.html#bsd">&darr; BSDs</a>
-                        <a href="download.html#windows">&darr; Windows</a>
-                        <a href="download.html#macos">&darr; MacOS</a>
+                        <a href="download.html#nonfree">&darr; Windows</a>
+                        <a href="download.html#nonfree">&darr; MacOS</a>
                     </div>
                     <img class="teaser" src="images/teaser.png" alt=""/>
                 </div>
The "Nonfree systems" section does mention injustice, and does link to
https://www.gnu.org/philosophy/free-software-even-more-important.html,
mentioned in your earlier message <address@hidden>.
So I just added an id for that heading on download.html, and changed the
Windows and MacOS links on emacs.html to use that instead.

If this is good enough, I will commit it to the emacs web pages repo.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]