markup: Abstraction for markup languages

[ bsd3, data, library, web ] [ Propose Tags ]
This version is deprecated.

This library tries to make things more uniformly controlled when working with markup languages in haskell - namely deployment of markup assets.

Deployment, from this library's perspective, means how something can be rendered to markup, yet still achieve the same "result" to the end user (namely the DOM).

We use monad transformers to infer the deployment mechanism for a context of markup. The three deployment mechanisms provided include inline (content is slapped between markup tags), hosted (entirely external - uses raw text as a url), and local (which uses the urlpath library to realize what kind of link to create).

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.6.1, 0.0.7, 0.0.8, 1.0.0, 1.1.0, 2.0.0, 2.1.0, 2.1.1, 2.2.0, 3.0.0, 3.1.0, 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.0.4, 4.1.0, 4.2.0 (info)
Dependencies base (>=4.8 && <5), blaze-html, blaze-markup, comonad, exceptions, lucid (>=2.5), mmorph, monad-control, monad-logger, mtl, path-extra (>=0.0.1), resourcet, text, transformers-base, urlpath (>=3.3.0) [details]
License MIT
Author Athan Clark <athan.clark@gmail.com>
Maintainer Athan Clark <athan.clark@gmail.com>
Category Data, Web
Source repo head: git clone https://github.com/athanclark/markup.git
Uploaded by athanclark at 2015-11-08T16:27:32Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 12953 total (61 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]