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

index.htm:
- Indicate the deprecation of the Compose library
- Split the "Documentation" link into "Current release" and "Nightly
CVS" documentation links


[SVN r21069]

Douglas Gregor 22 лет назад
Родитель
Сommit
49b09482b1
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      index.htm

+ 4 - 1
index.htm

@@ -17,7 +17,9 @@
                         <tr>
                             <td>
                                 <p><b>Libraries<br>
-                                    </b>.&nbsp;<a href="libs/libraries.htm">Documentation</a><br>
+                                    </b>.&nbsp;Documentation:<br>
+                                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="libs/libraries.htm">Current version</a><br>
+                                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/libraries.html">Nighly CVS</a><br>
                                     .&nbsp;<a href="more/license_info.html">License</a><br>
                                     .&nbsp;<a href="more/getting_started.html">Getting Started</a><br>
                                     </a>.&nbsp;Regression Tests:<br>
@@ -147,6 +149,7 @@
                                       improvements.  See 
                                       <a href="libs/date_time/doc/Changes.html">Date Time Change History</a>                                      for details. 
                                   </li>
+                                  <li><a href="libs/compose/index.htm">Compose</a>: This library has been deprecated and will be removed in a future release. Use <a href="libs/bind/bind.html">Bind</a> or <a href="libs/lambda/doc/index.html">Lambda</a> instead.</li>
                                 </ul>
                                 
                                 <p>August 19, 2003 - Version 1.30.2 (bugfix release)</p>

粤ICP备19079148号