https://github.com/thymeleaf/thymeleaf-extras-conditionalcomments
Thymeleaf "extras" dialect for correctly processing IE conditional comments (for Thymeleaf 2.x)
https://github.com/thymeleaf/thymeleaf-extras-conditionalcomments
Last synced: 7 months ago
JSON representation
Thymeleaf "extras" dialect for correctly processing IE conditional comments (for Thymeleaf 2.x)
- Host: GitHub
- URL: https://github.com/thymeleaf/thymeleaf-extras-conditionalcomments
- Owner: thymeleaf
- License: apache-2.0
- Created: 2012-10-03T17:15:28.000Z (over 13 years ago)
- Default Branch: 2.1-master
- Last Pushed: 2023-12-17T03:39:15.000Z (about 2 years ago)
- Last Synced: 2025-07-16T03:14:28.992Z (8 months ago)
- Language: Java
- Homepage: https://www.thymeleaf.org
- Size: 72.3 KB
- Stars: 20
- Watchers: 7
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.markdown
- Contributing: CONTRIBUTING.markdown
- License: LICENSE.txt
Awesome Lists containing this project
README
Thymeleaf - Module for Internet Explorer conditional comments
=============================================================
------------------------------------------------------------------------------
Status
------
This is a *thymeleaf extras* module, not a part of the Thymeleaf core (and as
such following its own versioning schema), but fully supported by the
Thymeleaf team.
Current versions:
* **Version 2.1.2.RELEASE** - for Thymeleaf 2.1 (requires 2.1.3+)
* **Version 2.0.0** - for Thymeleaf 2.0 (requires 2.0.15+)
License
-------
This software is licensed under the [Apache License 2.0]
(http://www.apache.org/licenses/LICENSE-2.0.html).
Requirements
------------
* Thymeleaf **2.1.3+**
* Attoparser **2.0.0+** [http://www.attoparser.org]
Maven info
----------
* groupId: `org.thymeleaf.extras`
* artifactId: `thymeleaf-extras-conditionalcomments`
Distribution packages
---------------------
Distribution packages (binaries + sources + javadoc) can be downloaded from [SourceForge](http://sourceforge.net/projects/thymeleaf/files/thymeleaf-extras-conditionalcomments/).
Installation
------------
Just add the `org.thymeleaf.extras.conditionalcomments.dialect.ConditionalCommentsDialect`
class to the list of dialects in your TemplateEngine implementation, and conditional comment
processing will work out-of-the-box.
Features
--------
This module allows you to correctly process Internet Explorer Conditional
comments inside Thymeleaf templates.