Skip to content

Commit 3279298

Browse files
Updated site with latest changes by Zemi
1 parent 23506cf commit 3279298

30 files changed

+140
-57
lines changed

benchmarking20.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<html>
33

44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6-
<title>Benchmarking Thymeleaf 2.0 - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Benchmarking Thymeleaf 2.0 - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
78
<link rel="stylesheet" type="text/css" media="all" href="css/thymeleaf.css" />
89
<link rel="shortcut icon" href="http://www.thymeleaf.org/favicon.ico" />
910
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">

contributing.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<html>
33

44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6-
<title>Contributing - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Contributing - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
78
<link rel="stylesheet" type="text/css" media="all" href="css/thymeleaf.css" />
89
<link rel="shortcut icon" href="http://www.thymeleaf.org/favicon.ico" />
910
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">

css/thymeleaf.css

+39-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ body {
2121
margin: 0px auto;
2222
padding: 0px 0px;
2323
}
24+
@media screen and (max-width: 760px) {
25+
#page {
26+
width: 100%;
27+
}
28+
}
2429

2530

2631

@@ -79,6 +84,11 @@ body {
7984
#header a {
8085
border: 0px;
8186
}
87+
@media screen and (max-width: 760px) {
88+
#header .logo {
89+
width: 100%;
90+
}
91+
}
8292

8393

8494

@@ -194,6 +204,12 @@ h4 {
194204
text-align:right;
195205
margin-bottom: 50px;
196206
}
207+
@media screen and (max-width: 760px) {
208+
h1, h2, h3, h4 {
209+
margin-left: 4px;
210+
margin-right: 4px;
211+
}
212+
}
197213

198214

199215
/* ---------------------- */
@@ -249,6 +265,16 @@ p, ul, ol {
249265
margin: 20px 40px;
250266
text-align: justify;
251267
}
268+
@media screen and (max-width: 760px) {
269+
p, ul, ol {
270+
margin-left: 4px;
271+
margin-right: 4px;
272+
}
273+
ul, ol {
274+
padding-left: 20px;
275+
}
276+
}
277+
252278
div.syntaxhighlighter {
253279
/*
254280
* Tweaks for the SyntaxHighlighter styles.
@@ -268,6 +294,13 @@ div.syntaxhighlighter {
268294
*/
269295
padding: 10px 10px !important;
270296
}
297+
@media screen and (max-width: 760px) {
298+
div.syntaxhighlighter {
299+
margin-left: 4px !important;
300+
margin-right: 4px !important;
301+
}
302+
}
303+
271304
li {
272305
margin-top: 5px;
273306
}
@@ -307,7 +340,6 @@ div.widetable {
307340
background-color: #f0f0f0;
308341
padding: 5px 10px;
309342
}
310-
311343
div.semiwidetable {
312344
text-align: center;
313345
margin: 0px 60px 0px 80px;
@@ -326,6 +358,12 @@ div.semiwidetable {
326358
background-color: #f0f0f0;
327359
padding: 5px 10px;
328360
}
361+
@media screen and (max-width: 760px) {
362+
div.widetable, div.semiwidetable {
363+
margin-left: 4px;
364+
margin-right: 4px;
365+
}
366+
}
329367

330368
.caption {
331369
margin-left: 40px;

documentation.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<html>
33

44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6-
<title>Documentation - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Documentation - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
78
<link rel="stylesheet" type="text/css" media="all" href="css/thymeleaf.css" />
89
<link rel="shortcut icon" href="http://www.thymeleaf.org/favicon.ico" />
910
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">

download.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<html>
33

44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6-
<title>Download - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Download - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
78
<link rel="stylesheet" type="text/css" media="all" href="css/thymeleaf.css" />
89
<link rel="shortcut icon" href="http://www.thymeleaf.org/favicon.ico" />
910
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">

ecosystem.html

+20-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<html>
33

44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6-
<title>Ecosystem - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Ecosystem - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
78
<link rel="stylesheet" type="text/css" media="all" href="css/thymeleaf.css" />
89
<link rel="shortcut icon" href="http://www.thymeleaf.org/favicon.ico" />
910
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">
@@ -199,7 +200,7 @@ <h2>Dialects (unofficial)</h2>
199200

200201
<li class="ecosystem-item" id="pagesdialect">
201202
<span class="ecosystem-item-name">PagesDialect for Thymeleaf</span>
202-
<span class="ecosystem-item-status">by Jos&eacute; Miguel Samper</span>
203+
<span class="ecosystem-item-status">by Jos&eacute; Samper</span>
203204
<ul class="ecosystem-item-content">
204205
<li class="ecosystem-item-description">
205206
PagesDialect is a custom dialect that provides some Collection processing utilities, like pagination,
@@ -246,6 +247,22 @@ <h2>Dialects (unofficial)</h2>
246247
</ul>
247248
</li>
248249

250+
<li class="ecosystem-item" id="html5valdialect">
251+
<span class="ecosystem-item-name">HTML5 Validation Dialect</span>
252+
<span class="ecosystem-item-status">by Francisco P&eacute;rez and Jos&eacute; Samper</span>
253+
<ul class="ecosystem-item-content">
254+
<li class="ecosystem-item-description">
255+
This dialect reads <em>JSR-303</em> annotations and modifies the HTML code introducing HTML5
256+
form validation code matching the annotations.
257+
</li>
258+
<li class="ecosystem-item-links">
259+
<ul>
260+
<li>Info and source <a href="http://html5valdialect.sourceforge.net/" target="_blank">[sourceforge.net]</a></li>
261+
</ul>
262+
</li>
263+
</ul>
264+
</li>
265+
249266
</ul>
250267

251268

extendingthymeleaf.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<html>
33

44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6-
<title>Extending Thymeleaf - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Extending Thymeleaf - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
78
<link rel="stylesheet" type="text/css" media="all" href="css/thymeleaf.css" />
89
<link rel="shortcut icon" href="http://www.thymeleaf.org/favicon.ico" />
910
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">

faq.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<html>
33

44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6-
<title>FAQ - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>FAQ - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
78
<link rel="stylesheet" type="text/css" media="all" href="css/thymeleaf.css" />
89
<link rel="shortcut icon" href="http://www.thymeleaf.org/favicon.ico" />
910
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">

features.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<html>
33

44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6-
<title>Features - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Features - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
78
<link rel="stylesheet" type="text/css" media="all" href="css/thymeleaf.css" />
89
<link rel="shortcut icon" href="http://www.thymeleaf.org/favicon.ico" />
910
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">

fromhtmltohtmlviahtml.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<html>
33

44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6-
<title>From HTML to HTML (via HTML) - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>From HTML to HTML (via HTML) - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
78
<link rel="stylesheet" type="text/css" media="all" href="css/thymeleaf.css" />
89
<link rel="shortcut icon" href="http://www.thymeleaf.org/favicon.ico" />
910
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">

index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<html>
33

44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6-
<title>Thymeleaf: java XML/XHTML/HTML5 template engine</title>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Thymeleaf: java XML/XHTML/HTML5 template engine</title>
78
<link rel="stylesheet" type="text/css" media="all" href="css/thymeleaf.css" />
89
<link rel="shortcut icon" href="http://www.thymeleaf.org/favicon.ico" />
910
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">

issuetracking.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<html>
33

44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6-
<title>Issue Tracking - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Issue Tracking - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
78
<link rel="stylesheet" type="text/css" media="all" href="css/thymeleaf.css" />
89
<link rel="shortcut icon" href="http://www.thymeleaf.org/favicon.ico" />
910
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">

layouts.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<html>
33

44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6-
<title>Thymeleaf Page Layouts - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Thymeleaf Page Layouts - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
78
<link rel="stylesheet" type="text/css" media="all" href="css/thymeleaf.css" />
89
<link rel="shortcut icon" href="http://www.thymeleaf.org/favicon.ico" />
910
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>

license.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<html>
33

44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6-
<title>License - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>License - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
78
<link rel="stylesheet" type="text/css" media="all" href="css/thymeleaf.css" />
89
<link rel="shortcut icon" href="http://www.thymeleaf.org/favicon.ico" />
910
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">

petclinic.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
67
<title>Bringing Thymeleaf and Natural Templates to the Spring PetClinic - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
78
<link rel="stylesheet" type="text/css" media="all" href="css/thymeleaf.css" />
89
<link rel="shortcut icon" href="http://www.thymeleaf.org/favicon.ico" />

sayhelloagainextendingthymeleafevenmore5minutes.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<html>
33

44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6-
<title>Say Hello Again! Extending Thymeleaf even more in 5 more minutes - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Say Hello Again! Extending Thymeleaf even more in 5 more minutes - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
78
<link rel="stylesheet" type="text/css" media="all" href="css/thymeleaf.css" />
89
<link rel="shortcut icon" href="http://www.thymeleaf.org/favicon.ico" />
910
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">

sayhelloextendingthymeleaf5minutes.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<html>
33

44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6-
<title>Say Hello! Extending Thymeleaf in 5 minutes - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Say Hello! Extending Thymeleaf in 5 minutes - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
78
<link rel="stylesheet" type="text/css" media="all" href="css/thymeleaf.css" />
89
<link rel="shortcut icon" href="http://www.thymeleaf.org/favicon.ico" />
910
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">

springio2012.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<html>
33

44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6-
<title>Thymeleaf at the Spring I/O 2012 - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Thymeleaf at the Spring I/O 2012 - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
78
<link rel="stylesheet" type="text/css" media="all" href="css/thymeleaf.css" />
89
<link rel="shortcut icon" href="http://www.thymeleaf.org/favicon.ico" />
910
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">

springmail.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<html>
33

44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6-
<title>Rich HTML email in Spring with Thymeleaf - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Rich HTML email in Spring with Thymeleaf - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
78
<link rel="stylesheet" type="text/css" media="all" href="css/thymeleaf.css" />
89
<link rel="shortcut icon" href="http://www.thymeleaf.org/favicon.ico" />
910
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>

springsecurity.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<html>
33

44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6-
<title>Thymeleaf + Spring Security integration basics - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Thymeleaf + Spring Security integration basics - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
78
<link rel="stylesheet" type="text/css" media="all" href="css/thymeleaf.css" />
89
<link rel="shortcut icon" href="http://www.thymeleaf.org/favicon.ico" />
910
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">

standarddialect5minutes.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<html>
33

44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6-
<title>Getting started with the Standard dialects in 5 minutes - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Getting started with the Standard dialects in 5 minutes - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
78
<link rel="stylesheet" type="text/css" media="all" href="css/thymeleaf.css" />
89
<link rel="shortcut icon" href="http://www.thymeleaf.org/favicon.ico" />
910
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">

standardurlsyntax.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<html>
33

44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6-
<title>Standard URL syntax - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Standard URL syntax - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
78
<link rel="stylesheet" type="text/css" media="all" href="css/thymeleaf.css" />
89
<link rel="shortcut icon" href="http://www.thymeleaf.org/favicon.ico" />
910
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>

team.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<html>
33

44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
67
<title>Team - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
78
<link rel="stylesheet" type="text/css" media="all" href="css/thymeleaf.css" />
89
<link rel="shortcut icon" href="http://www.thymeleaf.org/favicon.ico" />
@@ -96,7 +97,7 @@ <h2>Members</h2>
9697
<tr>
9798
<td>Jos&eacute; Miguel Samper</td>
9899
<td>Zemi</td>
99-
<td>Spain</td>
100+
<td>United Kingdom</td>
100101
<td>jmiguelsamper AT users.sourceforge.net</td>
101102
<td>Developer</td>
102103
</tr>

thvsjsp.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<html>
33

44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6-
<title>Spring MVC view layer: Thymeleaf vs. JSP - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Spring MVC view layer: Thymeleaf vs. JSP - Thymeleaf: java XML/XHTML/HTML5 template engine</title>
78
<link rel="stylesheet" type="text/css" media="all" href="css/thymeleaf.css" />
89
<link rel="shortcut icon" href="http://www.thymeleaf.org/favicon.ico" />
910
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">

0 commit comments

Comments
 (0)