From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74695 invoked by alias); 10 Apr 2016 21:58:50 -0000 Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org Received: (qmail 74667 invoked by uid 89); 10 Apr 2016 21:58:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.6 required=5.0 tests=BAYES_50,KAM_ASCII_DIVIDERS,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=font-weight, fontweight, td.news, UD:css,v X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx5-phx2.redhat.com Received: from mx5-phx2.redhat.com (HELO mx5-phx2.redhat.com) (209.132.183.37) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sun, 10 Apr 2016 21:58:39 +0000 Received: from zmail17.collab.prod.int.phx2.redhat.com (zmail17.collab.prod.int.phx2.redhat.com [10.5.83.19]) by mx5-phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u3ALwcPB019512; Sun, 10 Apr 2016 17:58:38 -0400 Date: Sun, 10 Apr 2016 21:58:00 -0000 From: Andrew Hughes To: Gerald Pfeifer Cc: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org Message-ID: <1384476119.20974246.1460325515495.JavaMail.zimbra@redhat.com> In-Reply-To: References: Subject: Re: [wwwdocs,Java] java/index.html -- fix formatting on gcc.gnu.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-q2/txt/msg00001.txt.bz2 ----- Original Message ----- > It turns out the stricter server settings also broke the /java > page on gcc.gnu.org. > > This restores showing two columns on this page (though it still > uses non-standard CSS extensions). > > > That said, looking at the page, and how since 2005 nearly all changes > have been maintainance ones from me, is it really worthwhile keeping > this (short of historic reasons)? > > 2016-04-08 Gerald Pfeifer > > * index.html: Replace manual style to establish two columns > by new global CSS class "twocolumns". > > Index: gcc.css > =================================================================== > RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v > retrieving revision 1.38 > diff -u -r1.38 gcc.css > --- gcc.css 5 Apr 2016 16:20:29 -0000 1.38 > +++ gcc.css 9 Apr 2016 16:22:40 -0000 > @@ -15,6 +15,8 @@ > .highlight{ color: darkslategray; font-weight:bold; } > .smaller { font-size: 80%; } > > +.twocolumns { column-counts:2; -moz-column-count:2; } > + > td.news { width: 50%; padding-right: 8px; } > td.news h2 { font-size: 1.2em; margin-top: 0; margin-bottom: 2%; } > td.news dl { margin-top:0; } > > Index: java/index.html > =================================================================== > RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v > retrieving revision 1.177 > diff -u -r1.177 index.html > --- java/index.html 27 Jun 2014 15:04:39 -0000 1.177 > +++ java/index.html 9 Apr 2016 16:22:41 -0000 > @@ -32,7 +33,7 @@ > >

GCJ News

> > -
> +
> > > > I guess the next news will be the removal of GCJ during the GCC 7 development period, so its remaining shelf life should be limited anyway. -- Andrew :) Senior Free Java Software Engineer Red Hat, Inc. (http://www.redhat.com) PGP Key: ed25519/35964222 (hkp://keys.gnupg.net) Fingerprint = 5132 579D D154 0ED2 3E04 C5A0 CFDA 0F9B 3596 4222