@hackage markup4.0.1
Abstraction for HTML-embedded content
Categories
License
MIT
Maintainer
Athan Clark <athan.clark@gmail.com>
Links
Versions
Installation
Dependencies (15)
- base >=4.8 && <5
- blaze-html
- blaze-markup
- clay
- comonad
- lucid >=2.5 Show all…
Dependents (1)
@hackage/acme-everything
This library tries to simplify deployment of common HTML constructs, for different HTML engines.
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). For instance, we could use a link tag to reference external Css,
or we might insert the Css code inline a style tag.
We use simple tags to infer the deployment mechanism for a context of markup. The three deployment mechanisms provided include
inline - the asset inserted between markup tags
local - assets on the current server
remote - assets referenced with a complete URI