web-page: Monoidally construct web pages

[ bsd3, library, web ] [ Propose Tags ]

This package combines blaze-html, clay, jmacro and web-routes into a framework-agnostic library to generate web pages dynamically from individual components. It is inspired by Yesod's widgets, but is more general, more powerful and can be used with other web frameworks.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
testprogram

Build the test program

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.2.0
Dependencies base (>=4.5 && <5), blaze-html (>=0.7 && <1), bytestring (>=0.10 && <1), clay (>=0.9 && <1), containers (>=0.5 && <1), jmacro (>=0.6 && <1), lens (>=4.4 && <5), mtl (>=2.1 && <3), text (>=1.0 && <2), wl-pprint-text (>=1.1 && <2) [details]
License BSD-3-Clause
Copyright (c) 2014 Ertugrul Söylemez
Author Ertugrul Söylemez <ertesx@gmx.de>
Maintainer Ertugrul Söylemez <ertesx@gmx.de>
Category Web
Source repo head: darcs get http://hub.darcs.net/ertes/web-page
Uploaded by ErtugrulSoeylemez at 2014-09-15T19:12:07Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables web-page-test
Downloads 1602 total (5 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]

Readme for web-page-0.1.0

[back to package description]

Web-page

This package combines blaze-html, clay, jmacro and web-routes into a framework-agnostic library to generate web pages dynamically from individual components. It is inspired by Yesod's widgets, but is more general, more powerful and can be used with other web frameworks.