all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Amin Bandali <bandali@gnu.org>
To: Richard Stallman <rms@gnu.org>
Cc: "Bruno Félix Rezende Ribeiro" <oitofelix@gnu.org>, emacs-devel@gnu.org
Subject: Re: Windows and MacOS and emacs.html
Date: Thu, 09 Apr 2020 00:14:58 -0400	[thread overview]
Message-ID: <87sghdgurh.fsf@gnu.org> (raw)
In-Reply-To: <E1jMNdO-00043n-Uv@fencepost.gnu.org>


[-- Attachment #1.1: Type: text/plain, Size: 347 bytes --]

Richard Stallman <rms@gnu.org> 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:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: nonfree-systems.patch --]
[-- Type: text/x-patch, Size: 1659 bytes --]

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>

[-- Attachment #1.3: Type: text/plain, Size: 419 bytes --]


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 <E1jB8TJ-00018d-GD@fencepost.gnu.org>.
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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  reply	other threads:[~2020-04-09  4:14 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-08  6:12 Windows and MacOS and emacs.html Richard Stallman
2020-03-08 10:57 ` 황병희
2020-04-08  1:02 ` Bruno Félix Rezende Ribeiro
2020-04-09  3:13   ` Richard Stallman
2020-04-09  4:14     ` Amin Bandali [this message]
2020-04-13  3:29       ` Amin Bandali
2020-04-13  5:39         ` Stefan Kangas
2020-04-14  2:13           ` Richard Stallman
2020-04-14  2:15         ` Richard Stallman
2020-04-28  2:44       ` Richard Stallman
2020-04-28  3:17         ` Amin Bandali
  -- strict thread matches above, loose matches on Subject: below --
2020-03-09  2:48 Richard Stallman

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=87sghdgurh.fsf@gnu.org \
    --to=bandali@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=oitofelix@gnu.org \
    --cc=rms@gnu.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.