Go to file
Michael Snoyman e2b0a5c454
Merge pull request #1474 from yesodweb/documentCustomizingCSRFByRoute
Document whitelisting certain routes to not need CSRF protection
2017-12-31 06:24:39 +02:00
.github Update PULL_REQUEST_TEMPLATE.md 2017-12-29 20:17:48 -05:00
demo
yesod Version bumps/changelog updates 2017-02-08 11:20:31 +02:00
yesod-auth Fix since markup 2017-12-08 15:33:15 +05:30
yesod-auth-oauth Fix some version issues 2017-07-23 11:10:47 +03:00
yesod-bin Support typed-process-0.2.0.0 (fixes #1467) 2017-12-19 11:53:41 +02:00
yesod-core Document whitelisting certain routes to not need CSRF protection 2017-12-29 23:44:08 -05:00
yesod-eventsource Version bumps/changelog updates 2017-02-08 11:20:31 +02:00
yesod-form Fix typo breaking some parsers 2017-12-22 16:15:13 +03:00
yesod-newsfeed Fuller docs + version bump 2016-02-02 08:59:01 -08:00
yesod-persistent Version bump for get404 and getBy404 constraint changes. 2017-11-17 14:41:57 -05:00
yesod-sitemap
yesod-static Version bump 2017-07-23 07:27:14 +03:00
yesod-test Merge branch 'master' into fix1459 2017-12-30 18:13:32 +02:00
yesod-websockets Fix yesod-websockets/sample.hs example 2017-03-15 11:54:45 +09:00
.gitignore
.travis.yml Revert "Always use solver on Travis" 2017-07-23 16:45:47 +03:00
appveyor.yml Add curl for AppVeyor 2017-03-23 11:40:27 +02:00
CODE_OF_CONDUCT.md Switch CoC to Contributor Covenant 2017-12-06 16:02:01 +02:00
CONTRIBUTING.md Respond to @psibi's comments 2017-11-08 22:43:51 -08:00
Dockerfile
LICENSE Switch to copyright year range #617 2017-02-27 09:47:45 +02:00
README
README.md Add travis badge to README 2016-09-01 19:54:18 +03:00
ReleaseNotes.md
sources.txt
stack.yaml Support typed-process-0.2.0.0 (fixes #1467) 2017-12-19 11:53:41 +02:00

Build Status

Yesod Web Framework

An advanced web framework using the Haskell programming language. Featuring:

  • safety & security guaranteed at compile time
  • developer productivity: tools for all your basic web development needs
  • raw performance
    • fast, compiled code
    • techniques for constant-space memory consumption
  • asynchronous IO
    • this is built in to the Haskell programming language (like Erlang)

Learn more about Yesod on its main website. If you want to get started using Yesod, we strongly recommend the quick start guide, based on the Haskell build tool stack.

Hacking on Yesod

Yesod consists mostly of four repositories:

git clone --recursive http://github.com/yesodweb/shakespeare
git clone --recursive http://github.com/yesodweb/persistent
git clone --recursive http://github.com/yesodweb/wai
git clone --recursive http://github.com/yesodweb/yesod

Each repository can be built with stack build.