This repository was archived by the owner on Mar 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontrib.html
More file actions
375 lines (258 loc) · 13.3 KB
/
Copy pathcontrib.html
File metadata and controls
375 lines (258 loc) · 13.3 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
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Third-party Components — Flopsar Documentation</title>
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/hacks.css" type="text/css" />
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="prev" title="Demo" href="demo.html" />
<script src="_static/js/modernizr.min.js"></script>
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search">
<a href="index.html">
<img src="_static/flopsar_logo.png" class="logo" alt="Logo"/>
</a>
<div class="version">
2.4
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<p class="caption"><span class="caption-text">Overview</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="overview.html">1. What is Flopsar</a></li>
<li class="toctree-l1"><a class="reference internal" href="overview.html#versioning">2. Versioning</a></li>
<li class="toctree-l1"><a class="reference internal" href="overview.html#releasing">3. Releasing</a></li>
<li class="toctree-l1"><a class="reference internal" href="overview.html#licensing">4. Licensing</a></li>
<li class="toctree-l1"><a class="reference internal" href="overview.html#architectural-fundamentals">5. Architectural Fundamentals</a></li>
<li class="toctree-l1"><a class="reference internal" href="overview.html#supported-platforms-and-requirements">6. Supported Platforms and Requirements</a></li>
<li class="toctree-l1"><a class="reference internal" href="overview.html#distribution-package">7. Distribution Package</a></li>
<li class="toctree-l1"><a class="reference internal" href="overview.html#release-notes">8. Release Notes</a></li>
</ul>
<p class="caption"><span class="caption-text">Administrator Guide</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="admin.html">1. Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="admin.html#logging">2. Logging</a></li>
<li class="toctree-l1"><a class="reference internal" href="admin.html#id2">3. Agent</a></li>
<li class="toctree-l1"><a class="reference internal" href="manager.html">4. Manager</a></li>
<li class="toctree-l1"><a class="reference internal" href="database.html">5. Database</a></li>
</ul>
<p class="caption"><span class="caption-text">User Guide</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="user.html">1. Workstation Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="user.html#accessing-flopsar-environment">2. Accessing Flopsar Environment</a></li>
<li class="toctree-l1"><a class="reference internal" href="user.html#start-page">3. Start Page</a></li>
<li class="toctree-l1"><a class="reference internal" href="user.html#settings">4. Settings</a></li>
<li class="toctree-l1"><a class="reference internal" href="user.html#configurations">5. Configurations</a></li>
<li class="toctree-l1"><a class="reference internal" href="user.html#galaxies">6. Galaxies</a></li>
<li class="toctree-l1"><a class="reference internal" href="user.html#agents">7. Agents</a></li>
<li class="toctree-l1"><a class="reference internal" href="user.html#queries">8. Queries</a></li>
</ul>
<p class="caption"><span class="caption-text">Developer Guide</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="developer.html">1. Agent API</a></li>
<li class="toctree-l1"><a class="reference internal" href="developer.html#agent-formatters">2. Agent Formatters</a></li>
<li class="toctree-l1"><a class="reference internal" href="developer.html#database-api">3. Database API</a></li>
<li class="toctree-l1"><a class="reference internal" href="developer.html#plugins">4. Plugins</a></li>
</ul>
<p class="caption"><span class="caption-text">Miscellaneous</span></p>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="tshooting.html">Troubleshooting</a></li>
<li class="toctree-l1"><a class="reference internal" href="demo.html">Demo</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Third-party Components</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#agent">Agent</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#asm">ASM</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#manager-and-database">Manager and Database</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#liblzf">LibLZF</a></li>
<li class="toctree-l3"><a class="reference internal" href="#lz4">LZ4</a></li>
<li class="toctree-l3"><a class="reference internal" href="#f">F</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#workstation">Workstation</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#fontawesomefx">FontAwesomeFX</a></li>
<li class="toctree-l3"><a class="reference internal" href="#jfoenix">JFoeniX</a></li>
<li class="toctree-l3"><a class="reference internal" href="#id7">JDOM</a></li>
<li class="toctree-l3"><a class="reference internal" href="#apache-commons-math">Apache Commons Math</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">Flopsar</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html">Docs</a> »</li>
<li>Third-party Components</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<div class="section" id="third-party-components">
<h1>Third-party Components<a class="headerlink" href="#third-party-components" title="Permalink to this headline">¶</a></h1>
<div class="section" id="agent">
<h2>Agent<a class="headerlink" href="#agent" title="Permalink to this headline">¶</a></h2>
<p><span class="flp">agent</span> makes use of the following components:</p>
<div class="section" id="asm">
<h3>ASM<a class="headerlink" href="#asm" title="Permalink to this headline">¶</a></h3>
<dl class="docutils">
<dt><span class="opt">component</span></dt>
<dd><a class="reference external" href="http://asm.ow2.org">ASM</a></dd>
<dt><span class="opt">version</span></dt>
<dd>6.2.1</dd>
<dt><span class="opt">license</span></dt>
<dd><a class="reference external" href="http://asm.ow2.org/license.html">http://asm.ow2.org/license.html</a></dd>
</dl>
</div>
</div>
<div class="section" id="manager-and-database">
<h2>Manager and Database<a class="headerlink" href="#manager-and-database" title="Permalink to this headline">¶</a></h2>
<div class="section" id="liblzf">
<h3>LibLZF<a class="headerlink" href="#liblzf" title="Permalink to this headline">¶</a></h3>
<dl class="docutils">
<dt><span class="opt">component</span></dt>
<dd><a class="reference external" href="http://oldhome.schmorp.de/marc/liblzf.html">LibLZF</a></dd>
<dt><span class="opt">version</span></dt>
<dd>3.4</dd>
<dt><span class="opt">license</span></dt>
<dd><a class="reference external" href="https://github.com/hunterhacker/jdom/blob/master/LICENSE.txt">https://github.com/hunterhacker/jdom/blob/master/LICENSE.txt</a></dd>
</dl>
</div>
<div class="section" id="lz4">
<h3>LZ4<a class="headerlink" href="#lz4" title="Permalink to this headline">¶</a></h3>
<dl class="docutils">
<dt><span class="opt">component</span></dt>
<dd><a class="reference external" href="https://lz4.github.io/lz4/">LZ4</a></dd>
<dt><span class="opt">version</span></dt>
<dd>1.4.1</dd>
<dt><span class="opt">license</span></dt>
<dd><a class="reference external" href="https://github.com/lz4/lz4/blob/dev/lib/LICENSE">https://github.com/lz4/lz4/blob/dev/lib/LICENSE</a></dd>
</dl>
</div>
<div class="section" id="f">
<h3>F<a class="headerlink" href="#f" title="Permalink to this headline">¶</a></h3>
<dl class="docutils">
<dt><span class="opt">component</span></dt>
<dd><a class="reference external" href="http://jdom.org">JDOM</a></dd>
<dt><span class="opt">version</span></dt>
<dd>2.0.6</dd>
<dt><span class="opt">license</span></dt>
<dd><a class="reference external" href="https://github.com/hunterhacker/jdom/blob/master/LICENSE.txt">https://github.com/hunterhacker/jdom/blob/master/LICENSE.txt</a></dd>
</dl>
</div>
</div>
<div class="section" id="workstation">
<h2>Workstation<a class="headerlink" href="#workstation" title="Permalink to this headline">¶</a></h2>
<div class="section" id="fontawesomefx">
<h3>FontAwesomeFX<a class="headerlink" href="#fontawesomefx" title="Permalink to this headline">¶</a></h3>
<dl class="docutils">
<dt><span class="opt">component</span></dt>
<dd><a class="reference external" href="http://bitbucket.org/Jerady/fontawesomefx">FontAwesomeFX</a></dd>
<dt><span class="opt">version</span></dt>
<dd>8.13</dd>
<dt><span class="opt">license</span></dt>
<dd><a class="reference external" href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License Version 2.0</a></dd>
</dl>
</div>
<div class="section" id="jfoenix">
<h3>JFoeniX<a class="headerlink" href="#jfoenix" title="Permalink to this headline">¶</a></h3>
<dl class="docutils">
<dt><span class="opt">component</span></dt>
<dd><a class="reference external" href="http://jfoenix.com">JFoeniX</a></dd>
<dt><span class="opt">version</span></dt>
<dd>8.0.7</dd>
<dt><span class="opt">license</span></dt>
<dd><a class="reference external" href="http://jfoenix.com/documentation.html#license">Apache License Version 2.0</a></dd>
</dl>
</div>
<div class="section" id="id7">
<h3>JDOM<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
<dl class="docutils">
<dt><span class="opt">component</span></dt>
<dd><a class="reference external" href="http://jdom.org">JDOM</a></dd>
<dt><span class="opt">version</span></dt>
<dd>2.0.6</dd>
<dt><span class="opt">license</span></dt>
<dd><a class="reference external" href="https://github.com/hunterhacker/jdom/blob/master/LICENSE.txt">https://github.com/hunterhacker/jdom/blob/master/LICENSE.txt</a></dd>
</dl>
</div>
<div class="section" id="apache-commons-math">
<h3>Apache Commons Math<a class="headerlink" href="#apache-commons-math" title="Permalink to this headline">¶</a></h3>
<dl class="docutils">
<dt><span class="opt">component</span></dt>
<dd><a class="reference external" href="http://commons.apache.org/proper/commons-math/">Commons-math</a></dd>
<dt><span class="opt">version</span></dt>
<dd>3.3.2</dd>
<dt><span class="opt">license</span></dt>
<dd><a class="reference external" href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License Version 2.0</a></dd>
</dl>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="demo.html" class="btn btn-neutral" title="Demo" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
</div>
<hr/>
<div role="contentinfo">
<p>
© Copyright 2018, Flopsar Technology Sp. z o.o..
</p>
</div>
</footer>
</div>
</div>
</section>
</div>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'2.4',
LANGUAGE:'None',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: false,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/js/theme.js"></script>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
</body>
</html>