You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2005/09/16 19:49:25 UTC

svn commit: r289622 - in /incubator/stdcxx/site: download.html index.html

Author: sebor
Date: Fri Sep 16 10:49:16 2005
New Revision: 289622

URL: http://svn.apache.org/viewcvs?rev=289622&view=rev
Log:
2005-09-16  Martin Sebor  <se...@roguewave.com>

	* download.html: Added info on the first snapshot.
	Added tooltips to menu items.
	* index.html: Separated menu items with blank lines for better
	readability.

Modified:
    incubator/stdcxx/site/download.html
    incubator/stdcxx/site/index.html

Modified: incubator/stdcxx/site/download.html
URL: http://svn.apache.org/viewcvs/incubator/stdcxx/site/download.html?rev=289622&r1=289621&r2=289622&view=diff
==============================================================================
--- incubator/stdcxx/site/download.html (original)
+++ incubator/stdcxx/site/download.html Fri Sep 16 10:49:16 2005
@@ -66,13 +66,14 @@
       <div class="menupage">
 
         <div class="menuitem">
-          <a title="" href="index.html">
+          <a title="Go to the stdcxx home page" href="index.html">
             stdcxx
           </a>
         </div>
 
         <div class="menuitem">
-          <a title="" href="http://incubator.apache.org/projects/stdcxx.html">
+          <a title="View the incubation status page"
+             href="http://incubator.apache.org/projects/stdcxx.html">
             Status
           </a>
         </div>
@@ -86,37 +87,43 @@
         </div>
 
         <div class="menuitem">
-          <a title="" href="http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/etc/config/README">
+          <a title="View the latest README in Subversion"
+             href="http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/etc/config/README">
             README
           </a>
         </div>
 
         <div class="menuitem">
-          <a title="" href="http://www.apache.org/licenses/LICENSE-2.0">
+          <a title="Read the Apache License, Version 2.0"
+             href="http://www.apache.org/licenses/LICENSE-2.0">
             License
           </a>
         </div>
 
         <div class="menuitem">
-          <a title="" href="bugs.html">
+          <a title="Learn how to file bugs against stdcxx"
+             href="bugs.html">
             Bugs
           </a>
         </div>
 
         <div class="menuitem">
-          <a title="" href="http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/doc/stdlibref/">
+          <a title="View the Class Reference sources in Subversion"
+             href="http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/doc/stdlibref/">
             Class Reference
           </a>
         </div>
 
         <div class="menuitem">
-          <a title="" href="http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/doc/stdlibug/">
+          <a title="View the User Guide sources in Subversion"
+             href="http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/doc/stdlibug/">
             User Guide
           </a>
         </div>
 
         <div class="menuitem">
-          <a title="" href="#">
+          <a title="View the Design and Style Document"
+             href="#">
             Design and Style Document
           </a>
         </div>
@@ -223,22 +230,43 @@
     <div class="section">
       <p>
 
-No snapshots of  stdcxx are available at this  time.
+See the table below for the available snapshots.
 
       </p>
-      <p>
-
-On  8/25/2005 the stdcxx  development community  proposed to  make the
-first       snapshot      of       stdcxx      (see       this      <a
-href="http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200508.mbox/%3c430E39CD.7040501@roguewave.com%3e">post</a>)
-available for  download.  As  of 9/2005 the  vote on the  proposal has
-passed                  (see                  this                  <a
-href="http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200509.mbox/%3c4317A0AE.9040204@roguewave.com%3e">post</a>). Pending
-the approval of the Incubator PMC, the snapshot will be made available
-for download  from the stdcxx  Web site.  Until  then, use one  of the
-methods above to download stdcxx files.
 
-      </p>
+      <table class="ForrestTable" cellspacing="1" cellpadding="4">
+        <tbody>
+          <tr>
+            <th>version</th>
+            <th>date</th>
+            <th>file</th>
+            <th>size</th>
+            <th>md5 sum</th>
+            <th>comment</th>
+          </tr>
+          <tr>
+            <td>4.1.2</td>
+            <td>9/7/2005</td>
+            <td>
+              <a href="http://cvs.apache.org/dist/incubator/stdcxx/snapshots/stdcxx-incubating-4.1.2-2005-07-19.tar.gz">
+                stdcxx-incubating-4.1.2-2005-07-19.tar.gz
+              </a>
+            </td>
+            <td>
+              4,785 kB
+            </td>
+            <td>
+              <a href="http://cvs.apache.org/dist/incubator/stdcxx/snapshots/stdcxx-incubating-4.1.2-2005-07-19.tar.gz.md5">
+                a4e530d14e239fca66a5bfe1e0e68378
+              </a>
+            </td>
+            <td>
+              <a href="http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200509.mbox/%3c4317A0AE.9040204@roguewave.com%3e">vote</a>,
+              <a href="http://mail-archives.apache.org/mod_mbox/incubator-general/200509.mbox/%3c432AEC0F.8050802@roguewave.com%3e">approval</a>
+            </td>
+          </tr>
+        </tbody>
+      </table>
     </div>   <!-- section -->
 
     <a name="latest"></a>

Modified: incubator/stdcxx/site/index.html
URL: http://svn.apache.org/viewcvs/incubator/stdcxx/site/index.html?rev=289622&r1=289621&r2=289622&view=diff
==============================================================================
--- incubator/stdcxx/site/index.html (original)
+++ incubator/stdcxx/site/index.html Fri Sep 16 10:49:16 2005
@@ -78,42 +78,49 @@
             Status
           </a>
         </div>
+
         <div class="menuitem">
           <a title="Learn how to download stdcxx"
              href="download.html">
             Download
           </a>
         </div>
+
         <div class="menuitem">
           <a title="View the latest README in Subversion"
              href="http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/etc/config/README">
             README
           </a>
         </div>
+
         <div class="menuitem">
           <a title="Read the Apache License, Version 2.0"
              href="http://www.apache.org/licenses/LICENSE-2.0">
             License
           </a>
         </div>
+
         <div class="menuitem">
           <a title="Learn how to file bugs against stdcxx"
              href="bugs.html">
             Bugs
           </a>
         </div>
+
         <div class="menuitem">
           <a title="View the Class Reference sources in Subversion"
              href="http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/doc/stdlibref/">
             Class Reference
           </a>
         </div>
+
         <div class="menuitem">
           <a title="View the User Guide sources in Subversion"
              href="http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/doc/stdlibug/">
             User Guide
           </a>
         </div>
+
         <div class="menuitem">
           <a title="View the Design and Style Document"
              href="#">