bibliography.html 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Language" content="en-us">
  5. <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
  6. <link rel="stylesheet" type="text/css" href="../../../boost.css">
  7. <title>{{Library}} - Bibliography</title>
  8. </head>
  9. <body link="#0000FF" vlink="#800080">
  10. <table border="0" cellpadding="7" cellspacing="0" width="100%" summary=
  11. "header">
  12. <tr>
  13. <td valign="top" width="300">
  14. <h3><a href="../../../index.htm"><img height="86" width="277" alt=
  15. "C++ Boost" src="../../../boost.png" border="0"></a></h3>
  16. </td>
  17. <td valign="top">
  18. <h1 align="center">{{Library}}</h1>
  19. <h2 align="center">Bibliography</h2>
  20. </td>
  21. </tr>
  22. </table>
  23. <hr>
  24. {{bibliographical information}}
  25. <hr>
  26. <p><a href="http://validator.w3.org/check?uri=referer"><img border="0" src=
  27. "../../../doc/images/valid-html401.png" alt="Valid HTML 4.01 Transitional"
  28. height="31" width="88"></a></p>
  29. <p>Revised
  30. <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->04
  31. December, 2006<!--webbot bot="Timestamp" endspan i-checksum="38514" --></p>
  32. <p><i>Copyright &copy; 2006 <a href=
  33. "mailto:{{address}}">{{author}}</a></i></p>
  34. <p><i>Distributed under the Boost Software License, Version 1.0. (See
  35. accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
  36. copy at <a href=
  37. "http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</i></p>
  38. </body>
  39. </html>
粤ICP备19079148号