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
Versions [faq] | 0.0.1.0, 0.0.2.0, 0.1.0.0 |
---|---|
Dependencies | base (==4.7.*), mtl (==2.2.*), StrappedTemplates (==0.2.*), text (==1.1.*), Wheb (==0.3.*) [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 | NixOS:0.1.0.0 |
Downloads | 1878 total (2 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] |
Downloads
- wheb-strapped-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)