summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* js: Add form-control class to search input.David Thompson2014-08-071-12/+9
| | | | * js/guix-web.js (guix.view): Add it.
* js: Apply search terms to package synopsis.David Thompson2014-08-071-1/+2
| | | | | * js/guix-web.js (guix.controller.doSearch): Test regexp against package synopsis.
* Add LibreJS weblabels page.David Thompson2014-08-071-3/+31
| | | | | | | * guix-web (javascripts): Use absolute paths. (run-route): Add weblabels route. (all-packages): Add js license information link. (weblabels): New procedure.
* Render JSON directly to client port.David Thompson2014-08-071-2/+2
| | | | * guix-web (render-json): Output to port instead of string.
* 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