1 |
williamc |
1.1 |
<! Style Sheet Header>
|
2 |
|
|
<html>
|
3 |
|
|
<head>
|
4 |
|
|
<title>scramintro.html</title>
|
5 |
|
|
<body>
|
6 |
|
|
<! End Style Sheet Header -----------Insert Text Here --------------------->
|
7 |
|
|
<center>
|
8 |
|
|
<H1>SCRAM</H1>
|
9 |
|
|
<font color=red>S</font>oftware <font color=red>C</font>onfiguration,
|
10 |
|
|
<font color=red>R</font>elease <font color=red>A</font>nd
|
11 |
|
|
<font color=red>M</font>anagement
|
12 |
|
|
</center>
|
13 |
|
|
<hr>
|
14 |
|
|
<h2>What is SCRAM</h2>
|
15 |
|
|
SCRAM is a tool to support distributed development of projects.
|
16 |
|
|
Among its features:
|
17 |
|
|
<ul>
|
18 |
|
|
<li>Project installation with a click on a web page
|
19 |
|
|
<li>Control of Build Environment, including dependency tracking
|
20 |
|
|
<li>Fully configurable build operations, including default operations.
|
21 |
|
|
<li>Abstraction of logical build elements from the implementation details
|
22 |
|
|
<li>Reuse of configuration management elements between projects.
|
23 |
|
|
</ul>
|
24 |
|
|
<p>
|
25 |
|
|
SCRAM is still a young project and is developing fast. If you have any ideas
|
26 |
|
|
that you think will make this project better then dont hesitate to tell me
|
27 |
|
|
(email me at the address given below).
|
28 |
|
|
<! Style Sheet Footer ---------------Do not change anything after this line-->
|
29 |
|
|
<hr>
|
30 |
|
|
<table border=1 width=100%>
|
31 |
|
|
<td align=left>
|
32 |
|
|
<a href=mailto:Christopher.Williams@cern.ch
|
33 |
|
|
>Chris Williams</a>
|
34 |
|
|
</td>
|
35 |
|
|
<td align=center>
|
36 |
|
|
<script language="JavaScript">
|
37 |
|
|
<!---//hide script from old browsers
|
38 |
|
|
document.write( "<br>Last updated "+ document.lastModified
|
39 |
|
|
);
|
40 |
|
|
//end hiding contents --->
|
41 |
|
|
</script>
|
42 |
|
|
</td>
|
43 |
|
|
<td align=right>Show <a href=/cgi-cmc/pagestat>Stats</a>
|
44 |
|
|
</td>
|
45 |
|
|
</table>
|
46 |
|
|
</body> </html>
|
47 |
|
|
<! End Style Sheet Footer>
|