public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jonathan Wakely <jwakely@redhat.com>
To: gcc-patches@gcc.gnu.org
Subject: Re: [PATCH] wwwdocs: Do not rewrite the page titles
Date: Thu, 3 Jun 2021 17:04:37 +0100	[thread overview]
Message-ID: <YLj9lXk3ybhT3RO7@redhat.com> (raw)
In-Reply-To: <YLj6T4FSzEImBDcP@redhat.com>

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

On 03/06/21 16:50 +0100, Jonathan Wakely wrote:
>Ping.
>
>Is this OK now?
>
>
>On 18/04/21 23:45 +0100, Jonathan Wakely wrote:
>>Remove GNU and FSF attribution from HTML page titles.
>>
>>
>>I don't see why we should have to "comply with the GNU style" if we're
>>truly an independent project run by the GCC developers and aided by
>>the steering committee.
>>
>>OK for wwwdocs?

An alternative change would be to just drop the mention of the FSF,
since they don't fund GCC or provide hosting etc., as in the attached
patch.

And as I pointed out previously, none of these sites refer to the FSF
in their page <title>s:

https://www.gnu.org/software/gdb/
https://www.gnu.org/software/libc/
https://www.gnu.org/software/guile/
https://www.gnu.org/software/emacs/
https://guix.gnu.org/

(Some don't refer to the GNU project either.)



[-- Attachment #2: patch.txt --]
[-- Type: text/x-patch, Size: 590 bytes --]

diff --git a/htdocs/style.mhtml b/htdocs/style.mhtml
index 677fd05a..1f7139eb 100644
--- a/htdocs/style.mhtml
+++ b/htdocs/style.mhtml
@@ -32,12 +32,12 @@
  </verbatim>
 </define-container>
 
-;;; Redefine the <title> tag to comply with the GNU style.
+;;; Redefine the <title> tag to mention the GNU project.
 
 <define-container title>
 <verbatim><title></verbatim>
 %body
-<verbatim>- GNU Project - Free Software Foundation (FSF)</title></verbatim>
+<verbatim>- GNU Project</title></verbatim>
 </define-container>
 
 ;;; Redefine the <body> tag, adding navigation and a standard footer.

  reply	other threads:[~2021-06-03 16:04 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-18 22:45 Jonathan Wakely
2021-04-19 16:33 ` Richard Kenner
2021-04-19 19:55   ` Jonathan Wakely
2021-04-19 20:14     ` Jonathan Wakely
2021-06-03 15:50 ` Jonathan Wakely
2021-06-03 16:04   ` Jonathan Wakely [this message]
2021-06-15 12:19     ` Gerald Pfeifer
2021-07-27 15:07       ` Jonathan Wakely

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=YLj9lXk3ybhT3RO7@redhat.com \
    --to=jwakely@redhat.com \
    --cc=gcc-patches@gcc.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.
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).