webpage: Organized and simple web page scaffold for blaze and lucid
This is a general organization scheme for web pages, implemented for Lucid, and adapted for Blaze-html.
It's as easy as 1-2-3:
import Web.Page.Lucid λ> renderText $ template def "some content" ↪ "<!DOCTYPE HTML><html><head><title></title><link href rel="icon"></head><body>some content</body></html>"
overload the particular areas with record syntax and stuff:
λ> let page = WebPage
"foo"
mempty
mempty
mempty
mempty
mempty
mempty
(script_ [src_ "jquery.js"] "")
λ> template page "some content"
↪ "<!DOCTYPE HTML><html><head><title>foo</title>
</head><body>some content<script
src=\"jquery.js\"></script></body></html>"
Downloads
- webpage-0.0.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.0.1, 0.0.2, 0.0.3, 0.0.3.1, 0.0.4, 0.0.5, 0.0.5.1 (info) |
|---|---|
| Dependencies | base (>=4 && <5), blaze-html, data-default, lucid (>=2.5), text [details] |
| License | MIT |
| Author | Athan Clark <athan.clark@gmail.com> |
| Maintainer | Athan Clark <athan.clark@gmail.com> |
| Source repo | head: git clone https://github.com/athanclark/webpage.git |
| Uploaded | by athanclark at 2015-11-10T19:13:51Z |
| Distributions | LTSHaskell:0.0.5.1, NixOS:0.0.5.1, Stackage:0.0.5.1 |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 4716 total (8 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] |