1 |
cvsadmin |
1.1 |
<! Template File - Modify as required.>
|
2 |
|
|
<! Use as an index to other html documents>
|
3 |
|
|
<! References to local pages should be relative to this directory>
|
4 |
|
|
<! This makes it easy for both users of the web project space and>
|
5 |
|
|
<! any others who might simply look at html files directly in the source code.>
|
6 |
|
|
<! e.g. href=page1.html or href=mysubdir/page2.html >
|
7 |
|
|
<html>
|
8 |
williamc |
1.2 |
<title>SCRAM Index</title>
|
9 |
cvsadmin |
1.1 |
<body>
|
10 |
williamc |
1.2 |
<center>
|
11 |
|
|
<H1>SCRAM</H1>
|
12 |
|
|
<font color=red>S</font>oftware <font color=red>C</font>onfiguration,
|
13 |
|
|
<font color=red>R</font>elease <font color=red>A</font>nd
|
14 |
|
|
<font color=red>M</font>anagement
|
15 |
|
|
</center>
|
16 |
|
|
<hr>
|
17 |
|
|
<h2>Description</h2>
|
18 |
|
|
<ul>
|
19 |
|
|
<li><a href=scramintro.html>What is SCRAM?</a>
|
20 |
|
|
</ul>
|
21 |
|
|
<h2>Installation</h2>
|
22 |
|
|
<ul>
|
23 |
|
|
<li><a href=install.html>Download and general installation instructions</a>
|
24 |
|
|
<li><a href=netscape_install.html>Configuration of Netscape to Use SCRAM</a>
|
25 |
|
|
</ul>
|
26 |
|
|
|
27 |
|
|
<h2>Using SCRAM</h2>
|
28 |
|
|
<ul>
|
29 |
|
|
<li>As a project developer
|
30 |
|
|
<ul>
|
31 |
|
|
<li><a href=localuse.html>An Example Use Case</a> to get started quickly.
|
32 |
|
|
<li>Controlling the Build - The BuildFile
|
33 |
|
|
<ul>
|
34 |
|
|
<li><a href=BuildFileExamples.html>Some Examples</a>
|
35 |
|
|
</ul>
|
36 |
|
|
</ul>
|
37 |
|
|
<li><a href=project.html>To install a project on a remote site</a>
|
38 |
|
|
</ul>
|
39 |
cvsadmin |
1.1 |
</body>
|
40 |
|
|
</html>
|