This repository was archived by the owner on Feb 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·242 lines (207 loc) · 8.56 KB
/
index.html
File metadata and controls
executable file
·242 lines (207 loc) · 8.56 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
---
layout:
menu_name: Home
title: TracEE - Invocation context propagation for JavaEE applications
#permalink: index.html
order: 1
---
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
{% include navbar.html %}
<!-- *****************************************************************************************************************
HEADERWRAP
***************************************************************************************************************** -->
<div id="headerwrap">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<br/>
<h3>Track invocations without boundaries</h3>
<h1>TracEE</h1>
<h5>TracEE modules makes it easy to track and log the invocation context throughout your distributed
application.</h5>
</div>
<div class="col-lg-8 col-lg-offset-2">
<!-- <img src="/assets/img/browser.png" class="img-responsive"> -->
</div>
</div>
<!-- /row -->
</div>
<!-- /container -->
</div>
<!-- /headerwrap -->
<!-- *****************************************************************************************************************
SERVICE LOGOS
***************************************************************************************************************** -->
<div id="service">
<div class="container">
<div class="row centered">
<div class="col-md-4">
<i class="fa fa-rocket"></i>
<h4>Made for Java™EE & Spring Framework</h4>
<p>TracEE is set of easily pluggable libraries that supports the <a href="bindings/overview.html">most important technologies used in
JavaEE and Spring applications</a> out of the box!
</p>
<!-- <p><br/><a href="#" class="btn btn-theme"></a></p> -->
</div>
<div class="col-md-4">
<i class="fa fa-heart-o"></i>
<h4>Free & Open Source</h4>
<p>
We love Open Source! Thus this project is released under the <a
href="https://github.com/tracee/tracee/blob/master/LICENSE">revised BSD License</a>
and is free for any use and can be customized and tailored to your needs.
</p>
<p><br/><a href="https://github.com/tracee/tracee" class="btn btn-theme">Visit Github</a></p>
</div>
<div class="col-md-4">
<i class="fa fa-download"></i>
<h4>Get started now!</h4>
<p>Installing TracEE is almost as simple as adding a dependency. Learn how to get started and make your
applications logs really useful in few simple steps!</p>
<p><br/><a href="/documentation/getting-started.html" class="btn btn-theme">More Info</a></p>
</div>
</div>
</div>
<! --/container -->
</div>
<! --/service -->
<!-- *****************************************************************************************************************
TESTIMONIALS
***************************************************************************************************************** -->
<!--
<div id="twrap">
<div class="container centered">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<i class="fa fa-comment-o"></i>
<p>TracEE makes it easy to track the invocation context throughout your distributed JavaEE-Application
logs.
You don't need to pass around artificial collaboration ids – TracEE will care about that. It uses
side-channels on
the underlying protocols and therefore encapsulates the aspect of invocation context
propagation.</p>
<h4><br/>John Doe</h4>
<p>CHIEF ARCHITECT - TRACEE.IO</p>
</div>
</div>
</div>
</div>
-->
<!-- *****************************************************************************************************************
MIDDLE CONTENT
***************************************************************************************************************** -->
<!--
<div class="container mtb">
<div class="row">
<div class="col-lg-4 col-lg-offset-1">
<h4>More About Our Agency.</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </p>
<p><br/><a href="about.html" class="btn btn-theme">More Info</a></p>
</div>
<div class="col-lg-3">
<h4>Frequently Asked</h4>
<div class="hline"></div>
<p><a href="#">How cool is this theme?</a></p>
<p><a href="#">Need a nice good-looking site?</a></p>
<p><a href="#">Is this theme retina ready?</a></p>
<p><a href="#">Which version of Font Awesome uses?</a></p>
<p><a href="#">Free support is integrated?</a></p>
</div>
<div class="col-lg-3">
<h4>Latest Posts</h4>
<div class="hline"></div>
{% for post in site.posts limit: 5 %}
<p><a href="{{ post.url }}">{{ post.title }}</a></p>
{% endfor %}
</div>
</div>
</div>
-->
{% include sponsored.html %}
{% include footer.html %}
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="/assets/js/jquery-1.11.2.min.js"></script>
<script src="/assets/js/bootstrap.min.js"></script>
<script src="/assets/js/retina-1.1.0.js"></script>
<script src="/assets/js/jquery.hoverdir.js"></script>
<script src="/assets/js/jquery.hoverex.min.js"></script>
<script src="/assets/js/jquery.prettyPhoto.js"></script>
<script src="/assets/js/jquery.isotope.min.js"></script>
<script src="/assets/js/custom.js"></script>
<script>
// Portfolio
(function ($) {
"use strict";
var $container = $('.portfolio'),
$items = $container.find('.portfolio-item'),
portfolioLayout = 'fitRows';
if ($container.hasClass('portfolio-centered')) {
portfolioLayout = 'masonry';
}
$container.isotope({
filter: '*',
animationEngine: 'best-available',
layoutMode: portfolioLayout,
animationOptions: {
duration: 750,
easing: 'linear',
queue: false
},
masonry: {}
}, refreshWaypoints());
function refreshWaypoints() {
setTimeout(function () {
}, 1000);
}
$('nav.portfolio-filter ul a').on('click', function () {
var selector = $(this).attr('data-filter');
$container.isotope({filter: selector}, refreshWaypoints());
$('nav.portfolio-filter ul a').removeClass('active');
$(this).addClass('active');
return false;
});
function getColumnNumber() {
var winWidth = $(window).width(),
columnNumber = 1;
if (winWidth > 1200) {
columnNumber = 5;
} else if (winWidth > 950) {
columnNumber = 4;
} else if (winWidth > 600) {
columnNumber = 3;
} else if (winWidth > 400) {
columnNumber = 2;
} else if (winWidth > 250) {
columnNumber = 1;
}
return columnNumber;
}
function setColumns() {
var winWidth = $(window).width(),
columnNumber = getColumnNumber(),
itemWidth = Math.floor(winWidth / columnNumber);
$container.find('.portfolio-item').each(function () {
$(this).css({
width: itemWidth + 'px'
});
});
}
function setPortfolio() {
setColumns();
$container.isotope('reLayout');
}
$container.imagesLoaded(function () {
setPortfolio();
});
$(window).on('resize', function () {
setPortfolio();
});
})(jQuery);
</script>
</body>
</html>