-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcredits.html
More file actions
185 lines (166 loc) · 7.25 KB
/
Copy pathcredits.html
File metadata and controls
185 lines (166 loc) · 7.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Central Perf - Web based load testing and monitoring">
<meta name="author" content="Dominique Clairac, Charles Le Gallic">
<title>Central Perf - "Metrology As A Service"</title>
<!-- Bootstrap core CSS -->
<link href="stylesheets/bootstrap.min.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Custom styles for this template -->
<link href="stylesheets/carousel.css" rel="stylesheet">
<style type="text/css" id="holderjs-style"></style>
<script src="javascripts/jquery.min.js"></script>
<script type="text/javascript">
// Load licenses.xml file and transform with XSLT
$(document).ready(function(){
jsxml.trans('resources/licenses/licenses.xml', 'resources/licenses/licenses.xsl',function(resultString){
$('#server-side-licenses').html(resultString);
});
}
);
</script>
</head>
<body>
<!-- NAVBAR
================================================== -->
<div class="navbar navbar-fixed-top navbar-inverse" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-header" href="#" style="padding-top:5px"><!-- <img src="resources/img/logo-40_150.png" width="125" height="40" alt="Central Perf Logo">--></a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="#" class="active">About</a></li>
<li><a href="http://github.com/centralperf/centralperf/" target="_blank">Project page on GitHub <span class="glyphicon glyphicon-new-window"/>
</a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<h1>Authors</h1>
<div class="row">
<div class="media col-md-6">
<a class="pull-left" href="http://www.sqli.com/eng/">
<img class="media-object pull-left" src="resources/img/credits/dclairac.jpeg" alt="Dominique Clairac" style="width: 80px;">
</a>
<div class="media-body">
<h4 class="media-heading"><a href="mailto:dominique@centralperf.org">Dominique CLAIRAC</a></h4>
Dominique is a french IT Senior Consultant at Alcyonix (SQLI Group) with more than 11 years of experience in IT operations as well as in software development.
He has now specialized in auditing IT production sites with a special focus on performance and robustness. He is also <a href="https://www.redhat.com/wapps/training/certification/verify.html?certNumber=705010633800073">JBoss Certified (JCAA)</a> and specialist on Red Hat solutions.
</div>
</div>
<div class="media col-md-6" style="margin-top:0px">
<a class="pull-left" href="http://www.amoae.com">
<img class="media-object" src="http://www.gravatar.com/avatar/1c0003c88b48251d9e555e125162058a" alt="Charles Le Gallic">
</a>
<div class="media-body">
<h4 class="media-heading"><a href="mailto:charles@centralperf.org">Charles LE GALLIC</a></h4>
Founder of <a href="http://www.amoae.com">AMOAE</a> in february 2012, a french IT consulting company, Charles is an IT consultant since 2002, but coding is still one of it's favorite hobby.
</div>
</div>
</div>
<div class="row" style="margin-top:50px;margin-bottom:50px;">
<div class="media col-md-6">
<a class="pull-left" href="http://www.amoae.com">
<img class="media-object" src="resources/img/unknown-user-80x80.png" alt="You ?">
</a>
<div class="media-body">
<h4 class="media-heading">You ?</h4>
As Central Perf is a Free Software, Open Source project, you can join to help us improve it, make suggestions, build plugins for injectors....
</div>
</div>
<div class="media col-md-6">
</div>
</div>
<h1>Third party licenses</h1>
<h2>Client side</h2>
<div id="client-side-licenses">
<ul>
<li>
Bootstrap <a href="http://en.wikipedia.org/wiki/MIT_License">MIT</a>
</li>
<li>
Jquery <a href="http://en.wikipedia.org/wiki/MIT_License">MIT</a>
</li>
<li>
X-Editable<a href="http://en.wikipedia.org/wiki/MIT_License">MIT</a>
</li>
<li>
Bootstrap Select<a href="http://en.wikipedia.org/wiki/MIT_License">MIT</a>
</li>
<li>
jQuery Simple Modal <a href="http://en.wikipedia.org/wiki/MIT_License">MIT</a>
</li>
<li>
jsTree <a href="http://en.wikipedia.org/wiki/MIT_License">MIT</a>
</li>
<li>
moment.js <a href="http://en.wikipedia.org/wiki/MIT_License">MIT</a>
</li>
<li>
<a href="http://c3js.org/">C3js</a> <a href="http://en.wikipedia.org/wiki/MIT_License">MIT</a>
</li>
<li>
<a href="http://d3js.org/">D3js</a> <a href="http://opensource.org/licenses/BSD-3-Clause">BSD</a>
</li>
</ul>
</div>
<h2>Server side</h2>
<div id="server-side-licenses">
Loading...
</div>
<h2>Others</h2>
<div id="others-licenses">
<ul>
<li>
jMeter <a href="http://www.apache.org/licenses/">MIT</a>
</li>
<li>
Gatling <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache v2.0</a>
</li>
<li>
Tomcat <a href="http://www.apache.org/licenses/">Apache</a>
</li>
</ul>
</div>
<!-- FOOTER -->
<footer>
<p class="pull-right"><a href="#">Back to top</a></p>
<p>© 2014 <a href="mailto:contact@centralperf.org">Central Perf Team</a><br/>
Code licenced under the <a href="http://www.gnu.org/licenses/agpl-3.0.html">AGPL license</a></p>
</footer>
</div><!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="javascripts/bootstrap.min.js"></script>
<script src="javascripts/docs.min.js"></script>
<script src="javascripts/jsxml.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-47569261-1', 'centralperf.org');
ga('send', 'pageview');
</script>
</body>
</html>