wheb-strapped: Strapped templates for Wheb
Implements basic functionality for:
In action:
Use with language extensions OverloadedStrings, FlexibleInstances, MultiParamTypeClasses
import Control.Monad.Except import Web.Wheb import Web.Wheb.Plugins.Strapped import Text.Strapped type MyApp = WhebT MyGlobalCtx () IO data MyGlobalCtx = MyGlobalCtx (StrappedContainer MyApp) instance StrappedApp MyGlobalCtx MyApp where getStrappedContainer (MyGlobalCtx g) = g main :: IO () main = do opts <- generateOptions $ do sc <- initStrapped "examples/resources" ".html" addGET "." rootPat $ renderTemplate "index.html" (emptyBucket) return (MyGlobalCtx sc, ()) runWhebServer opts
Downloads
- wheb-strapped-0.1.0.0.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.0.2.0, 0.1.0.0 |
---|---|
Dependencies | base (>=4.7 && <4.8), mtl (>=2.2 && <2.3), StrappedTemplates (>=0.2 && <0.3), text (>=1.1 && <1.2), Wheb (>=0.3 && <0.4) [details] |
License | BSD-3-Clause |
Author | Kyle |
Maintainer | me@khanson.io |
Category | Web |
Home page | https://github.com/hansonkd/Wheb-Framework |
Uploaded | by hansonkd at 2014-09-14T04:40:41Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 2248 total (15 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] |