forked from espertechinc/esper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (73 loc) · 3.4 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
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>EsperTech - Leader in Complex Event Processing</title>
<meta http-equiv="Pragma" content="no-cache"/>
<meta http-equiv="Expires" content="-1"/>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
<meta name="keywords"
content="Esper, NEsper, eda, open source, source, esp, cep, event stream, complex event, soa, services, support, free, event server, Complex Event processing, streaming analytics, epl, event processing language">
<style type="text/css">
@import url(esper/doc/site/bootstrap.min.css);
body {
padding-top: 20px;
padding-bottom: 40px;
}
/* Custom container */
.container-narrow {
margin: 0 auto;
max-width: 1100px;
}
.container-narrow > hr {
margin: 30px 0;
}
</style>
</head>
<body>
<div class="container-narrow">
<div class="masthead">
<a href="http://www.espertech.com"><img src="esper/doc/site/espertech_logo.gif" width="259" height="63"/></a>
</div>
<hr/>
<h3>License</h3>
<p>
Esper and NEsper are open-source software available under the GNU General Public License (GPL) (GPL v2).
</p>
<p>
Esper and NEsper including documentation are copyrighted and the copyright is owned by EsperTech Inc., unauthorized reproduction or distribution of this copyrighted work is illegal.
</p>
<p>
For commercial licensing terms, please contact us for any inquiry.
</p>
<h3>Trademark</h3>
<p>
Esper is a trademark of EsperTech Inc..
</p>
<p>
Use of the Esper trademark or logo for commercial purposes without the prior written consent of EsperTech Inc. may constitute trademark infringement and unfair competition in violation of federal and state laws.
</p>
<h3><span>Getting started</span></h3>
<p>
<ul>
<!-- Note: the following links only work once the distribution is packaged and unziped -->
<li><a href="http://www.espertech.com/esper" target="_blank">Esper</a></li>
<li><a href="esper/doc/reference/html/index.html" title="Reference manual">Esper Reference manual (HTML)</a></li>
<li><a href="esper/doc/reference/html/index.html" title="Reference manual">Esper Reference manual (single page HTML)</a></li>
<li><a href="esper/doc/reference/pdf/esper_reference.pdf" title="Reference manual">Esper Reference manual (PDF)</a></li>
<li><a href="esper/doc/api/index.html" title="API javadoc">Esper API javadoc</a></li>
<li><a href="esperio/doc/reference/html/index.html" title="Reference manual">EsperIO Reference manual (HTML)</a></li>
<li><a href="esperio/doc/reference/html/index.html" title="Reference manual">EsperIO Reference manual (single page HTML)</a></li>
<li><a href="esperio/doc/reference/pdf/esper_adapter_reference.pdf" title="Reference manual">EsperIO Reference manual (PDF)</a></li>
<li><a href="esperio/doc/api/index.html" title="API javadoc">EsperIO API javadoc</a></li>
</ul>
</p>
<br/>
<div>
<div class="modal-footer">© Copyright 2006-2017, EsperTech Inc. |
<small><a href="http://www.espertech.com/contact">Contact Us</a> |
<a href="http://www.espertech.com/esper/esper-license-and-trademark/">Terms of use</a> | <a
href="http://www.espertech.com/privacy-policy">Privacy</a></small>
</div>
</div>
</div>
</body>
</html>