Doc update
This commit is contained in:
parent
4b1966473e
commit
62a037f65f
@ -1,17 +1,10 @@
|
|||||||
# Overview
|
## yesod
|
||||||
|
|
||||||
The yesod package groups together the various Yesod related packages into one cohesive whole.
|
The yesod package groups together the various Yesod related packages into one
|
||||||
|
cohesive whole. This is the "battery loaded" version of Yesod, whereas most of
|
||||||
|
the core code lives in
|
||||||
|
[yesod-core](http://www.stackage.org/package/yesod-core/).
|
||||||
|
|
||||||
For the yesod executeable, see [yesod-bin](/yesod-bin)
|
For the yesod executable, see [yesod-bin](http://www.stackage.org/package/yesod-bin/).
|
||||||
|
|
||||||
# Scaffolding
|
Yesod is [fully documented on its website](http://www.yesodweb.com/).
|
||||||
|
|
||||||
## Test suite
|
|
||||||
|
|
||||||
test/run.sh
|
|
||||||
|
|
||||||
## Getting a list of scaffold files for the cabal file
|
|
||||||
|
|
||||||
It is necessary after adding a scaffolding file to add it to the list of files in the cabal file.
|
|
||||||
|
|
||||||
find scaffold -type f
|
|
||||||
|
|||||||
@ -5,12 +5,7 @@ license-file: LICENSE
|
|||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
maintainer: Michael Snoyman <michael@snoyman.com>
|
maintainer: Michael Snoyman <michael@snoyman.com>
|
||||||
synopsis: Creation of type-safe, RESTful web applications.
|
synopsis: Creation of type-safe, RESTful web applications.
|
||||||
description:
|
description: See README.md
|
||||||
A RESTful web framework with strong compile-time guarantees of correctness. It also affords space efficient code, highly concurrent loads, and portability to many deployment backends (via the wai package), from CGI to stand-alone serving.
|
|
||||||
.
|
|
||||||
Yesod also focuses on developer productivity. Yesod integrates well with tools for all your basic web development (wai, persistent, and shakespeare/hamlet)
|
|
||||||
.
|
|
||||||
The Yesod documentation site <http://www.yesodweb.com/> has much more information, including on the supporting packages mentioned above.
|
|
||||||
category: Web, Yesod
|
category: Web, Yesod
|
||||||
stability: Stable
|
stability: Stable
|
||||||
cabal-version: >= 1.6
|
cabal-version: >= 1.6
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user