-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
538 lines (519 loc) · 17.7 KB
/
index.html
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
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<link rel="icon" href="i/common/glyph.png">
<title>Eclipse Passage</title>
<link
href="https://fonts.googleapis.com/css2?family=Montserrat&family=Quicksand&display=swap"
rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
</head>
<body class="general-doc">
<div class="navigation container-fluid">
<div class="row header">
<div class="col-sm nav-ref features">
<a class="anchor" href="#features">Features</a>
</div>
<div class="col-sm nav-ref products">
<a class="anchor" href="#products">Products</a>
</div>
<div class="col-sm nav-ref components">
<a class="anchor" href="#components">Components</a>
</div>
<div class="col-sm nav-ref examples">
<a class="anchor" href="#examples">Examples</a>
</div>
<div class="col-sm nav-ref documentation">
<a class="anchor" href="#docs">Documentation</a>
</div>
<div class="col-sm nav-ref support">
<a class="anchor" href="#support">Support</a>
</div>
<div class="col-sm nav-ref services">
<a class="anchor" href="#services">Services</a>
</div>
<div class="col-sm nav-ref contact">
<a class="anchor" href="#contact">Contact</a>
</div>
<div class="col-sm nav-ref contribute">
<a class="anchor" href="#contribute">Contribute</a>
</div>
</div>
</div>
<div class="titling container-fluid">
<div class="row">
<div class="col-sm-2"></div>
<div class="col-sm">
<img src="i/common/glyph.png" width="256">
</div>
<div class="col-sm">
<div class="titling-brief">
Passage is a set of libraries and tools<br />aimed to put your
product under<br />licensing protection
</div>
</div>
<div class="col-sm-2"></div>
</div>
</div>
<div class="features separable info-section container">
<div class="row">
<div class="col-sm">
<div class="section-header">
<a class="anchor" name="features"></a>Features
</div>
</div>
</div>
<div class="row">
<div class="col-sm">
<div class="info-header">Easy to integrate</div>
<div class="info-content">You can protect a product by
licensing literally with less than ten lines of configuration code.
Passage and Access Cycle (Passage runtime) take care of the rest.</div>
</div>
<div class="col-sm">
<div class="info-header">Flexible and adaptable</div>
<div class="info-content">
<a href="access-cycle.html">Passage runtime</a> is designed with
the finest care in a series of services with clear functionality.
While there are perfectly orchestrated set of well-functional
default implementations right out-of-the-box, API allows you to
contribute your particular algorithms in almost any place of Access
Cycle. This means you can affect the very process of license
checking to make it suit your peculiar needs.
</div>
</div>
<div class="w-100"></div>
<div class="col-sm">
<div class="info-header">License issuing</div>
<div class="info-content">While Passage Access Cycle prevents
a product from being exploited without proper license, Eclipse
Passage Operator product, an RCP application, is dedicated to the
license issuing. It helps to define and evolve product
decomposition in terms of licensing, lease, keep and trace issued
licenses; supplies analysis and reports.</div>
</div>
<div class="col-sm">
<div class="info-header">Floating licensing</div>
<div class="info-content">Passage supplies its own
implementation of floating license server, which is integrated and
tested with products under Passage protection.</div>
</div>
</div>
</div>
<div class="products separable info-section container">
<div class="row">
<div class="col-sm">
<div class="section-header">
<a name="products"
href="https://download.eclipse.org/passage/updates/release/2.1.0/"
target="_blank">Key Components</a> and <a
href="https://download.eclipse.org/passage/downloads/release/2.1.0/"
target="_blank">Products</a>
</div>
</div>
<div class="row">
<div class="col-sm">
<div class="info-header">
<a
href="https://download.eclipse.org/passage/updates/release/2.1.0/lic"
target="_blank">LIC</a>: Access Cycle
</div>
<div class="info-content">
Plug <span class="term">Passage Access Cycle</span> to your
product to empower licensing protection. It is ready to operate,
but can be flexibly tuned to address special demands of your
product.
</div>
</div>
<div class="col-sm">
<div class="info-header">
<a
href="https://download.eclipse.org/passage/downloads/release/2.1.0/operator/"
target="_blank">Licensing Operator</a>
</div>
<div class="info-content">Define protected features of your
product, keep track on their evolution, issue licenses.</div>
</div>
<div class="col-sm">
<div class="info-header">
<a
href="https://download.eclipse.org/passage/downloads/release/2.1.0/fls/"
target="_blank">Floating License Server</a>
</div>
<div class="info-content">Let controlled amount of clients
run you product been licensed in a centralized and trackable way.</div>
</div>
</div>
</div>
</div>
<div class="components separable info-section container">
<div class="row">
<div class="col-sm">
<div class="section-header">
<a name="components"
href="https://download.eclipse.org/passage/updates/release/2.1.0/"
target="_blank">Advanced Components</a>
</div>
</div>
</div>
<div class="row">
<div class="col-sm">
<div class="info-header">
<a
href="https://download.eclipse.org/passage/updates/release/2.1.0/loc"
target="_blank">LOC</a>: Licensing Operator
</div>
<div class="info-content">Design your own licensing operator
with LOC.</div>
</div>
<div class="col-sm">
<div class="info-header">
<a
href="https://download.eclipse.org/passage/updates/release/2.1.0/lbc"
target="_blank">LBC</a>: Licensing Backend
</div>
<div class="info-content">Licensing server particles.</div>
</div>
<div class="col-sm">
<div class="info-header">
<a
href="https://download.eclipse.org/passage/updates/release/2.1.0/ldc"
target="_blank">LDC</a>: Development
</div>
<div class="info-content">Development support components:
template projects for Eclipse, cheat sheets, cook books.</div>
</div>
</div>
</div>
<div class="examples separable info-section container">
<div class="row">
<div class="col-sm">
<div class="section-header">
<a class="anchor" name="examples"></a>Examples
</div>
<div class="section-brief">All Passage products are themselves
licensed by Passage.</div>
</div>
</div>
<div class="row">
<div class="col-sm">
<div class="info-header">
<a
href="https://github.com/eclipse-passage/passage/tree/master/products/org.eclipse.passage.lbc.fls.product"
target="_blank">Eclipse Passage Floating License Server</a>
</div>
<div class="info-content">
<a href="fls-licensed-by-passage.html" target="_blank">Have a
look</a> how headless application declares licensing requirements and
checks license coverage in key points of the code base.
</div>
</div>
<div class="col-sm">
<div class="info-header">
<a
href="https://github.com/eclipse-passage/passage/tree/master/products/org.eclipse.passage.loc.operator.product"
target="_blank"> Eclipse Passage Operator</a>
</div>
<div class="info-content">
<a href="operator-licensed-by-passage.html" target="_blank">And</a>
how RCP-application communicate actual licensing status, allows
import a license, supplies information gathering for license
issuing, explains licensing state diagnostic.
</div>
</div>
</div>
</div>
<div class="documentation separable info-section container">
<div class="row">
<div class="col-sm">
<div class="section-header">
<a class="anchor" name="docs"></a>Documentation
</div>
</div>
</div>
<div class="row">
<div class="col-sm">
<div class="info-header">
<a href="flow.html">Eclipse Passage<br />Licensing Flow
</a>
</div>
<div class="info-content">Get a picture of the whole licensing
process facilitated by Passage</div>
</div>
<div class="col-sm">
<div class="info-header">
<a href="dev-guide.html">Eclipse Passage<br />Developer Guide
</a>
</div>
<div class="info-content">Integrate Passage into you product
code base</div>
</div>
<div class="col-sm">
<div class="info-header">
<a href="access-cycle.html">Eclipse Passage<br />Access Cycle
</a>
</div>
<div class="info-content">Core of the Passage runtime
licensing protection</div>
</div>
<div class="w-100"></div>
<div class="col-sm">
<div class="info-header">
Eclipse Passage Operator<br />User Guide
</div>
<div class="info-content">
<a href="html/operator-user-guide.html">View online</a> or download
<a href="pdf/operator-user-guide.pdf">PDF</a>
</div>
</div>
<div class="col-sm">
<div class="info-header">
Eclipse Passage Floating License Server<br />Administration Guide
</div>
<div class="info-content">
<a href="html/fls-administration-guide.html">View online</a> or
download <a href="pdf/fls-administration-guide.pdf">PDF</a>
</div>
</div>
</div>
</div>
<div class="support separable info-section container">
<div class="row">
<div class="col-sm">
<div class="section-header">
<a class="anchor" name="support"></a>Support
</div>
<div class="section-brief">
Support for Passage components and products and for projects
integrating Passage is supplied by
<div class="arsysop">
<a href="http://arsysop.ru" target="_blank"> ArSysOp </a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm">
<div class="info-header">Community Support</div>
<div class="info-content">
<ul>
<li>Join <a href="https://arsysop.slack.com/">our Slack
Channel</a> to ask Passage Team a question
</li>
<li>File an issue to <a
href="https://github.com/eclipse-passage/passage/issues/new">Passage
GitHub repository</a> or to <a
href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Passage">Eclipse
bug tracking system</a>.
</li>
</ul>
</div>
</div>
<div class="col-sm">
<div class="info-header">Professional Support</div>
<div class="info-content">
<ul>
<li>We respond fast</li>
<li class="inner">with exhaustive answers</li>
<li class="inner">and code examples.</li>
<li>We integrate Passage into your product,</li>
<li class="inner">customize it for your needs.</li>
<li>We implement additional features</li>
<li class="inner">to licensing Operator</li>
<li class="inner">or Floating License Server.</li>
<li>We work under NDA , if you require.</li>
</ul>
<div>
There are several professional support options,<br />starting
from 1620€ for 10 hour professional support<br/> additionally 5 hours project sponsorship.
</div>
<div>
<a href="mailto:[email protected]">Contact us</a>.
</div>
</div>
</div>
</div>
</div>
<div class="services separable info-section container">
<div class="row">
<div class="col-sm">
<div class="section-header">
<a class="anchor" name="services"></a>Services
</div>
<div class="section-brief">
<div>
Licensing of a product is a broad area.<br />Despite Passage is
good enough in its out-of-the-box configuration,<br />there are
still plenty of ways to make it satisfy your needs better.
</div>
<div>
<a href="mailto:[email protected]">Contact Passage Team</a> to get
service.
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm">
<div class="info-header">Integrate Passage</div>
<div class="info-content">Passage API is simple, integration
documentation is exhaustive and the very design of
Passage-Product-Passage communication is subtle and
straightforward. Yet you still can invite Passage Team to implant
Passage runtime into your product.</div>
</div>
<div class="col-sm">
<div class="info-header">Customize runtime</div>
<div class="info-content">Passage is highly configurable and
there are very much functional implementations for each part of its
runtime. Nevertheless, if your product needs something special, we
can implement it and integrate.</div>
</div>
<div class="w-100"></div>
<div class="col-sm">
<div class="info-header">Handle license issuing</div>
<div class="info-content">When your product is protected, lots
of new tasks related to license issuing open up: invent, keep and
manage licensing meta data, issue, store and distribute license,
communicate with clients. Passage Operator product helps to serve
these needs, but we can take care of all these tasks for you
entirely.</div>
</div>
<div class="col-sm">
<div class="info-header">Run a Floating License Server</div>
<div class="info-content">We can host and maintain a Floating
License Server for your needs.</div>
</div>
</div>
</div>
<div class="contact separable info-section container">
<div class="row">
<div class="col-sm">
<div class="section-header">
<a class="anchor" name="contact">Contacts</a>
</div>
</div>
</div>
<div class="row">
<div class="col-sm">
<div class="info-header">
<a href="mailto:[email protected]">Mail us</a>
</div>
<div class="info-content">Passage Team is always ready to
collaborate!</div>
</div>
<div class="col-sm">
<div class="info-header">Join Slack channel</div>
<div class="info-content">
Join us in <a href="https://arsysop.slack.com/">ArSysOp Slack
Channel</a> to ask Passage Team a question.
</div>
</div>
<div class="w-100"></div>
<div class="col-sm">
<div class="info-header">Join our mailing list</div>
<div class="info-content">
If you are interested in Passage project evolution, <a
href="https://accounts.eclipse.org/mailing-list/passage-dev">join
our mailing list</a> to get news from the first hands and ask
questions to the Team and community.
</div>
</div>
<div class="col-sm">
<div class="info-header">Use Community Forum</div>
<div class="info-content">
You are welcome to open new theme on <a
href="https://www.eclipse.org/forums/index.php/f/449/">Eclispe
Passage Forum</a> either to get help or to propose an idea.
</div>
</div>
<div class="col-sm">
<div class="info-header">Request a feature, report a bug</div>
<div class="info-content">
File an issue to <a
href="https://github.com/eclipse-passage/passage/issues/new">Passage
GitHub repository</a> or to <a
href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Passage">Eclipse
bug tracking system</a>
</div>
</div>
</div>
</div>
<div class="contribute separable info-section container">
<div class="row">
<div class="col-sm">
<div class="section-header">
<a class="anchor" name="contribute">Contribute</a>
</div>
<div class="section-brief">
Passage is an open source project developed by a small team of
seasoned engineers under <a href="https://www.eclipse.org/">Eclipse
Foundation</a> roof.<br />It is available for use under terms of
<a href="https://spdx.org/licenses/EPL-2.0.html">Eclispe Public
License 2.0</a>,<br />which means you can utilize it in a wide
variety of ways.<br />We are always glad to get help with the <a
href="https://bugs.eclipse.org/bugs/describecomponents.cgi?product=Passage">current
tasks</a>.
</div>
</div>
</div>
<div class="row">
<div class="col-sm">
<div class="info-header">Evolve Passage</div>
<div class="info-content">
Feel free to share your thoughts and offer pull requests in <a
href="https://github.com/eclipse-passage/passage/">Passage
GitHub repository</a>.
</div>
</div>
<div class="col-sm">
<div class="info-header">Improve documentation</div>
<div class="info-content">
Any help is welcome, including to-do-issues to <a
href="https://github.com/eclipse-passage/passage-docs/">Passage
Documentation GitHub repository</a>.
</div>
</div>
</div>
</div>
<div class="footer legal container-fluid">
<div class="row">
<div class="col-sm-8">
<div>© Copyright 2018 - 2021 ArSysOp</div>
</div>
<div class="col-sm">
<a href="https://projects.eclipse.org/projects/technology.passage"
target="_blank">About</a>
</div>
<div class="col-sm">
<a href="https://spdx.org/licenses/EPL-2.0.html" target="_blank">Terms
of use</a>
</div>
</div>
</div>
<div class="footer refs container-fluid">
<div class="row">
<div class="col-sm-6"></div>
<div class="col-sm">
PDF documentation is built by <a href="https://tug.org/"
target="_blank">TeX</a>.
</div>
<div class="col-sm">
Site is constructed with <a
href="https://github.com/twbs/bootstrap/">Bootstrap</a>.
</div>
<div class="col-sm">
<a href="https://fonts.google.com/specimen/Quicksand"
target="_blank">Quicksand</a> and <a
href="https://fonts.google.com/specimen/Montserrat" target="_blank">Montserrat</a>
fonts are used.
</div>
</div>
</div>
</body>
</html>