1 |
<! Style Sheet Header>
|
2 |
<html>
|
3 |
<head>
|
4 |
<title>tools.html</title>
|
5 |
<body bgcolor="beige">
|
6 |
<! End Style Sheet Header -----------Insert Text Here --------------------->
|
7 |
<center>
|
8 |
<h2>Tools</h2>
|
9 |
<p>
|
10 |
<font color=red>S</font>oftware <font color=red>C</font>onfiguration,
|
11 |
<font color=red>R</font>elease <font color=red>A</font>nd
|
12 |
<font color=red>M</font>anagement
|
13 |
</center>
|
14 |
<hr>
|
15 |
<p>
|
16 |
|
17 |
<p>
|
18 |
<table border=1>
|
19 |
<tr>
|
20 |
<th>Tool</th><th>Description</th></tr>
|
21 |
<tr>
|
22 |
<td>
|
23 |
<a href=insure.html>Insure ++</a>
|
24 |
</td>
|
25 |
<td> Run time profiling tool</td>
|
26 |
</tr>
|
27 |
<tr>
|
28 |
<td>
|
29 |
<a href=mccabe.html>McCabe</a>
|
30 |
</td>
|
31 |
<td> Software metrics</td>
|
32 |
</tr>
|
33 |
</table>
|
34 |
<p>
|
35 |
<! Style Sheet Footer ---------------Do not change anything after this line-->
|
36 |
<table border=1 width=100%>
|
37 |
<td align=left>
|
38 |
<a href=mailto:Shaun.Ashby@cern.ch
|
39 |
>Shaun Ashby</a>
|
40 |
</td>
|
41 |
<td align=right><a href=/cgi-cmc/pagestat>Show Stats</a>
|
42 |
</td>
|
43 |
</table>
|
44 |
</body> </html>
|
45 |
<! End Style Sheet Footer>
|