From patchwork Wed Nov 20 05:00:09 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philippe Baril Lecavalier X-Patchwork-Id: 292648 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]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id B787C2C00E9 for ; Wed, 20 Nov 2013 16:02:13 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:mime-version:content-type :content-id; q=dns; s=default; b=YbfozUXK6OqZ4DwHlMa+Ixc3El4vBmz i9MsoM5Uz56uryit7qO+VJ75EMxcWkqOpRrs/yumFgiLtz091nNN8x1rsZkN3r6V TFl7jwBRmBs/uRyqLd9yQRj12quA9xaL/Y2atkuUV3xDT1/zfkxeCg+eHqIeHBIj HE/PfNrZBduc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:mime-version:content-type :content-id; s=default; bh=ctyb9w1TjlJq4uYXUHXXSH01e3o=; b=c0ZT4 q0+s/P9dZMUdrZNfsSsxO0J8d4Gi3tC29dODiUZ5cDw82Hf7/JxT+XTJCcPR/5k8 BkOPvK/BTy3QPyqmUcwlSDeOJdAcqa7tGoyaErXk6rLG8Vtd7Vo6wk3dvTpcgMFP hiwCGIqvfcjzj7gWgKD2w2bno+aXmUb+9ezOOo= Received: (qmail 31067 invoked by alias); 20 Nov 2013 05:02:01 -0000 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 Received: (qmail 31057 invoked by uid 89); 20 Nov 2013 05:02:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=BAYES_20, FREEMAIL_FROM, RDNS_NONE, SPF_PASS, URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mail-qe0-f45.google.com Received: from Unknown (HELO mail-qe0-f45.google.com) (209.85.128.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 20 Nov 2013 05:00:19 +0000 Received: by mail-qe0-f45.google.com with SMTP id 6so829817qea.18 for ; Tue, 19 Nov 2013 21:00:11 -0800 (PST) X-Received: by 10.49.12.102 with SMTP id x6mr7157883qeb.5.1384923611476; Tue, 19 Nov 2013 21:00:11 -0800 (PST) Received: from [192.168.1.101] (modemcable175.208-20-96.mc.videotron.ca. [96.20.208.175]) by mx.google.com with ESMTPSA id q15sm60483438qac.12.2013.11.19.21.00.10 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 Nov 2013 21:00:10 -0800 (PST) Date: Wed, 20 Nov 2013 00:00:09 -0500 (EST) From: Philippe Baril Lecavalier To: gcc-patches@gcc.gnu.org cc: gerald@pfeifer.com Subject: [wwwdocs] Broken links Message-ID: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-ID: Enclosed is a patch modifying three broken links, on three separate pages. I also added some indications to about.html on how to submit a patch for the web site for those who do not have commit access, which is precisely what I have been instructed to do (so now it becomes documented). See for more information. All the best, Philippe Baril Lecavalier Index: projects/beginner.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/projects/beginner.html,v retrieving revision 1.57 diff -u -r1.57 beginner.html --- projects/beginner.html 29 Dec 2012 00:24:56 -0000 1.57 +++ projects/beginner.html 20 Nov 2013 04:55:23 -0000 @@ -32,7 +32,7 @@ RTL. It may help to understand the higher-level tree structure as well. Unfortunately, for this we only have an incomplete, C/C++ specific manual.

+href="http://gcc.gnu.org/onlinedocs/gccint/GENERIC.html">incomplete, C/C++ specific manual.

Remember to keep other developers informed of any substantial projects you intend to work on.

Index: projects/documentation.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/projects/documentation.html,v retrieving revision 1.5 diff -u -r1.5 documentation.html --- projects/documentation.html 19 Sep 2007 22:40:29 -0000 1.5 +++ projects/documentation.html 20 Nov 2013 04:55:23 -0000 @@ -56,7 +56,7 @@

We've got quite a bit of this but it is scattered all over the place. It belongs in the official manual. There is a C/C++ specific manual, +href="http://gcc.gnu.org/onlinedocs/gccint/GENERIC.html">C/C++ specific manual, which is incomplete, though. The file gcc/LANGUAGES contains incomplete and outdated information about changes made in not so recent years to the tree Index: readings.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.233 diff -u -r1.233 readings.html --- readings.html 31 Oct 2013 18:03:28 -0000 1.233 +++ readings.html 20 Nov 2013 04:55:23 -0000 @@ -401,7 +401,7 @@

Objective-C Information

Index: about.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/about.html,v retrieving revision 1.19 diff -u -r1.19 about.html --- about.html 18 Aug 2013 20:38:58 -0000 1.19 +++ about.html 20 Nov 2013 04:55:23 -0000 @@ -69,6 +69,24 @@ list. +

If you do not have commit access, please send an email to gcc-patches@gcc.gnu.org +and CC gerald@pfeifer.com, +with the following:

+ +
    +
  • Secify [wwwwdocs] in the subject header.
  • + +
  • Description of your patch and list of modified files.
  • + +
  • Mention the fact that you do not have commit access (why you do +this).
  • + +
  • Link to bugzilla +issue, if applicable.
  • + +
  • Your patch (from cvs diff) as an attachment.
  • +

The host system