The template-hsml package
HSML syntax is very similar to that of XML, but there are less rules. The main advantage over plain XML or HTML is that it allows you to embed Haskell declarations and expression directly into your template. The main advantage over something like Blaze is that it saves you the overhead of using Blaze's combinators. It's also relatively easy to port your existing plain HTML templates into HSML (most of the times, cut & paste will suffice). For examples, see the examples directory.
Properties
| Versions | 0.1.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3 |
|---|---|
| Dependencies | base (4.5.*), blaze-markup (0.5.*), haskell-src-exts (1.13.*), haskell-src-meta (0.5.*), parsec (3.1.*), template-haskell (2.7.*) |
| License | BSD3 |
| Copyright | Petr Pilař 2012 |
| Author | Petr Pilař |
| Maintainer | maintainer+the.palmik@gmail.com |
| Stability | Experimental |
| Category | Web, Template, Templating |
| Upload date | Mon Aug 27 15:09:43 UTC 2012 |
| Uploaded by | PetrPilar |
| Built on | ghc-7.4 |
Modules
- Template
Downloads
- template-hsml-0.2.0.1.tar.gz (Cabal source package)
- package description (included in the package)