lebd/src
2017-10-13 22:29:22 +11:00
..
Handler Improve AvatarR performance by only fetching the avatar from the DB, not the whole User 2017-10-13 22:29:22 +11:00
Import Initial commit: exactly what I got from stack new lebd yesod-mysql, with no changes 2017-10-02 18:07:09 +11:00
Model Make entry names optional, since notes shouldn't have names and articles should 2017-10-11 23:34:36 +11:00
Package Add a package.json, load generator info from it instead of from settings.yml 2017-10-05 16:19:15 +11:00
Settings Add a utility function, staticR, which can dynamically build StaticR routes with their ETags attached (still calculated at compile-time) 2017-10-05 21:26:29 +11:00
Widget Remove the slug column from entries - compute the slug from the entry name, if there is one, and have no slug otherwise 2017-10-11 23:41:52 +11:00
Application.hs Add an /avatars/#UserId route which redirects to the user's current avatar every time, so you don't need to update remote references to it 2017-10-11 21:38:53 +11:00
Foundation.hs Make entry names optional, since notes shouldn't have names and articles should 2017-10-11 23:34:36 +11:00
Import.hs Add a utility function, staticR, which can dynamically build StaticR routes with their ETags attached (still calculated at compile-time) 2017-10-05 21:26:29 +11:00
Model.hs Remove the slug column from entries - compute the slug from the entry name, if there is one, and have no slug otherwise 2017-10-11 23:41:52 +11:00
Package.hs Add a package.json, load generator info from it instead of from settings.yml 2017-10-05 16:19:15 +11:00
Settings.hs Make the user who's displayed on the homepage a configurable setting, so it's easier to use lebd if your name isn't Dani 2017-10-11 12:55:24 +11:00
Util.hs Refactor site-fetching into a reusable module 2017-10-10 19:16:12 +11:00