Răsfoiți Sursa

Boost.Filesystem blurb added

[SVN r32970]
Beman Dawes 20 ani în urmă
părinte
comite
86b9cfe630
1 a modificat fișierele cu 35 adăugiri și 10 ștergeri
  1. 35 10
      index.htm

+ 35 - 10
index.htm

@@ -20,8 +20,9 @@
       <div class="body-2">
         <div id="heading">
           <div id="heading-0">
-            <h1><img id="boost-logo" src="more/boost-dark-trans.png" alt=
-            "Boost C++ Libraries" /></h1>
+            <h1>
+            <img id="boost-logo" src="more/boost-dark-trans.png" alt=
+            "Boost C++ Libraries" width="237" height="55" /></h1>
 
             <p id="heading-quote"><span class="quote">&ldquo;...one of the
             most highly regarded and expertly designed C++ library projects
@@ -183,6 +184,30 @@
                           <code>BOOST_DISABLE_ASSERTS</code> before including
                           <tt>multi_array.hpp</tt>.</li>
                             
+                            
+                          <li><span class="library"><a href="libs/filesystem/doc/index.htl">Filesystem Library</a>:</span> 
+                          Major upgrade in preparation for submission
+                              to the C++ Standards Committee for TR2. Changes include:<ul>
+                              <li><a href="libs/filesystem/doc/i18n.html#Internationalization">
+                                Internationalization</a>, provided by class templates <i>basic_path</i>,
+                                <i>basic_filesystem_error</i>, <i>basic_directory_iterator</i>, and <i>basic_directory_entry</i>.</li>
+                              <li><a href="libs/filesystem/doc/i18n.html#Simplification">
+                                Simplification</a> of the path interface by 
+                              eliminating special constructors to identify 
+                              native formats.</li>
+                              <li><a href="libs/filesystem/doc/i18n.html#Rationalization">
+                                Rationalization</a> of predicate function design, including the addition
+                                of several new functions.</li>
+                              <li>Clearer specification by reference to <a href="libs/filesystem/doc/design.htm#POSIX-01">POSIX</a>, the ISO/IEEE
+                                Single Unix Standard, with provisions for Windows and other operating systems.</li>
+                              <li><a href="libs/filesystem/doc/i18n.html#Preservation">Preservation</a> of existing user code whenever possible.</li>
+                              <li><a href="libs/filesystem/doc/i18n.html#More_efficient">More efficient</a> 
+                              directory iteration.</li>
+                              <li>Addition of a <a href="libs/filesystem/doc/convenience.htm#basic_recursive_directory_iterator">
+                                recursive directory iterator</a>. </li>
+                            </ul>
+                          </li>
+
                           <li><span
                           class="library"><a
                           href="libs/function/index.html">Function
@@ -326,8 +351,9 @@
                                 "image" name="search" src="more/space.gif"
                                 alt="Search" id="search-button" /></span>
                                 <span id="google"><a href=
-                                "http://www.google.com/search"><img src=
-                                "more/google_logo_25wht.gif" alt="Google" />
+                                "http://www.google.com/search">
+                                <img src=
+                                "more/google_logo_25wht.gif" alt="Google" width="75" height="32" />
                                 Powered</a></span> <input type="hidden" name=
                                 "cof" value=
                                 "LW:277;L:http://www.boost.org/boost.png;LH:86;AH:center;GL:0;S:http://www.boost.org;AWFID:9b83d16ce652ed5a;" />
@@ -550,14 +576,15 @@
 
                               <div id="banners">
                                 <p><a href=
-                                "http://validator.w3.org/check?uri=referer"><img class="c1"
+                                "http://validator.w3.org/check?uri=referer">
+                                <img class="c1"
                                      src="more/w3c_valid_xhtml10.png" alt=
-                                     "Valid XHTML 1.0!" /></a></p>
+                                     "Valid XHTML 1.0!" width="88" height="31" /></a></p>
 
                                 <p><a href=
                                 "http://jigsaw.w3.org/css-validator/check/referer">
                                 <img class="c1" src="more/w3c_valid_css.png"
-                                alt="Valid CSS!" /></a></p>
+                                alt="Valid CSS!" width="88" height="31" /></a></p>
 
                                 <p><a href=
                                 "http://sourceforge.net"><img class="c1" src=
@@ -580,6 +607,4 @@
     </div>
   </div>
 </body>
-</html>
-
-
+</html>

粤ICP备19079148号