diff mbox

[wwwdocs] Add blurb to top of gcc-6/changes.html

Message ID 1454685894.4486.42.camel@redhat.com
State New
Headers show

Commit Message

David Malcolm Feb. 5, 2016, 3:24 p.m. UTC
The attached patch adds a summary blurb to the top of the GCC 6 changes
page, emphasizing that there have been more improvements that we could
ever hope to enumerate, and providing prominent links to the porting
page, and to the general documentation (albeit to the "Development"
version for now, since we haven't yet branched).

Validates.

OK to commit?

Dave

Comments

Kyrill Tkachov Feb. 5, 2016, 3:30 p.m. UTC | #1
Hi David,

On 05/02/16 15:24, David Malcolm wrote:
> The attached patch adds a summary blurb to the top of the GCC 6 changes
> page, emphasizing that there have been more improvements that we could
> ever hope to enumerate, and providing prominent links to the porting
> page, and to the general documentation (albeit to the "Development"
> version for now, since we haven't yet branched).

I like the idea. I've been trying to get to the porting-to
page and always end up giving up and just typing the URL explicitly.

+<p>
+This page is a brief summary of the huge number of improvements made to
+GCC in GCC 6.  For more information, see the
+<a href="porting_to.html">Porting to GCC 6</a> page and the
+<a href="../onlinedocs/index.html#current">full GCC documentation</a>.
+</p>


I'd say "brief summary of some of the huge number of improvements..."
as we don't summarise all of the improvements made ;)

Cheers,
Kyrill
Gerald Pfeifer Feb. 7, 2016, 10:09 p.m. UTC | #2
On Fri, 5 Feb 2016, Kyrill Tkachov wrote:
> +<p>
> +This page is a brief summary of the huge number of improvements made to
> +GCC in GCC 6.  For more information, see the
> +<a href="porting_to.html">Porting to GCC 6</a> page and the
> +<a href="../onlinedocs/index.html#current">full GCC documentation</a>.
> +</p>
> 
> I'd say "brief summary of some of the huge number of improvements..."
> as we don't summarise all of the improvements made ;)

Agreed.

And how about "improvements in GCC 6" as opposed to "to GCC in GCC 6"?

This is fine with these changes, David, and a good idea to begin with.

Thanks,
Gerald
diff mbox

Patch

Index: htdocs/gcc-6/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v
retrieving revision 1.56
diff -u -p -r1.56 changes.html
--- htdocs/gcc-6/changes.html	3 Feb 2016 22:57:05 -0000	1.56
+++ htdocs/gcc-6/changes.html	5 Feb 2016 15:25:04 -0000
@@ -11,6 +11,13 @@ 
 <body>
 <h1>GCC 6 Release Series<br />Changes, New Features, and Fixes</h1>
 
+<p>
+This page is a brief summary of the huge number of improvements made to
+GCC in GCC 6.  For more information, see the
+<a href="porting_to.html">Porting to GCC 6</a> page and the
+<a href="../onlinedocs/index.html#current">full GCC documentation</a>.
+</p>
+
 <!-- .................................................................. -->
 <h2>Caveats</h2>
   <ul>