summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Render HTML directly to client port rather than to string.David Thompson2014-08-071-5/+3
| | | | * guix-web (render-html): Render to port.
* Use uncompressed source code for mithril.js.David Thompson2014-08-073-9/+675
| | | | | | * guix-web: Update javascripts. * js/mithril.js: New file. * js/mithril.min.js: Delete it.
* Move Emacs local variables to bottom of file.David Thompson2014-08-071-5/+5
| | | | * guix-web: Move local variable commnents.
* Fix shebang.David Thompson2014-08-071-1/+2
| | | | * guix-web: Fix it.
* Add copyright information to source files.David Thompson2014-08-072-0/+34
| | | | | * guix-web: * js/guix-web.js: Add it.
* README: Add brief usage information.David Thompson2014-08-071-0/+5
| | | | * README.md ("Use"): New section.
* Add AGPL 3.0 license.David Thompson2014-08-072-1/+677
| | | | | * COPYING: New file. * README.md ("Copyright"): Expand licensing information.
* The license is really AGPLv3.David Thompson2014-08-061-1/+1
|
* First commit.David Thompson2014-08-067-0/+8271