-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcredits.html
More file actions
23 lines (23 loc) · 1.83 KB
/
credits.html
File metadata and controls
23 lines (23 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: Thymol Credits
description: Offers thanks to those who contributed to Thymol design and developement
---
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
{% include header-section.html level="" %}
<body>
{% include common-section.html %}
<div class="content">
<h2>credits</h2>
<ul>
<li><p>Daniel Fernández the originator of Thymeleaf for his advice, help and encouragement.</p></li>
<li><p>Emanuel Rabina for his invaluable advice on all Thymol related issues and especially on Thymol 2.0 and custom extensions.</p></li>
<li><p>Daniel Wallace for help with the specification and implementation of relocate-able Thymol projects.</p></li>
<li><p>Anton Brok-Volchansky for all his excellent work on i18n and l10n of Thymol.</p></li>
<li><p>Matthew Crumley for the basis of Thymol's expression parser/evaluator (<a href="http://silentmatt.com/javascript-expression-evaluator">http://silentmatt.com/javascript-expression-evaluator</a>) thank you so much Matthew! Thanks are also due to Raphael Graf for the precursor ActionScript parser project.</p></li>
<li><p>Thomas Frank for the idea behind Thymol's session context - Thymol doesn't use Thomas' code (see <a href="http://www.thomasfrank.se/sessionvars.html">http://www.thomasfrank.se/sessionvars.html</a>), but the principle of operation of session persistence is the same. Many thanks Thomas!</p></li>
<li><p>Much of the Date formatting code is reproduced from "Date Format 1.2.3 (c) 2007-2009 Steven Levithan <stevenlevithan.com>" and is published under the MIT license <a href="http://blog.stevenlevithan.com/archives/date-time-format">here</a>. This code includes enhancements by Scott Trenda and Kris Kowal.</p></li>
</ul>
</div>
</body>
</html>