index.shtml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!--
  2. Copyright Rene Rivera 2003-2004.
  3. Distributed under the Boost Software License, Version 1.0.
  4. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
  5. This is the page wrapper for the summary table of regression tests.
  6. This calls the script "regression-logs.pl" to generate the summary
  7. table. This file should be place at:
  8. http://boost.sourceforge.net/regression-logs/index.shtml
  9. Which is at this location in the shell SourceForge services:
  10. /home/groups/b/bo/boost/htdocs/regression-logs/index.shtml
  11. The regression-logs.pl script handles individual placement
  12. of the calling shtml file, so this file can be placed anywhere
  13. one wants a regression summary page, and has regression files
  14. in it.
  15. -->
  16. <html>
  17. <head>
  18. <title>Boost Regression Tests</title>
  19. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  20. </head>
  21. <body bgcolor="#FFFFFF" text="#000000">
  22. <table border="0">
  23. <tr>
  24. <td><img border="0" src="../../boost.png" width="277" height="86"></td>
  25. <td><h1>Boost Regression Tests</h1></td>
  26. </tr>
  27. </table>
  28. <h3>Boost-wide reports</h3>
  29. <ul type="square">
  30. <li><a href="http://www.boost.org/regression-logs/developer">Developer report</a></li>
  31. <li><a href="http://www.boost.org/regression-logs/user">User report</a></li>
  32. <li><a href="http://www.boost.org/regression-logs/inspection_report.html">Inspection report</a></li>
  33. <li><a href="http://www.boost.org/regression-logs/license_report.html">License report</a></li>
  34. </ul>
  35. <h3>Reports by platform</h3>
  36. <!--#exec cmd="/usr/bin/perl /home/groups/b/bo/boost/cgi-bin/regression-logs.pl" -->
  37. </body>
  38. </html>
粤ICP备19079148号