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]

Re: [wwwdocs, Fortran, fixes] Committed the following HTML fixes.


On Tue, 7 Oct 2003, Toon Moene wrote:
> See the attached patch.

The patch below fixes many, but still not all remaining problems with
fortran/index.html.

I focused on markup problems, but please note that we _must_ use the
term GNU/Linux, not just x86-linux or something like that!

(BTW, if you follow the links from the mail sent by my automatic commit
checker, you will get a relatively good analysis of the markup problems
found.)

Gerald

Fix markup (<br /> instead of <br>, &amp; instead of &,...) and properly
use the term GNU/Linux instead of linux.

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/fortran/index.html,v
retrieving revision 1.4
retrieving revision 1.6
diff -u -3 -p -r1.4 -r1.6
--- index.html	7 Oct 2003 19:28:55 -0000	1.4
+++ index.html	7 Oct 2003 19:44:47 -0000	1.6
@@ -28,7 +28,7 @@ available to the Fortran community.</p>
 <p>You can reach us at the
 <a href="mailto:fortran@gcc.gnu.org";>fortran@gcc.gnu.org</a>
 mailing list.  For subscribing to the mailing list, see
-<a href="http://gcc.gnu.org/ml";>this page</a>.
+<a href="http://gcc.gnu.org/ml";>this page</a>.</p>

 <h2>Project goal</h2>
 <p>We strive to provide a high quality release, which we want to work
@@ -72,7 +72,7 @@ page is preserved for historical reasons

 <dl>
 <dt><b>July 05, 2003</b></dt>
-<dd>New x86-linux binaries have been released. Get them
+<dd>New x86 GNU/Linux binaries have been released. Get them
 <a href="http://sourceforge.net/project/showfiles.php?group_id=70680";>here</a>.
 Note these tend to get out of date fairly quicky, so it's reccommended
 that you <a href="building.html">compile your own</a> from GCC CVS if
@@ -82,7 +82,7 @@ possible.</dd>
 <dd>gcc-g95 has been integrated into the <a
 href="http://gcc.gnu.org/projects/tree-ssa/";>tree-ssa branch</a> of
 the <a href="http://gcc.gnu.org/cvs.html";>GCC CVS repository</a>
-(announcement on mailing list <a href="http://sourceforge.net/mailarchive/forum.php?thread_id=2840068&forum_id=21262";>here</a>). This
+(announcement on mailing list <a href="http://sourceforge.net/mailarchive/forum.php?thread_id=2840068&amp;forum_id=21262";>here</a>). This
 branch of GCC will become part of official GCC releases by the time
 GCC 3.5 is released. This web page and our mailing list will move to <a
 href="http://gcc.gnu.org";>gcc.gnu.org</a> sometime soon.</b></dd>
@@ -92,7 +92,7 @@ href="http://gcc.gnu.org";>gcc.gnu.org</a
 update your local copies and give our sources a try.</dd>

 <dt><b>July 05, 2003</b></dt>
-<dd>New x86-linux binaries have been released. Get them
+<dd>New x86 GNU/Linux binaries have been released. Get them
 <a href="http://sourceforge.net/project/showfiles.php?group_id=70680";>here</a>.
 These include a complete FORALL implementation and some support for internal IO,
 amongst other things.</dd>
@@ -129,7 +129,7 @@ You will need a working <a href="http://


 <dt><b>May 20, 2003</b></dt>
-<dd>New x86-linux binaries have been released. Get them
+<dd>New x86 GNU/Linux binaries have been released. Get them
 <a href="http://sourceforge.net/project/showfiles.php?group_id=70680";>here</a>.</dd>

 <dt><b>April 18, 2003</b></dt>
@@ -159,13 +159,14 @@ and SPREAD intrinsics.</dd>
 <dt><b>March 15, 2003</b></dt>
 <dd>G95 now has a new command line switch, <code>-fg77-calls</code>.  This makes g95
 generate code using a g77 compatible calling convention.  Character variables are
-still wrong, but other things should work ok.<br>
-New linux binaries have been uploaded.  They're available from the
+still wrong, but other things should work ok.<br />
+New GNU/Linux binaries have been uploaded.  They're available from the
 SourceForge <a href="http://sourceforge.net/projects/gcc-g95/"; target="_top">
 Project page</a>.</dd>

 <dt><b>March 9, 2003</b></dt>
-<dd>Assumed shape arrays should now work properly, linux binary coming soon...</dd>
+<dd>Assumed shape arrays should now work properly, GNU/Linux binary coming
+soon...</dd>
 <dt><b>January 29, 2003</b></dt>
 <dd>Paul has uploaded a new statically linked executable.  It is available
 from our SourceForge <a


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