ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/Releases.html
Revision: 1.4
Committed: Thu May 30 10:41:48 2002 UTC (22 years, 11 months ago) by sashby
Content type: text/html
Branch: MAIN
CVS Tags: V1_pre0, HEAD
Branch point for: SCRAM_V1_BRANCH
Changes since 1.3: +0 -0 lines
State: FILE REMOVED
Log Message:
Updated some cgi scripts.

File Contents

# User Rev Content
1 sashby 1.1 <! Style Sheet Header>
2     <html>
3     <head>
4 sashby 1.2 <title>Downloadable CMS Software Releases Page</title>
5     <!-- -->
6     <!-- This page now part of SCRAM release (found in doc/html) -->
7     <!-- -->
8 sashby 1.1
9 sashby 1.3 <!-- Some Java script for the menus>
10 sashby 1.1 <SCRIPT LANGUAGE = "JavaScript">
11     var lst = 0;
12     var reqdoc1stop = 0;
13    
14     function SubmitRoutine() {
15     menuNum = document.download.version.selectedIndex;
16     if (menuNum == null) menuNum=0;
17    
18     if (menuNum <= reqdoc1stop ) {
19     document.download.action="/cgi-cmc/configinfo";
20    
21     }
22     else {
23     document.download.action="/cgi-cmc/reqdoctohtml";
24     }
25     document.download.submit();
26     }
27    
28     function changeMenu()
29     {
30     menuNum = document.download.project.selectedIndex;
31     if (menuNum == null) menuNum=0;
32    
33    
34     if (menuNum == 0)
35     {
36     opt = new Array;
37     opt[0] = new Option("---------------");
38     }
39    
40     if (menuNum == 1)
41     {
42     opt = new Array;
43     opt.push(new Option("ORCA_6_0_2"));
44     opt.push(new Option("ORCA_5_4_3"));
45     opt.push(new Option("ORCA_5_3_4"));
46     opt.push(new Option("ORCA_4_5_4"));
47     reqdoc1stop = -1;
48     }
49    
50     if (menuNum == 2)
51     {
52     opt = new Array;
53     opt[0] = new Option("V2_0_0");
54     opt[1] = new Option("V2_1_2");
55     opt.push(new Option("V2_4_0"));
56     opt.push(new Option("IGUANA_2_4_5"));
57     opt.push(new Option("IGUANA_2_4_6"));
58     opt.push(new Option("IGUANA_2_5_0"));
59     opt.push(new Option("IGUANA_2_5_3"));
60     opt.push(new Option("IGUANA_2_7_1"));
61     reqdoc1stop = 1 ;
62     }
63    
64     if (menuNum == 3)
65     {
66     opt = new Array;
67     opt[0] = new Option("V_1_1_0");
68     opt[1] = new Option("V_1_1_1 ");
69     opt[2] = new Option("V_1_1_2_pre01");
70     reqdoc1stop = 2;
71     opt.push(new Option("V_1_1_2_pre02"));
72     opt.push(new Option("V_1_1_2_pre03"));
73     opt.push(new Option("V_1_1_2"));
74     opt.push(new Option("V_1_1_3"));
75     opt.push(new Option("OSCAR_1_2_1"));
76     opt.push(new Option("OSCAR_1_3_1"));
77     }
78    
79     if (menuNum == 4)
80     {
81     opt = new Array;
82     opt[0] = new Option("DEPUTY_2_2_1");
83     reqdoc1stop = 0;
84     }
85    
86     if (menuNum == 5)
87     {
88     opt = new Array;
89     opt[0] = new Option("FAMOS_0_2_1");
90     opt.push(new Option("FAMOS_0_3_0"));
91     opt.push(new Option("FAMOS_0_4_0"));
92     opt.push(new Option("FAMOS_0_5_0"));
93     reqdoc1stop = -1;
94     }
95    
96     if (menuNum == 6)
97     {
98     opt = new Array;
99     opt.push(new Option("COBRA_6_0_3"));
100     opt.push(new Option("COBRA_5_3_9"));
101     opt.push(new Option("COBRA_5_3_8"));
102     opt.push(new Option("COBRA_5_3_6"));
103     opt.push(new Option("COBRA_5_3_3"));
104     opt.push(new Option("COBRA_5_3_2"));
105     opt.push(new Option("COBRA_5_2_2"));
106     opt.push(new Option("COBRA_5_1_0"));
107     opt.push(new Option("COBRA_5_0_0"));
108     opt.push(new Option("COBRA_0_99_1"));
109     reqdoc1stop = -1;
110     }
111    
112     for (i = lst; i > 0; i--)
113     { document.download.version.options[i] = null; }
114     for (i = 0; i < opt.length; i++)
115     { document.download.version.options[i] = opt[i];
116     }
117     document.download.version.options[0].selected = true;
118     lst = opt.length;
119     }
120    
121    
122     </SCRIPT>
123     <! End Style Sheet Header -----------Insert Text Here --------------------->
124     <body bgcolor="beige">
125     <center>
126     <h1>
127 sashby 1.2 SCRAM Managed Projects DownLoad Page
128 sashby 1.1 </h1>
129     </center>
130     <hr>
131     This page allows you to create your local central installation of a project release. Simply
132     follow the instructions below and SCRAM will attempt to configure the project
133     to your local environment. Where it gets stuck it will ask for your help.
134     <ol>
135     <li>If its not already available install
136     <a href=http://cmsdoc.cern.ch/cgi-cmc/scrampage>SCRAM</a>
137     <li><a href=/Releases/SCRAM/current/doc/html/netscape_install.html>
138     Configure your Browser</a> to use SCRAM
139     <li>Select the correct <a href=http://cmsdoc.cern.ch/Releases/SCRAM/current/doc/html/versionsel.html>SCRAM version</a> required for the project version you
140     wish to download (Use the SCRAM_HOME variable). Ensure that this is the one your netscape will use. ( Only after the project is installed can scram pick the
141     correct version automatically - this will change in future SCRAM releases )
142     <li>Select Your Project and version required
143     <center>
144     <TABLE BORDER = 0 BGCOLOR = "#F8000A" CELLPADDING=3 CELLSPACING=0 name="downloadtable">
145     <FORM name="download" action="/cgi-cmc/configinfo">
146     <font size=-2>
147     <th align=left>Project</th><th align=left>Version </th>
148     </font>
149     <tr><td>
150     <SELECT name="project" onChange="changeMenu()">
151     <OPTION>Select Project
152     <OPTION value="ORCA">ORCA
153     <OPTION value="IGUANA">IGUANA
154     <OPTION value="OSCAR">OSCAR</OPTION>
155     <OPTION value="DEPUTY">DEPUTY</OPTION>
156     <OPTION value="FAMOS">FAMOS</OPTION>
157     <OPTION value="COBRA">COBRA</OPTION>
158     </SELECT>
159     </td><td>
160     <SELECT name=version>
161     <OPTION>Select a Version ----------
162     </SELECT>
163     </td><td>
164    
165     <input type="button" value="Select Project" onClick="SubmitRoutine()">
166     </td></tr>
167     </table>
168     </FORM>
169     </center>
170     <li>Answer any questions SCRAM asks you
171     <li>So now you have your own project area configured to your local environment
172     You may now need to build it by going into the src directory and typing
173     <em>scram build</em>
174     </ol>
175     <! Style Sheet Footer ---------------Do not change anything after this line-->
176     <hr>
177     <table border=1 width=100%>
178     <td align=left>
179    
180     </td>
181     <td align=right>Show <a href=/cgi-cmc/pagestat>Stats</a>
182     </td>
183     </table>
184     </body> </html>
185     <! End Style Sheet Footer>