ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/scramintro.html
Revision: 1.1.2.1
Committed: Fri Jun 11 15:45:29 1999 UTC (25 years, 11 months ago) by williamc
Content type: text/html
Branch: V0_9branch
Changes since 1.1: +3 -2 lines
Log Message:
Add jpg image

File Contents

# Content
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 software development of projects.
16 Among its features:
17 <img src=../images/scram.jpg>
18 <ul>
19 <li>Project installation with a click on a web page
20 <li>Control of Build Environment, including dependency tracking
21 <li>Fully configurable build operations, including default operations.
22 <li>Abstraction of logical build elements from the implementation details
23 <li>Reuse of configuration management elements between projects.
24 </ul>
25 <p>
26 SCRAM is still a young project and is developing fast. If you have any ideas
27 that you think will make this project better then dont hesitate to tell me
28 (email me at the address given below).
29 <! Style Sheet Footer ---------------Do not change anything after this line-->
30 <hr>
31 <table border=1 width=100%>
32 <td align=left>
33 <a href=mailto:Christopher.Williams@cern.ch
34 >Chris Williams</a>
35 </td>
36 <td align=center>
37 <script language="JavaScript">
38 <!---//hide script from old browsers
39 document.write( "<br>Last updated "+ document.lastModified
40 );
41 //end hiding contents --->
42 </script>
43 </td>
44 <td align=right>Show <a href=/cgi-cmc/pagestat>Stats</a>
45 </td>
46 </table>
47 </body> </html>
48 <! End Style Sheet Footer>