template-hsml: Haskell's Simple Markup Language

[ bsd3, library, template, templating, web ] [ Propose Tags ]

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.

Modules

[Last Documentation]

  • Template
    • Template.HSML

Downloads

Maintainer's Corner

Package maintainers

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 2908 total (14 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]