Procházet zdrojové kódy

Separate links page

[SVN r15144]
Beman Dawes před 23 roky
rodič
revize
2cba4bbc87
2 změnil soubory, kde provedl 62 přidání a 16 odebrání
  1. 4 16
      more/index.htm
  2. 58 0
      more/links.htm

+ 4 - 16
more/index.htm

@@ -68,6 +68,8 @@ content="text/html; charset=iso-8859-1">
     <p><a href="../status/compiler_status.html"><b>Compiler
     <p><a href="../status/compiler_status.html"><b>Compiler
     Status</b></a>&nbsp;&nbsp; Describes what library works with
     Status</b></a>&nbsp;&nbsp; Describes what library works with
     which compiler.</p>
     which compiler.</p>
+    <p><b><a href="links.htm">Links</a></b>&nbsp; Links of special interest to 
+    Boost users.</p>
     <p><b><a href="formal_review_schedule.html">Formal Review Schedule</a></b>&nbsp;
     <p><b><a href="formal_review_schedule.html">Formal Review Schedule</a></b>&nbsp;
     Future, current, and recently past Formal Reviews.</p>
     Future, current, and recently past Formal Reviews.</p>
     <p><b><a href="release_procedures.htm">Release Procedures</a></b>&nbsp; How 
     <p><b><a href="release_procedures.htm">Release Procedures</a></b>&nbsp; How 
@@ -119,23 +121,9 @@ content="text/html; charset=iso-8859-1">
     bugs surrounding this tricky topic.</p>
     bugs surrounding this tricky topic.</p>
 </blockquote>
 </blockquote>
 
 
-<h2>Links</h2>
-
-<blockquote>
-    <p>The C++ Standard (ISO/IEC 14882) is available online as a
-    PDF file from the <a href="http://www.ansi.org">ANSI</a> (American
-    National Standards Institute) Electronic Standards Store.&nbsp;
-    The price is $US 18.00. The document is certainly not a
-    tutorial, but is interesting to those who care about the
-    precise specification of the language and the standard
-    library.</p>
-</blockquote>
-
-<p>&nbsp;</p>
-
 <hr>
 <hr>
 
 
 <p>Revised <!--webbot bot="Timestamp" s-type="EDITED"
 <p>Revised <!--webbot bot="Timestamp" s-type="EDITED"
-s-format="%d %B, %Y" startspan -->28 January, 2002<!--webbot bot="Timestamp" i-checksum="38454" endspan --></p>
+s-format="%d %B, %Y" startspan -->03 September, 2002<!--webbot bot="Timestamp" i-checksum="39335" endspan --></p>
 </body>
 </body>
-</html>
+</html>

+ 58 - 0
more/links.htm

@@ -0,0 +1,58 @@
+<html>
+
+<head>
+<meta http-equiv="Content-Language" content="en-us">
+<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">
+<title>Links</title>
+</head>
+
+<body bgcolor="#FFFFFF">
+
+<table border="1" bgcolor="#007F7F" cellpadding="2">
+  <tr>
+    <td bgcolor="#FFFFFF"><img src="../c++boost.gif" alt="c++boost.gif (8819 bytes)" width="277" height="86"></td>
+    <td><a href="../index.htm"><font face="Arial,Helvetica" color="#FFFFFF"><big>Home</big></font></a></td>
+    <td><a href="../libs/libraries.htm"><font face="Arial,Helvetica" color="#FFFFFF"><big>Libraries</big></font></a></td>
+    <td><a href="../people/people.htm"><font face="Arial,Helvetica" color="#FFFFFF"><big>People</big></font></a></td>
+    <td><a href="../more/faq.htm"><font face="Arial,Helvetica" color="#FFFFFF"><big>FAQ</big></font></a></td>
+    <td><a href="../more/index.htm"><font face="Arial,Helvetica" color="#FFFFFF"><big>More</big></font></a></td>
+  </tr>
+</table>
+
+
+<h1>Links</h1>
+<p>Here are a few links of special interest to Boost users. For general queries, 
+try your favorite search engine.</p>
+<h2><a name="Commercial Support">Commercial Support</a> for Boost Libraries</h2>
+<ul>
+  <li><a href="http://www.boost-consulting.com">Boost Consulting</a> - Support, 
+  training, and consulting from Boost experts.</li>
+</ul>
+<h2>C++ Organizations</h2>
+<ul>
+  <li><a href="http://std.dkuug.dk/jtc1/sc22/wg21">C++ Standards Committee</a> - 
+  Issues lists and papers give insight into current status and future 
+  directions.</li>
+  <li><a href="http://www.accu.org">Association of C &amp; C++ Users</a> - Over 2400 
+  book reviews, and lots more.</li>
+</ul>
+<h2>Copies of the C++ Standard</h2>
+<ul>
+  <li>
+  <a href="http://webstore.ansi.org/ansidocstore/product.asp?sku=INCITS/ISO/IEC+14882-1998">
+  ANSI Store</a> - The full C++ Standard (INCITS/ISO/IEC 14882) is available online for $18 US. The document is certainly not a
+    tutorial, but is interesting to those who care about the
+    precise specification of both the language and the standard
+    library.</li>
+</ul>
+<hr>
+<p>Revised
+<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->03 September, 2002<!--webbot bot="Timestamp" endspan i-checksum="39335" --></p>
+<p>&nbsp;</p>
+<p>&nbsp;</p>
+
+</body>
+
+</html>

粤ICP备19079148号