public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch, wwwdocs] onlinedocs: Update link names for "GNU Fortran"
@ 2007-07-24 17:00 Tobias Burnus
  2007-07-24 18:02 ` Gerald Pfeifer
  2007-07-24 20:24 ` Toon Moene
  0 siblings, 2 replies; 5+ messages in thread
From: Tobias Burnus @ 2007-07-24 17:00 UTC (permalink / raw)
  To: gcc-patches, Gerald Pfeifer

Hi,

the Fortran compiler is now called "GNU Fortran Compiler" it used to be
called "GNU Fortran 95 Compiler", but the "95" has been dropped since
4.2.0. Additionally, it was decided that "gfortran" is only used to
refer to the executable and not to the name  (which avoids the
capitalization problems).

This patch updates the names, which was suggested by Janne Blomqvist.
The names match what is displayed as title of each document.

OK for check in?

Tobias

Index: htdocs/onlinedocs/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.90
diff -U1 -r1.90 index.html
--- htdocs/onlinedocs/index.html        20 Jul 2007 04:10:18 -0000      1.90
+++ htdocs/onlinedocs/index.html        24 Jul 2007 16:48:27 -0000
@@ -28,3 +28,3 @@
     <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.2.1/gfortran/">GCC
-         4.2.1 GFORTRAN Manual</a> (<a
+         4.2.1 GNU Fortran Manual</a> (<a
          href="http://gcc.gnu.org/onlinedocs/gcc-4.2.1/gfortran.pdf">also
@@ -83,3 +83,3 @@
     <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gfortran/">GCC
-         4.1.2 GFORTRAN Manual</a> (<a
+         4.1.2 GNU Fortran 95 Manual</a> (<a
          href="http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gfortran.pdf">also
@@ -138,3 +138,3 @@
     <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.0.4/gfortran/">GCC
-         4.0.4 GFORTRAN Manual</a> (<a
+         4.0.4 GNU Fortran 95 Manual</a> (<a
          href="http://gcc.gnu.org/onlinedocs/gcc-4.0.4/gfortran.pdf">also
@@ -421,3 +421,3 @@
     <li><a href="http://gcc.gnu.org/onlinedocs/gfortran/">GNU Fortran
-           95 Manual</a> (<a
+           Manual</a> (<a
            href="http://gcc.gnu.org/onlinedocs/gfortran.pdf">also in

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [patch, wwwdocs] onlinedocs: Update link names for "GNU Fortran"
  2007-07-24 17:00 [patch, wwwdocs] onlinedocs: Update link names for "GNU Fortran" Tobias Burnus
@ 2007-07-24 18:02 ` Gerald Pfeifer
  2007-07-24 20:24 ` Toon Moene
  1 sibling, 0 replies; 5+ messages in thread
From: Gerald Pfeifer @ 2007-07-24 18:02 UTC (permalink / raw)
  To: Tobias Burnus; +Cc: gcc-patches

On Tue, 24 Jul 2007, Tobias Burnus wrote:
> This patch updates the names, which was suggested by Janne Blomqvist.
> The names match what is displayed as title of each document.
> 
> OK for check in?

Sure, go ahead!  (This is the kind of change you can just commit
without review, I'd claim. ;-)

Gerald

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [patch, wwwdocs] onlinedocs: Update link names for "GNU Fortran"
  2007-07-24 17:00 [patch, wwwdocs] onlinedocs: Update link names for "GNU Fortran" Tobias Burnus
  2007-07-24 18:02 ` Gerald Pfeifer
@ 2007-07-24 20:24 ` Toon Moene
  2007-07-24 21:13   ` Gerald Pfeifer
  1 sibling, 1 reply; 5+ messages in thread
From: Toon Moene @ 2007-07-24 20:24 UTC (permalink / raw)
  To: Tobias Burnus; +Cc: gcc-patches, Gerald Pfeifer

Tobias Burnus wrote:

> the Fortran compiler is now called "GNU Fortran Compiler" it used to be
> called "GNU Fortran 95 Compiler", but the "95" has been dropped since
> 4.2.0.

I would argue the other way around.  Although GFortran *currently* is 
mostly a Fortran 95 compiler, that isn't it's ultimate frontier.  To me 
that frontier is to track recent Fortran Standardisation efforts (if at 
all possible) and hence refrain from putting a year designation into the 
name of our efforts.

Please discuss,

-- 
Toon Moene - e-mail: toon@moene.indiv.nluug.nl - phone: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
At home: http://moene.indiv.nluug.nl/~toon/
Who's working on GNU Fortran: 
http://gcc.gnu.org/ml/gcc/2007-01/msg00059.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [patch, wwwdocs] onlinedocs: Update link names for "GNU Fortran"
  2007-07-24 20:24 ` Toon Moene
@ 2007-07-24 21:13   ` Gerald Pfeifer
  2007-07-25 13:26     ` Toon Moene
  0 siblings, 1 reply; 5+ messages in thread
From: Gerald Pfeifer @ 2007-07-24 21:13 UTC (permalink / raw)
  To: Toon Moene; +Cc: Tobias Burnus, gcc-patches

Hi Toon,

On Tue, 24 Jul 2007, Toon Moene wrote:
>> the Fortran compiler is now called "GNU Fortran Compiler" it used to be
>> called "GNU Fortran 95 Compiler", but the "95" has been dropped since
>> 4.2.0.
> I would argue the other way around.  Although GFortran *currently* is 
> mostly a Fortran 95 compiler, that isn't it's ultimate frontier.  To me 
> that frontier is to track recent Fortran Standardisation efforts (if at 
> all possible) and hence refrain from putting a year designation into the 
> name of our efforts.

is it possible there is no actual disagreement? ;-)

My reading of Tobias' explanation and the patch itself is that he
only added "95" for those older branches where the documentation
itself actually uses that to bring the link in line with the actual
documentation it points towards, and that he did not use "95" for
the current development stream which does not use that any longer.

Gerald

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [patch, wwwdocs] onlinedocs: Update link names for "GNU Fortran"
  2007-07-24 21:13   ` Gerald Pfeifer
@ 2007-07-25 13:26     ` Toon Moene
  0 siblings, 0 replies; 5+ messages in thread
From: Toon Moene @ 2007-07-25 13:26 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: Tobias Burnus, gcc-patches

Gerald Pfeifer wrote:

> Hi Toon,
> 
> On Tue, 24 Jul 2007, Toon Moene wrote:
>>> the Fortran compiler is now called "GNU Fortran Compiler" it used to be
>>> called "GNU Fortran 95 Compiler", but the "95" has been dropped since
>>> 4.2.0.
>> I would argue the other way around.  Although GFortran *currently* is 
>> mostly a Fortran 95 compiler, that isn't it's ultimate frontier.  To me 
>> that frontier is to track recent Fortran Standardisation efforts (if at 
>> all possible) and hence refrain from putting a year designation into the 
>> name of our efforts.
> 
> is it possible there is no actual disagreement? ;-)
> 
> My reading of Tobias' explanation and the patch itself is that he
> only added "95" for those older branches where the documentation
> itself actually uses that to bring the link in line with the actual
> documentation it points towards, and that he did not use "95" for
> the current development stream which does not use that any longer.

Ugh, sorry - I should have refrained from commenting, as Tobias' 
original mail didn't arrive at my system (probably timed out while I was 
at Ottawa).

-- 
Toon Moene - e-mail: toon@moene.indiv.nluug.nl - phone: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
At home: http://moene.indiv.nluug.nl/~toon/
Who's working on GNU Fortran: 
http://gcc.gnu.org/ml/gcc/2007-01/msg00059.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-07-25 13:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-24 17:00 [patch, wwwdocs] onlinedocs: Update link names for "GNU Fortran" Tobias Burnus
2007-07-24 18:02 ` Gerald Pfeifer
2007-07-24 20:24 ` Toon Moene
2007-07-24 21:13   ` Gerald Pfeifer
2007-07-25 13:26     ` Toon Moene

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).