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