summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Wrap controller procedure in a trampoline.David Thompson2014-08-151-1/+1
| | | | * scripts/guix-web: Trampoline it.
* Add Emacs local variable compile-command setting.David Thompson2014-08-081-0/+1
| | | | * scripts/guix-web: Add it.
* Remove extraneous parens.David Thompson2014-08-081-1/+1
| | | | * scripts/guix-web: Remove them.
* Break guix-web script into many modules.David Thompson2014-08-071-239/+4
| | | | | | | | | * guix-web/config.scm: New file. * guix-web/controller.scm: New file. * guix-web/render.scm: New file. * guix-web/server.scm: New file. * guix-web/view.scm: New file. * scripts/guix-web: Remove extracted code.
* Move guix-web to scripts directory.David Thompson2014-08-071-0/+265
* README.md ("Use"): Update. * guix-web: Moved. * pre-inst-env: New file. * scripts/guix-web: New file.