From patchwork Tue Apr 5 14:00:25 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 89871 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 1170EB6F87 for ; Wed, 6 Apr 2011 00:00:58 +1000 (EST) Received: (qmail 9519 invoked by alias); 5 Apr 2011 14:00:56 -0000 Received: (qmail 9508 invoked by uid 22791); 5 Apr 2011 14:00:55 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from relay00.pair.com (HELO relay00.pair.com) (209.68.5.9) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Tue, 05 Apr 2011 14:00:23 +0000 Received: (qmail 8740 invoked from network); 5 Apr 2011 14:00:21 -0000 Received: from 195.135.221.2 (HELO d95.suse.de) (195.135.221.2) by relay00.pair.com with SMTP; 5 Apr 2011 14:00:21 -0000 X-pair-Authenticated: 195.135.221.2 Date: Tue, 5 Apr 2011 16:00:25 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org cc: Ian Lance Taylor Subject: [wwwdocs] Google's Summer of Code Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Ian made the very good point that we should highlight this a bit, and suggested some wording and link. Here we go! Gerald Index: index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v retrieving revision 1.784 diff -u -r1.784 index.html --- index.html 3 Apr 2011 17:18:17 -0000 1.784 +++ index.html 5 Apr 2011 13:58:10 -0000 @@ -50,6 +50,12 @@

News

+ +
GCC has been accepted to +Google's +Summer of Code 2011. +We are currently accepting student applications.
+
March 25, 2011
GCC 4.6.0 has been released.
Index: gcc.css =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v retrieving revision 1.10 diff -u -r1.10 gcc.css --- gcc.css 5 Apr 2011 13:55:12 -0000 1.10 +++ gcc.css 5 Apr 2011 13:58:10 -0000 @@ -11,6 +11,8 @@ h1 { color: #FF8C00; text-align:center;" } +.highlight{ color: #FF8C00; } + dl.news dt { font-weight:bold; } dl.news dd { margin-left:3ex; }