-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcontribute.html
More file actions
468 lines (431 loc) · 22.1 KB
/
contribute.html
File metadata and controls
468 lines (431 loc) · 22.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
<!DOCTYPE html>
<!--[if IE 7]> <html lang="en" class="ie7"> <![endif]-->
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title>CS-Studio | Welcome...</title>
<!-- Meta -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- CSS Global Compulsory-->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/headers/header1.css">
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap-responsive.min.css">
<link rel="stylesheet" href="assets/css/style_responsive.css">
<link rel="shortcut icon" href="favicon.ico">
<!-- CSS Implementing Plugins -->
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="assets/plugins/flexslider/flexslider.css" type="text/css" media="screen">
<!-- CSS Theme -->
<link rel="stylesheet" href="assets/css/themes/default.css" id="style_color">
<link rel="stylesheet" href="assets/css/themes/headers/default.css" id="style_color-header-1">
<!-- Start of Woopra Code -->
<script type="text/javascript">
function woopraReady(tracker) {
tracker.setDomain('controlsystemstudio.github.io');
tracker.setIdleTimeout(1800000);
tracker.track();
return false;
}
(function() {
var wsc = document.createElement('script');
wsc.src = document.location.protocol+'//static.woopra.com/js/woopra.js';
wsc.type = 'text/javascript';
wsc.async = true;
var ssc = document.getElementsByTagName('script')[0];
ssc.parentNode.insertBefore(wsc, ssc);
})();
</script>
<!-- End of Woopra Code -->
</head>
<body>
<!--==Link to GitHub==-->
<a href="https://github.com/ControlSystemStudio/cs-studio" class="cornerGitHubLink"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://camo.githubusercontent.com/82b228a3648bf44fc1163ef44c62fcc60081495e/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_red_aa0000.png"></a>
<!--=== Style Switcher ===-->
<i class="style-switcher-btn icon-cogs"></i>
<div class="style-switcher">
<div class="theme-close"><i class="icon-remove"></i></div>
<div class="theme-heading">Theme Colors</div>
<ul class="unstyled">
<li class="theme-default theme-active" data-style="default" data-header="light"></li>
<li class="theme-blue" data-style="blue" data-header="light"></li>
<li class="theme-orange" data-style="orange" data-header="light"></li>
<li class="theme-red" data-style="red" data-header="light"></li>
<li class="theme-light" data-style="light" data-header="light"></li>
</ul>
</div><!--/style-switcher-->
<!--=== End Style Switcher ===-->
<!--=== Top ===-->
<div class="top">
<div class="container">
<ul class="loginbar pull-right">
<li><i class="icon-globe"></i><a>Languages <i class="icon-sort-up"></i></a>
<ul class="nav-list">
<li class="active"><a href="#">English</a> <i class="icon-ok"></i></li>
<li><a href="#">Spanish</a></li>
<li><a href="#">Russian</a></li>
<li><a href="#">German</a></li>
</ul>
</li>
<li class="devider"> </li>
<li><a href="#" class="login-btn">Help</a></li>
<li class="devider"> </li>
<li><a href="#" class="login-btn">Login</a></li>
</ul>
</div>
</div><!--/top-->
<!--=== End Top ===-->
<!--=== Header ===-->
<div class="header">
<div class="container">
<!-- Logo -->
<div class="logo">
<a href="index.html"><img id="logo-header" src="cs-studio/img/css.png" alt="Logo"></a>
</div><!-- /logo -->
<!-- Menu -->
<div class="navbar">
<div class="navbar-inner">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a><!-- /nav-collapse -->
<div class="nav-collapse collapse">
<ul class="nav top-2">
<li class="active">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Home
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li class="active"><a href="index.html">Home</a></li>
</ul>
<b class="caret-out"></b>
</li>
<li>
<a href="" class="dropdown-toggle" data-toggle="dropdown">Pages
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="page_about.html">About Us</a></li>
<li><a href="contribute.html">Contribute</a></li>
<li><a href="records.html">Documentation and Records</a></li>
</ul>
<b class="caret-out"></b>
</li>
<li>
<a href="" class="dropdown-toggle" data-toggle="dropdown">Features
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="https://github.com/ControlSystemStudio/cs-studio/wiki/BEAST">BEAST</a></li>
<li><a href="https://github.com/ControlSystemStudio/cs-studio/wiki/BOY">BOY</a></li>
<li><a href="https://github.com/ControlSystemStudio/cs-studio/wiki/DataBrowser">DataBrowser</a></li>
<li><a href="https://github.com/ControlSystemStudio/cs-studio/wiki/LogbookSupport">Logbook</a></li>
<li><a href="http://htmlpreview.github.io/?https://github.com/ControlSystemStudio/cs-studio/blob/master/applications/scan/scan-plugins/org.csstudio.scan.ui/doc/scansystem.html">Scan Client</a></li>
</ul>
<b class="caret-out"></b>
</li>
<li><a class="search"><i class="icon-search search-btn"></i></a></li>
</ul>
<div class="search-open">
<div class="input-append">
<form>
<input type="text" class="span3" placeholder="Search" />
<button type="submit" class="btn-u">Go</button>
</form>
</div>
</div>
</div><!-- /nav-collapse -->
</div><!-- /navbar-inner -->
</div><!-- /navbar -->
</div><!-- /container -->
</div><!--/header -->
<!--=== End Header ===-->
<!--=== Breadcrumbs ===-->
<div class="breadcrumbs margin-bottom-40">
<div class="container">
<h1 class="pull-left">Contribute</h1>
<ul class="pull-right breadcrumb">
<li><a href="index.html">Home</a> <span class="divider">/</span></li>
<li><a href="">Pages</a> <span class="divider">/</span></li>
<li class="active">Contribute</li>
</ul>
</div><!--/container-->
</div><!--/breadcrumbs-->
<!--=== End Breadcrumbs ===-->
<!--=== Content Part ===-->
<div class="container">
<div class="row-fluid">
<!-- Our Services -->
<div class="row-fluid">
<div class="row-fluid servive-block">
<div class="span4" onclick="location.href='https://drive.google.com/folderview?id=0B_ikNAN_jxjPano5cnRtNXd0MWs&usp=sharing_eid&tid=0Bxrrhhn0aTLWNS0teDEtNzRkVnc';" style="cursor:pointer;">
<h4>Processes and roles</h4>
<p><i class="icon-random"></i></p>
<p>Processes and roles in the collaboration.</p>
</div>
<div class="span4" onclick="location.href='https://github.com/ControlSystemStudio/cs-studio/wiki/HowToContribute';" style="cursor:pointer;">
<h4>How to get started</h4>
<p><i class="icon-code-fork"></i></p>
<p>How to join the collaboration, and at what level.</p>
</div>
<div class="span4" onclick="location.href='https://wiki.eclipse.org/Rich_Client_Platform';" style="cursor:pointer;">
<h4>What is Eclipse RCP</h4>
<p><i class="icon-question"></i></p>
<p>We use the Eclipse Rich Client Platform for CS-Studio.</p>
</div>
</div><!--/row-fluid-->
</div><!--/row-fluid-->
<!--//End Our Services -->
</div><!--/row-fluid-->
<!-- Gathered information -->
<div class="page-header">
<h1>Dashboard</h1>
</div>
<div class="row-fluid">
<!-- Dashboard (issues) -->
<div id="milestones" class="span8">
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">Ongoing projects</h3>
</div>
<table class="table table-striped">
<thead>
<tr>
<th>Task name</th>
<th>Assignee</th>
<th>Priority</th>
<th>State</th>
</tr>
</thead>
<tbody id="project_issues">
</tbody>
</table>
</div>
</div>
<!-- Build status -->
<div class="span4">
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">Build Status</h3>
</div>
<table class="table table-striped">
<thead>
<tr>
<th>Status</th>
<th>Build name</th>
</tr>
</thead>
<tbody id="build_tasks">
</tbody>
</table>
</div>
</div>
</div>
</div>
<!--=== End Content Part ===-->
<!--=== Footer ===-->
<div class="footer">
<div class="container">
<div class="row-fluid">
<div class="span4">
<!-- About -->
<div class="headline"><h3>About</h3></div>
<p class="margin-bottom-25">Control System Studio is an Eclipse-based collection of tools to monitor and operate large scale control systems, such as the ones in the accelerator community. It's a product of the collaboration between different laboratories and universities.</p>
<div class="frame_holder">
<h3 class="openhub-title"><a href="https://www.openhub.net/p/cs-studio" target="_blank" title="control system studio">Control System Studio</a></h3>
<script type="text/javascript" src="http://www.ohloh.net/p/486835/widgets/project_basic_stats.js"></script>
</div>
</div><!--/span4-->
<div class="span4">
</div><!--/span4-->
<div class="span4">
<!-- Contact Us -->
<div class="headline"><h3>Contact Us</h3></div>
<address>
User Level Questions: <a href="http://www.aps.anl.gov/epics/tech-talk/">http://www.aps.anl.gov/epics/tech-talk/</a>
<br>
Developer Level Questions: <a href = "cs-studio-core@lists.sourceforge.net">cs-studio-core@lists.sourceforge.net</a>
<br>
Report Bugs/Problems: <a href="https://github.com/ControlSystemStudio/cs-studio/issues">https://github.com/ControlSystemStudio/cs-studio/issues</a>
</address>
<!-- Stay Connected -->
<div class="headline"><h3>Stay Connected</h3></div>
<ul class="social-icons">
<li><a href="https://plus.google.com/u/0/b/101349549663920375487/101349549663920375487/posts" data-original-title="Goole Plus" class="social_googleplus"></a></li>
<li><a href="https://github.com/ControlSystemStudio/cs-studio" data-original-title="Github" class="social_github"></a></li>
</ul>
<!--<!– Monthly Newsletter –>-->
<!--<br>-->
<!--<div class="headline"><h3>Monthly Newsletter</h3></div>-->
<!--<p>Subscribe to our newsletter and stay up to date with the latest news and deals!</p>-->
<!--<form class="form-inline">-->
<!--<div class="input-append">-->
<!--<input type="text" placeholder="Email Address" class="input-medium">-->
<!--<button class="btn-u">Subscribe</button>-->
<!--</div>-->
<!--</form>-->
</div><!--/span4-->
</div><!--/row-fluid-->
</div><!--/container-->
</div><!--/footer-->
<!--=== End Footer ===-->
<!--=== Copyright ===-->
<div class="copyright">
<div class="container">
<div class="row-fluid">
<div class="span8">
<p>2013 © Some copyright stuff here. <a href="#">Privacy Policy</a> | <a href="#">Terms of Service</a></p>
</div>
<div class="span4">
<a href="index.html"><img id="logo-footer" src="assets/img/logo2-default.png" class="pull-right" alt="" /></a>
</div>
</div><!--/row-fluid-->
</div><!--/container-->
</div><!--/copyright-->
<!--=== End Copyright ===-->
<!-- JS Global Compulsory -->
<script type="text/javascript" src="assets/js/jquery-1.8.2.min.js"></script>
<script type="text/javascript" src="assets/js/modernizr.custom.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- JS Implementing Plugins -->
<script type="text/javascript" src="assets/plugins/flexslider/jquery.flexslider-min.js"></script>
<script type="text/javascript" src="assets/plugins/back-to-top.js"></script>
<!-- JS Page Level -->
<script type="text/javascript" src="assets/js/app.js"></script>
<script type="text/javascript" src="assets/js/date.js"></script>
<script type="text/javascript" src="assets/js/jquery.timeago.js" ></script>
<script type="text/javascript">
function formatIssues(jsonIssues) {
var htmlIssues = [];
$.each(jsonIssues, function(key, val) {
var issue = '<tr>' +
'<td><a href="' + val.html_url + '">' + val.title + '</a></td>';
if (val.assignee) {
issue += '<td>' + val.assignee.login + '</td>';
} else {
issue += '<td>None</td>';
}
htmlIssues.push(
issue +
'<td> </td>' +
'<td>' + val.state + '</td>' +
'</tr>');
});
return htmlIssues;
};
function formatProjects(jsonIssues) {
var htmlIssues = [];
$.each(jsonIssues, function(key, val) {
var issue = '<tr>' +
'<td><a href="' + val.html_url + '">' + val.title + '</a></td>';
if (val.assignee) {
issue += '<td>' + val.assignee.login + '</td>';
} else {
issue += '<td>None</td>';
}
htmlIssues.push(
issue +
'<td>' + val.milestone.title + '</td>' +
'<td>' + val.state + '</td>' +
'</tr>');
});
return htmlIssues;
};
jQuery(document).ready(function() {
// Query open milestone
$.getJSON('https://api.github.com/repos/ControlSystemStudio/cs-studio/milestones', function(data) {
$.each(data, function(key, val) {
var tableTemplate = '<div class="panel panel-primary">\
<div id="milestone_title_' + val.number + '" class="panel-heading">\
</div>\
<div class="panel-body">\
<div id="milestone_' + val.number + '"></div>\
</div>\
<table class="table table-striped">\
<thead>\
<tr>\
<th>Task name</th>\
<th>Assignee</th>\
<th>Priority</th>\
<th>State</th>\
</tr>\
</thead>\
<tbody id="milestone_issues_' + val.number + '">\
</tbody>\
</table>\
</div>'
$(tableTemplate).prependTo('#milestones');
var d = new Date(val.due_on);
// Add title with current milestone
$('<h3 class="panel-title">Current milestone: <a href="https://github.com/ControlSystemStudio/cs-studio/issues?milestone=' + val.number + '">' + val.title + '</a></h3>')
.appendTo('#milestone_title_' + val.number);
$(
'<p>' + val.open_issues + ' open issues - ' +
' ' + val.closed_issues + ' closed issues - ' +
'due on: ' + d.toString() + '</p>').appendTo('#milestone_' + val.number);
// Query the closed issues of the current milestone
$.getJSON('https://api.github.com/repos/ControlSystemStudio/cs-studio/issues?state=closed&milestone=' + val.number, function(data) {
var issues = formatIssues(data);
$(issues.join('')).appendTo('#milestone_issues_' + val.number);
});
// Query the open issues of the current milestone
$.getJSON('https://api.github.com/repos/ControlSystemStudio/cs-studio/issues?milestone=' + val.number, function(data) {
var issues = formatIssues(data);
$(issues.join('')).appendTo('#milestone_issues_' + val.number);
});
});
});
// Query the ongoing projects
$.getJSON('https://api.github.com/search/issues?q=label:project+-label:Backlog+user:ControlSystemStudio+repo:cs-studio+state:open', function(data) {
var issues = formatIssues(data.items);
$(issues.join('')).appendTo('#project_issues');
});
// Query the Jenkins jobs
$.getJSON('https://openepics.ci.cloudbees.com/view/CS-Studio%203.3/api/json?jsonp=?', function(data) {
var items = [];
$.each(data.jobs, function(key, val) {
var s = '<tr>';
switch (val.color) {
case "blue":
case "blue_anime":
s = s + '<td><i class="icon-smile color-green"></i></td>';
break;
default:
s = s + '<td><i class="icon-frown color-red"></i></td>';
break
}
items.push(s + '"<td><a href="' + val.url + '"> ' + val.name + '</td>' +
'</tr>');
});
$(items.join('')).appendTo('#build_tasks');
});
$.getJSON('https://openepics.ci.cloudbees.com/view/CS-Studio%204.0/api/json?jsonp=?', function(data) {
var items = [];
$.each(data.jobs, function(key, val) {
var s = '<tr>';
switch (val.color) {
case "blue":
case "blue_anime":
s = s + '<td><i class="icon-smile color-green"></i></td>';
break;
default:
s = s + '<td><i class="icon-frown color-red"></i></td>';
break
}
items.push(s + '"<td><a href="' + val.url + '"> ' + val.name + '</td>' +
'</tr>');
});
$(items.join('')).appendTo('#build_tasks');
});
});
</script>
<!--[if lt IE 9]>
<script src="assets/js/respond.js"></script>
<![endif]-->
</body>
</html>