|
2 | 2 | <html>
|
3 | 3 |
|
4 | 4 | <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> |
7 | 8 | <link rel="stylesheet" type="text/css" media="all" href="css/thymeleaf.css" />
|
8 | 9 | <link rel="shortcut icon" href="http://www.thymeleaf.org/favicon.ico" />
|
9 | 10 | <script type="text/javascript" src="https://apis.google.com/js/plusone.js">
|
@@ -199,7 +200,7 @@ <h2>Dialects (unofficial)</h2>
|
199 | 200 |
|
200 | 201 | <li class="ecosystem-item" id="pagesdialect">
|
201 | 202 | <span class="ecosystem-item-name">PagesDialect for Thymeleaf</span>
|
202 |
| - <span class="ecosystem-item-status">by José Miguel Samper</span> |
| 203 | + <span class="ecosystem-item-status">by José Samper</span> |
203 | 204 | <ul class="ecosystem-item-content">
|
204 | 205 | <li class="ecosystem-item-description">
|
205 | 206 | PagesDialect is a custom dialect that provides some Collection processing utilities, like pagination,
|
@@ -246,6 +247,22 @@ <h2>Dialects (unofficial)</h2>
|
246 | 247 | </ul>
|
247 | 248 | </li>
|
248 | 249 |
|
| 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érez and José 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 | + |
249 | 266 | </ul>
|
250 | 267 |
|
251 | 268 |
|
|
0 commit comments