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: new files htdocs/about.html


I have committed the following file, but not linked it from any page yet.

My plan is to add a footer like the one on that page to all of our web
pages, which will allow us to

 o have a common style (Actually we nearly have that already, Jeff 
   took care of that from the very beginning!);
 o mention points of contact without specifying only a single e-mail
   address like egcs@egcs.cygnus.com, which is not suitable for all
   kinds of inquiries;
 o invite others to contribute to the web pages; and
 o make the transition for the GCC web pages easier.

Comments?

Gerald


*** /dev/null	Mon Apr 19 20:31:49 1999
--- about.html	Mon Apr 19 20:35:50 1999
***************
*** 0 ****
--- 1,41 ----
+ <html>
+ <head>
+ <title>egcs project: about</title>
+ </head>
+ 
+ <body bgcolor="white" text="black" link="#0000EE" vlink="#551A8B" alink="red">
+ 
+ <h1 align="center">egcs project: about</h1>
+ 
+ <p>These pages are maintained by the egcs team, which consists of
+ numerous <a href="thanks.html">volunteers and contributors</a>. The
+ web effort is coordinated by Jeff Law and Gerald Pfeifer, but again,
+ there are <em>lots</em> of people who contribute.</p>
+ </p>
+ 
+ <p>Please send feedback, problem reports and patches to our
+ <a href="lists.html">mailing lists</a>, i.e.,
+   <code>egcs@egcs.cygnus.com</code>,
+   <code>egcs-bugs@egcs.cygnus.com</code>, and
+   <code>egcs-patches@egcs.cygnus.com</code>.
+ </p>
+ 
+ <p>Like the egcs sources themselves, the web pages are under
+ <a href="cvs.html">CVS control</a>. Changes to the CVS repository
+ immediately propagate to the web server and you can easily track any
+ changes or contribute some of your own.
+ </p>
+ 
+ <hr>
+ <a name="glimpsebox"></a>
+ <!--#include virtual="/glimpsebox.html"-->
+ 
+ <hr>
+ <address>
+ <a href="about.html">The egcs team</a>
+ <br>
+ <small><i>Last modified on April 15, 1999.</i></small>
+ </address>
+ 
+ </body>
+ </html>





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