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.)


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 via email to