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]

PATCH: prepare libstdc++ pages for generic navigation


This is the first step, I will than add these (and many more) links as
part of the new generic navigation, similar to what we have on the Java
pages.

Phil, no more tables you have to worry about! :-)

Gerald


2002-11-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>

	* thanks.html: Remove this files.
	* index.html: Remove link to thanks.html and links to general GCC
	pages; add link to GCC main page.
	* status.html: Detto.

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/index.html,v
retrieving revision 1.27
diff -u -3 -p -r1.27 index.html
--- index.html	4 Oct 2002 12:05:48 -0000	1.27
+++ index.html	11 Nov 2002 22:44:16 -0000
@@ -23,14 +23,12 @@
     <tr><td colspan="2"></td></tr>

     <tr><td colspan="2">
-    <a href="index.html">Home</a><br />
+    <a href="index.html">libstdc++ Home</a><br />
+    <a href="../index.html">GCC Home</a><br />
     <a href="status.html">Status</a><br />
     <a href="http://gcc.gnu.org/onlinedocs/libstdc++/faq/index.html";>FAQ</a>
 (<a href="http://gcc.gnu.org/onlinedocs/libstdc++/faq/index.txt";>text</a>)<br />
     <a href="http://gcc.gnu.org/onlinedocs/libstdc++/documentation.html";>Documentation</a><br />
-    <a href="../lists.html">Mailing Lists</a><br />
-    <a href="thanks.html">Contributors</a><br />
-    <a href="../readings.html">Links</a><br />
     </td></tr>

 </table></td><td></td><td>
Index: status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/status.html,v
retrieving revision 1.23
diff -u -3 -p -r1.23 status.html
--- status.html	8 Jul 2002 17:43:27 -0000	1.23
+++ status.html	11 Nov 2002 22:44:16 -0000
@@ -23,14 +23,12 @@
     <tr><td colspan="2"></td></tr>

     <tr><td colspan="2">
-    <a href="index.html">Home</a><br />
+    <a href="index.html">libstdc++ Home</a><br />
+    <a href="../index.html">GCC Home</a><br />
     <a href="status.html">Status</a><br />
     <a href="http://gcc.gnu.org/onlinedocs/libstdc++/faq/index.html";>FAQ</a>
 (<a href="http://gcc.gnu.org/onlinedocs/libstdc++/faq/index.txt";>text</a>)<br />
     <a href="http://gcc.gnu.org/onlinedocs/libstdc++/documentation.html";>Documentation</a><br />
-    <a href="../lists.html">Mailing Lists</a><br />
-    <a href="thanks.html">Contributors</a><br />
-    <a href="../readings.html">Links</a><br />
     </td></tr>

 </table></td><td></td><td>
Index: thanks.html
===================================================================
RCS file: thanks.html
diff -N thanks.html
--- thanks.html	4 Oct 2002 17:39:57 -0000	1.21
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,189 +0,0 @@
-<html>
-<head>
- <meta name="KEYWORDS" content="libstdc++, homepage, home, g++, libg++, STL" />
- <title>Standard C++ Library v3</title>
- <link rel="StyleSheet"href="lib3styles.css" />
-</head>
-<body>
-
-<!-- ####################################################### -->
-<!-- Encloses everything. :-(  First row is the sigil; second row
-     is the rest of the page (which is another table, blech).  That
-     second row contains two elements; the first is the TOC (in gray)
-     and the second is another table (hork).  That second table
-     contains the actual "text" of the page.
--->
-<table>
-  <tr><td valign="top" align="left">
-  <p><span class="tocheader">libstdc++</span> v3</p>
-  </td></tr><tr><td valign="top" bgcolor="#EEEEEE">
-
-<!-- TOC (Navigation bar thingy) -->
-<table cellspacing="10">
-    <tr><td colspan="2"></td></tr>
-
-    <tr><td colspan="2">
-    <a href="index.html">Home</a><br />
-    <a href="status.html">Status</a><br />
-    <a href="http://gcc.gnu.org/onlinedocs/libstdc++/faq/index.html";>FAQ</a>
-(<a href="http://gcc.gnu.org/onlinedocs/libstdc++/faq/index.txt";>text</a>)<br />
-    <a href="http://gcc.gnu.org/onlinedocs/libstdc++/documentation.html";>Documentation</a><br />
-    <a href="../lists.html">Mailing Lists</a><br />
-    <a href="thanks.html">Contributors</a><br />
-    <a href="../readings.html">Links</a><br />
-    </td></tr>
-
-</table></td><td></td><td>
-    <!-- Why another table for the actual stuff?  See JSM's insightful
-         comments in the source of sources.redhat.com.
-     -->
-    <table><tr><td>
-
-<!-- ####################################################### -->
-
-
-<h2 class="centered">Contributors</h2>
-
-<p>
-   <!-- This little ditty was ripped wholesale from Anthony Green's
-        paragraph on the GCJ Credits page.  -->
-   Many people contribute to the libstdc++-v3 project,
-   and in many different capacities.  Any omissions -- and there definitely
-   are many --
-   in this list are accidental.  <strong>Feel free</strong> to contact
-   <a href="mailto:pme@gcc.gnu.org";>pme@gcc.gnu.org</a>
-   if you have been left out or some of your contributions are not listed.
-   Please keep this list in alphabetical order.
-</p>
-
-   <!--
-         Latest update 2002-04-01, more or less.
-   -->
-<ul>
-
-  <li>J. David Anglin for threading-related fixes and improvements.</li>
-
-  <li>Stephan Buys for contributing doxygen notes.</li>
-
-  <li>Paolo Carlini for lots of efficiency improvements to the string class,
-      hard detective work on the frustrating localization issues,
-      and keeping up with the PR reports.</li>
-
-  <li>Michael Cook for cleanup patches to reduce warnings.</li>
-
-  <li>Russell Davidson for fstream and stringstream fixes.</li>
-
-  <li>Gabriel Dos Reis for contributing the valarray implementation,
-      taming g++ diagnostic messages involving templates, maintaining
-      the numerics library (including that pesky &lt;limits&gt; :-), and
-      keeping up-to-date anything to do with numbers.</li>
-
-  <li>Ulrich Drepper for all kinds of C interface issues, contributing
-      and maintaining complex&lt;&gt;, sanity checking and disbursement,
-      configuration architecture, libio maintenance, early math work.</li>
-
-  <li>David Edelsohn for doing the entire AIX port with his bare hands.</li>
-
-  <li>Kevin Ediger for the floating point formatting of num_put::do_put.</li>
-
-  <li>Phil Edwards for configuration hackery, documentation maintainer,
-      chief breaker of the web pages, and the occasional iostream bugfix.</li>
-
-  <li>Mark Elbrecht for configuration support for locales and
-      fstream-related fixes.</li>
-
-  <li>Vadim Egorov for fixes in strings, streambufs, and iostreams.</li>
-
-  <li>Nicolai Josuttis for additional documentation.</li>
-
-  <li>Ryszard Kabatek for many, many bugfixes and optimizations of strings,
-      especially member functions, and for auto_ptr fixes.</li>
-
-  <li>Brendan Kehoe for a lot of early work in just about every part of
-      the library.</li>
-
-  <li>Mumit Khan for massive porting work to Cygwin/Mingw32.</li>
-
-  <li>Benjamin Kosnik for, well, everything.</li>
-
-  <li>Martin v. Loewis for namespace patches and fixes, and tons of
-      assistance with the compiler merges.</li>
-
-  <li>Philip Martin for lots of string and vector iterator fixes and
-      improvements, and string clean up and testsuites.</li>
-
-  <li>Alfred Minarik for string and ios bugfixes, and turning the entire
-      testsuite namespace-compatible.</li>
-
-  <li>Jason Molenda for keeping all the machines running.  Doing all
-      this work on scrap paper and the backs of envelopes would have
-      been... difficult.</li>
-
-  <li>Nathan Myers for architecture and authorship through the first
-      three snapshots, including implementation of locale infrastructure,
-      string, shadow C headers, and the initial project documentation
-      (DESIGN, CHECKLIST, and so forth).  Later, more work on MT-safe
-      string and shadow headers.</li>
-
-  <li>Felix Natter for documentation on porting.</li>
-
-  <li>Alexandre Oliva for keeping libtool issues sane and happy.</li>
-
-  <li>Gerald &quot;Jerry&quot; Pfeifer for lots of help on merging with
-      the main GCC project.</li>
-
-  <li>Loren James Rittle for threading fixes, thread-related configury
-      changes, critical threading documentation, and solutions to really
-      tricky I/O problems.</li>
-
-  <li>Chip Salzenberg for patches and improvements to locales, traits,
-      Makefiles, libio, libtool hackery, and &quot;long long&quot;
-      support.</li>
-
-  <li>Peter Schmid for constant testing -- especially application testing,
-      going above and beyond what was requested for the release criteria
-      -- and header file tweaks.</li>
-
-  <li>Kenny Simpson for prompting fixes due to defect reports from the
-      LWG (thereby keeping us in line with updates from the ISO).</li>
-
-  <li>Scott Snyder for queue, iterator, istream, and string fixes and
-      testsuite entries.</li>
-
-  <li>Petter Urkedal for CXXFLAGS, math, and algorithms fixes.</li>
-
-  <li>Brent Verner for work with the cshadow files and their associated
-      configure steps.</li>
-
-  <li>Jonathan Wakely for contributing doxygen notes.</li>
-
-  <li>Stephen M. Webb for time and effort on making shadow files work
-      with the tricky Solaris 8+ headers, and for pushing the build-time
-      header tree.</li>
-
-</ul>
-
-<p>We'd also like to thank the folks who have contributed time and
-   energy in testing libstdc++-v3, especially those sending in testsuite
-   evaluations and documentation corrections:</p>
-
-<ul>
-  <li>David Billinghurst</li>
-  <li>David Gilbert</li>
-  <li>Levente Farkas</li>
-  <li>J&uuml;rgen Freyh</li>
-  <li>James Kanze</li>
-  <li>llewelly</li> <!-- Honest, that's the only name in the messages. -->
-  <li>George Talbot</li>
-  <li>Carlo Wood</li>
-</ul>
-
-<p>It couldn't be done without you!</p>
-
-
-</td></tr></table></td></tr></table>
-
-</body>
-</html>
-
-


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