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] mention Treelang


On Tue, 16 Sep 2003, Andreas Jaeger wrote:
> It's a question of completeness.  We could add a footnote or comment
> on saying what treelang is - otherwise we should change the sentence
> to make clear that the list is not complete,

How about starting by adding treelang (plus a short description) to
http://gcc.gnu.org/frontends.html and adding

  <a href="frontends.html">Further frontends</a> are available.

to the first paragraph on our main page?

In fact, I just committed the patch below as a first step, as it can't
hurt either way. ;-)

Gerald

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.395
diff -u -3 -p -r1.395 index.html
--- index.html	6 Sep 2003 00:11:32 -0000	1.395
+++ index.html	16 Sep 2003 18:33:32 -0000
@@ -13,7 +13,8 @@
 <p>GCC is the GNU Compiler Collection, which currently contains
 front ends for C, C++, Objective-C, Fortran,
 <a href="java/">Java</a>, and Ada, as well as libraries for these
-languages (<a href="libstdc++/">libstdc++</a>, libgcj,...).</p>
+languages (<a href="libstdc++/">libstdc++</a>, libgcj,...).
+<a href="frontends.html">Further frontends</a> are available.</p>

 <p>Major decisions about GCC are made by the <a href="steering.html">
 steering committee</a>, guided by the <a href="gccmission.html">


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