generic-lucid-scaffold: General-purpose web page scaffold for Lucid.

[ deprecated, library, mit, unclassified ] [ Propose Tags ]
Deprecated in favor of webpage

This is a general organization scheme for web pages, implemented for Lucid.

It's as easy as 1-2-3:

 λ> renderText $ template mempty "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><link href
   rel=\"icon\"></head><body>some content<script
   src=\"jquery.js\"></script></body></html>"

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1
Dependencies base (>=4 && <5), 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/generic-lucid-scaffold.git
Uploaded by athanclark at 2014-12-09T22:25:55Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1094 total (4 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]