public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Gerald Pfeifer <gerald@pfeifer.com>
To: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org
Subject: [wwwdocs,Java] bin/gen-classpath-compare: http -> https
Date: Tue, 08 Jul 2014 22:27:00 -0000	[thread overview]
Message-ID: <alpine.LSU.2.11.1407090024360.6008@tuna.site> (raw)

Java guys, 

 -- do you still need this script or can it be removed?


For now I went ahead and applied the patch below which converts
the reference to the style sheet from http to https.

Gerald

Index: bin/gen-classpath-compare
===================================================================
RCS file: /cvs/gcc/wwwdocs/bin/gen-classpath-compare,v
retrieving revision 1.17
diff -u -r1.17 gen-classpath-compare
--- bin/gen-classpath-compare	23 Sep 2004 22:46:06 -0000	1.17
+++ bin/gen-classpath-compare	8 Jul 2014 22:18:39 -0000
@@ -45,7 +45,7 @@
 rm -f $OUTPUT/compare/*.diff
 
 echo "<html> <head> <title>libgcj -vs- Classpath ($GUI)</title>" > $outfile
-echo '<link rel="stylesheet" type="text/css" href="http://gcc.gnu.org/gcc.css"></link>' >> $outfile
+echo '<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"></link>' >> $outfile
 echo "</head> <body> <h1>libgcj -vs- Classpath ($GUI)</h1>" >> $outfile
 
 cat >> $outfile << 'END'

                 reply	other threads:[~2014-07-08 22:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=alpine.LSU.2.11.1407090024360.6008@tuna.site \
    --to=gerald@pfeifer.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=java-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).