This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[gfortran, wwwdocs, committed] Re: Fwd: gfortran.org


François-Xavier Coudert wrote:
> I just noticed that gfortran.org doesn't redirect to the wiki, but to
> the "GNU Fortran 95" official page. That makes it harder for people to
> get the binaries and test the compiler, doesn't it?

It seems to point to the wiki again.

> PS: moreover, there's a infinite loop, this the "GNU Fortran 95"
> webpage states that binaries are available from www.gfortran.org!

I've committed the folowing under the obviously correct rule to fix this loop.

- Tobi

Index: fortran/index.html
===================================================================
RCS file: /cvsroot/gcc/wwwdocs/htdocs/fortran/index.html,v
retrieving revision 1.22
diff -u -p -r1.22 index.html
--- fortran/index.html  25 Feb 2005 19:35:15 -0000      1.22
+++ fortran/index.html  23 Jun 2005 19:58:09 -0000
@@ -95,10 +95,9 @@ deliberately does anything stupid :-)</l
 <h2>Binaries</h2>
 <p>The GNU project is about providing source code for its programs.
 Sometimes, however, it is easier to install a binary directly.
-<a href="http://www.gfortran.org/";>Bud Davis' gfortran site</a>
-offers daily binaries of gfortran for some popular architecture/operating system
-combinations.  In accordance with the GPL, it also offers the corresponding
-source code.</p>
+A number of people regularly build binaries for different platforms.
+Links to these can be found in <a
+href="http://gcc.gnu.org/wiki/GFortran#download";>the wiki</a>.</p>

 <h2>Usage</h2>
 <p>Here is a short <a href="usage.html">explanation</a> on how to invoke and


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]