template-hsml: Haskell's Simple Markup Language
HSML syntax is very similar to that of XML, but there are less rules. The main advantage over plain HTML is that it allows you to embed Haskell declarations and expression directly into your template. The main dvantage over something like Blaze is thatit 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.
Downloads
- template-hsml-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3 |
---|---|
Dependencies | base (>=4.5 && <4.6), blaze-markup (>=0.5 && <0.6), haskell-src-exts (>=1.13 && <1.14), haskell-src-meta (>=0.5 && <0.6), parsec (>=3.1 && <3.2), template-haskell (>=2.7 && <2.8) [details] |
License | BSD-3-Clause |
Copyright | Petr Pilař 2012 |
Author | Petr Pilař |
Maintainer | maintainer+the.palmik@gmail.com |
Category | Web, Template, Templating |
Uploaded | by PetrPilar at 2012-08-23T16:07:48Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 3002 total (0 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-12-24 [all 5 reports] |