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: [WWW] wwwdocs/testing/index.html patch


On Tue, Feb 18, 2003 at 11:01:18AM +1100, Ben Elliston wrote:
> On Gerald's request, I would like to submit the following patch.
> Okay to commit?
> 
> Index: index.html
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/testing/index.html,v
> retrieving revision 1.10
> diff -u -r1.10 index.html
> --- index.html	11 Feb 2003 08:58:11 -0000	1.10
> +++ index.html	17 Feb 2003 23:57:13 -0000
> @@ -21,8 +21,10 @@
>  
>  <ul>
>    <li>Ben Elliston operates a Tinderbox-style build and regression
> -      testing presentation system called
> -      <a href="http://people.redhat.com/bje/flametree/";>Flametree</a>.</li>
> +      testing presentation system called <a
> +      href="http://people.redhat.com/bje/flametree/";>Flametree</a>.
> +      All actively maintained branches are tested. Presently, only
> +      native <tt>i686-pc-linux-gnu</tt> compilers are tested.</li>
>  
>    <li>Phil Edwards runs a build and regression tester referred to as
>        the <a href="http://www.devphil.com/build/";>Autocrasher</a>, which

Sure, but please move the '<a' to the same line with 'href='; I think
emacs breaks it up that way.  There's probably something better to use
than <tt> (although I'm not sure if <code> is appropriate here), but we
can fix that later.

Janis


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