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]

Patch to web pages: improve visibility of web.html


It seems to me that the list of web pages projects should be more visible;
this patch adds a link to it from projects/index.html.  OK to commit?

(Arguably, it should move to projects/web.html; let me know if you want me
to make that change as well.  Quite possibly web.html could be updated or
have other projects added.)

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/index.html,v
retrieving revision 1.6
diff -u -r1.6 index.html
--- index.html	2000/12/07 09:06:58	1.6
+++ index.html	2000/12/09 23:21:07
@@ -17,6 +17,9 @@
 <p>There is a separate project list for the <a
 href="cpplib.html">C preprocessor</a>.

+<p>There is a separate projects list for the <a href="../web.html">web
+pages</a>.</p>
+
 <p>We also have a page detailing <a href="optimize.html">optimizer
 inadequacies</a>, if you'd prefer to think about it in terms of problems
 instead of features.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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