Просмотр исходного кода

Merge changes from trunk

[SVN r43408]
Beman Dawes 18 лет назад
Родитель
Сommit
853fbd95c0
1 измененных файлов с 38 добавлено и 12 удалено
  1. 38 12
      tools/index.html

+ 38 - 12
tools/index.html

@@ -14,21 +14,33 @@
       <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
       <meta name="ProgId" content="FrontPage.Editor.Document">
       <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
+   <link rel="stylesheet" href="../doc/html/boostbook.css" type="text/css" />
    </head>
    <body bgcolor="#ffffff">
-      <table border="1" cellpadding="2" bgcolor="#007f7f">
+   
+  <table border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111">
          <tr>
-            <td bgcolor="#ffffff">
-               <img src="../boost.png" alt="boost.png (6897 bytes)" width="277" height="86"></td>
-            <td><a href="../index.htm"><font color="#ffffff" size="4" face="Arial">Home</font></a></td>
-            <td><a href="../libs/libraries.htm"><font color="#ffffff" size="4" face="Arial">Libraries</font></a></td>
-            <td><a href="http://www.boost.org/people/people.htm"><font color="#ffffff" size="4" face="Arial">People</font></a></td>
-            <td><a href="http://www.boost.org/more/faq.htm"><font color="#ffffff" size="4" face="Arial">FAQ</font></a></td>
-            <td><a href="../more/index.htm"><font color="#ffffff" size="4" face="Arial">More</font></a></td>
+      <td width="277">
+        <a href="../index.html">
+        <img src="../boost.png" alt="boost.png (6897 bytes)" align="middle" width="277" height="86" border="0"></a></td>
+      <td width="337" align="middle">
+        <font size="7">Tools</font>
+      </td>
+    </tr>
+  </table>
+
+  <table border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" bgcolor="#D7EEFF" height="26">
+    <tr>
+      <td height="16"><a href="../more/getting_started/index.html">Getting Started</a>&nbsp;&nbsp;<font color="#FFFFFF">&nbsp;
+      </font>&nbsp; <a href="????">Release History</a>&nbsp;&nbsp;<font color="#FFFFFF">&nbsp;
+      </font>&nbsp; <a href="../tools/index.html">Tools&nbsp;</a>&nbsp;<font color="#FFFFFF">&nbsp;
+      </font>&nbsp; <a href="http://www.boost.org">Web Site</a>&nbsp;&nbsp;<font color="#FFFFFF">&nbsp;
+      </font>&nbsp; <a href="http://www.boost.org/community/">Community</a>&nbsp;&nbsp;<font color="#FFFFFF">&nbsp;
+      </font>&nbsp; <a href="../more/index.html">More</a></td>
          </tr>
       </table>
-      <h1>Boost Tools</h1>
-      <p>Boost developers, testers, and maintainers have developed various programs to 
+  
+      <p>Boost developers, testers, and maintainers have developed various tools to 
          help with the administration of the Boost Libraries. Like everything else about 
          Boost, these tools are available in source form, and are part of the regular 
          Boost distribution.</p>
@@ -42,6 +54,9 @@
          <li>
             <a href="regression/index.html">Regression</a> - The Boost regression testing 
             system reporting sources.<br>
+&nbsp;<li>
+            <a href="release/index.html">Release</a> - Scripts used to build the 
+            release tarballs and zips.<br>
          &nbsp;
          <li>
             <a href="inspect/index.html">Inspect </a>- The inspection tool used to detect 
@@ -72,7 +87,18 @@
    </ul>
       <hr>
       <p>Revised 
-         <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan --> 
-         19 February, 2005</p>
+<!--webbot bot="Timestamp" s-type="EDITED"
+s-format="%d %b %Y" startspan -->23 Feb 2008<!--webbot bot="Timestamp" endspan i-checksum="14408" --></p>
+
+<p>© Copyright Beman Dawes 2003<br>
+© Copyright Douglas Gregor 2003<br>
+© Copyright Aleksey Gurtovoy 2004<br>
+© Copyright John Maddock 2004<br>
+© Copyright Eric Niebler 2005<br>
+© Copyright Hartmut Kaiser 2005<br>
+<br>
+Distributed under the Boost Software License, Version 1.0.
+(See file <a href="../LICENSE_1_0.txt">LICENSE_1_0.txt</a>
+or <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>) </p>
    </body>
 </html>

粤ICP备19079148号