This repository has been archived by the owner on Nov 27, 2021. It is now read-only.
forked from thymeleaf/thymeleaf.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
executable file
·328 lines (300 loc) · 10.7 KB
/
team.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Team - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
<link rel="stylesheet" type="text/css" media="all" href="css/thymeleaf.css" />
<link rel="shortcut icon" href="http://www.thymeleaf.org/favicon.ico" />
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">
{lang:'en', parsetags:'explicit'}
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1276954-9']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript" src="sh/scripts/shCore.js"></script>
<script type="text/javascript" src="sh/scripts/shBrushXml.js"></script>
<script type="text/javascript" src="sh/scripts/shBrushJava.js"></script>
<link href="sh/styles/shCore.css" rel="stylesheet" type="text/css" />
<link href="sh/styles/shThemeThymeleaf.css" rel="stylesheet" type="text/css" />
</head>
<body lang="en" dir="ltr">
<div id="page">
<div id="menu">
<ul>
<li><a href="index.html" title="Home">Home</a></li>
<li><a href="features.html" title="Features">Features</a></li>
<li><a href="download.html" title="Download">Download</a></li>
<li><a href="documentation.html" title="Documentation">Documentation</a></li>
<li><a href="ecosystem.html" title="Ecosystem">Ecosystem</a></li>
<li><a href="http://forum.thymeleaf.org" title="User Forum">User Forum</a></li>
<li><a href="issuetracking.html" title="Issue Tracking">Issue Tracking</a></li>
</ul>
</div>
<div id="header">
<a href="index.html" title="Thymeleaf home"><img src="images/thymeleaflogonameverysmall.png" class="logo" alt="Thymeleaf Template Engine"/></a>
</div>
<div id="breadcrumb">
<a href="index.html">thymeleaf</a>
::
<span class="current">team</span>
</div>
<div id="content">
<p>
The team is comprised of Members and Contributors. Members have direct access to the
source of a project and actively evolve the code-base. Contributors improve the
project through submission of patches and suggestions to the Members. The number of
Contributors to the project is unbounded. Get involved today. All contributions to
the project are greatly appreciated!
</p>
<p>
Do never email the authors directly on the usage of Thymeleaf, use the forums instead.
Direct emails with usage-related questions will not be answered.
</p>
<h2>Members</h2>
<div class="widetable" id="teamTable">
<table>
<thead>
<tr>
<th>Name</th>
<th>Forum ID</th>
<th>Location</th>
<th>Contact</th>
<th>Role</th>
</tr>
</thead>
<tbody>
<tr>
<td>Daniel Fernández</td>
<td>danielfernandez</td>
<td>Spain</td>
<td>daniel.fernandez AT 11thlabs.org</td>
<td>Founder, Lead Developer</td>
</tr>
<tr>
<td>José Miguel Samper</td>
<td>Zemi</td>
<td>Ireland</td>
<td>jmiguelsamper AT users.sourceforge.net</td>
<td>Developer</td>
</tr>
<tr>
<td>Emanuel Rabina</td>
<td>Emanuel</td>
<td>New Zealand</td>
<td>emanuelrabina AT gmail.com</td>
<td>Developer</td>
</tr>
</tbody>
</table>
</div>
<h2>Contributors</h2>
<div class="widetable" id="contributorTable">
<table>
<thead>
<tr>
<th>Name</th>
<th>Forum ID</th>
<th>Location</th>
<th>Contact</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bernard Le Roux</td>
<td>blr</td>
<td>France</td>
<td>blr AT franceserv.com</td>
</tr>
<tr>
<td>Josh Long</td>
<td>joshlong</td>
<td>U.S.A.</td>
<td>josh AT joshlong.com</td>
</tr>
<tr>
<td>Guven Demir</td>
<td></td>
<td>Turkey</td>
<td>guvendemir AT users.sourceforge.net</td>
</tr>
<tr>
<td>Tsuyoshi Yoshizawa</td>
<td>tsuyoshi</td>
<td>Japan</td>
<td>ussy00 AT gmail.com</td>
</tr>
<tr>
<td>Soraya Sánchez</td>
<td>sschz</td>
<td>Spain</td>
<td>sschz AT users.sourceforge.net</td>
</tr>
<tr>
<td>Thibault Duchateau</td>
<td>tduchateau</td>
<td>France</td>
<td>thibault.duchateau AT gmail.com</td>
</tr>
<tr>
<td>Michal Kreuzman</td>
<td>Michal Kreuzman</td>
<td>Czech Republic</td>
<td>michal.kreuzman AT gmail.com</td>
</tr>
<tr>
<td>Sunil Kumar Anjanappa</td>
<td>sunil0791</td>
<td>India</td>
<td>sunilkumar.anjanappa AT gmail.com</td>
</tr>
<tr>
<td>Asís García</td>
<td>asis.garcia</td>
<td>Spain</td>
<td>asis.garcia AT gmail.com</td>
</tr>
<tr>
<td>Tobias Gafner</td>
<td></td>
<td>Germany</td>
<td>lightszentip AT gmail.com</td>
</tr>
<tr>
<td>Niels</td>
<td>niels</td>
<td>Germany</td>
<td>opensource21 AT gmail.com</td>
</tr>
<tr>
<td>Rustam Miftakhutdinov</td>
<td>rustamm</td>
<td>Russia</td>
<td>rustam2890 AT gmail.com</td>
</tr>
<tr>
<td>Rafał Borowiec</td>
<td>kolorobot</td>
<td>Poland</td>
<td>rafal.borowiec AT gmail.com</td>
</tr>
<tr>
<td>Nicolas Labrot</td>
<td></td>
<td>France</td>
<td>nicolas.labrot AT gmail.com</td>
</tr>
<tr>
<td>Joris Kuipers</td>
<td></td>
<td>The Netherlands</td>
<td>joris AT kuipe.rs</td>
</tr>
<tr>
<td>Takeshi Ogawa</td>
<td>ogatakex</td>
<td>Japan</td>
<td>ogatake AT gmail.com</td>
</tr>
<tr>
<td>Peter Jentsch</td>
<td>peterj</td>
<td>Germany</td>
<td>peter.jentsch AT gmail.com</td>
</tr>
<tr>
<td>Mitsuyuki Shiiba</td>
<td>Mitz</td>
<td>Japan</td>
<td><a href="https://twitter.com/bufferings">@bufferings</a></td>
</tr>
<tr>
<td>Sean Hinkley</td>
<td>seanhinkley</td>
<td>U.S.A.</td>
<td>seanhinkley AT gmail.com</td>
</tr>
<tr>
<td>Grégory Fouquet</td>
<td>gregfqt</td>
<td>France</td>
<td>gfouquet AT armida.fr</td>
</tr>
<tr>
<td>Michael Scharhag</td>
<td>mscharhag</td>
<td>Germany</td>
<td>m.scharhag AT gmail.com</td>
</tr>
<tr>
<td>Ivan Martinez-Ortiz</td>
<td>imartinezortiz</td>
<td>Spain</td>
<td>imartinezortiz AT gmail.com</td>
</tr>
</tbody>
</table>
</div>
<h2>Our Tools</h2>
<p>
Some cool companies have graciously provided us with licenses of their products in order to
develop, test and maintain Thymeleaf. Thanks to all of them for supporting our project!
</p>
<div class="widetable" class="ourtools">
<table>
<tbody>
<tr>
<td class="ourtools_logo">
<a href="http://www.jetbrains.com/idea/"><img src="images/thirdparty/intellij_logo.png" /></a>
</td>
<td class="ourtools_text">
JetBrains s.r.o. provided us with a license of their
<a href="http://www.jetbrains.com/idea/"><strong>IntelliJ IDEA</strong></a>
integrated development environment.
</td>
</tr>
<tr>
<td class="ourtools_logo">
<a href="http://www.yourkit.com/java/profiler/index.jsp"><img src="images/thirdparty/yourkit_logo.png" /></a>
</td>
<td class="ourtools_text">
YourKit, LLC provided us with a license of their
<a href="http://www.yourkit.com/java/profiler/index.jsp"><strong>YourKit Java Profiler</strong></a>
software.
</td>
</tr>
</tbody>
</table>
</div>
<p class="ourtools_note">
NOTE: All logos and trademarks are property of their respective owners.
</p>
</div>
<div id="footer">
<div id="googleplus">
<div id="plusone-div" class="plusone"></div>
<script type="text/javascript">
gapi.plusone.render('plusone-div',{"size": "small", "count": "true", "href": "http://www.thymeleaf.org"});
</script>
</div>
<div id="twitter">
<a href="http://twitter.com/thymeleaf" class="twitter-follow-button" data-show-count="false">Follow @thymeleaf</a>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
</div>
<div id="copy">
Copyright © The <a href="team.html">THYMELEAF Team</a>. See <a href="documentation.html">applicable licenses</a>.
</div>
</div>
</div>
<script type="text/javascript">
SyntaxHighlighter.all();
</script>
</body>
</html>