summaryrefslogtreecommitdiff
path: root/guix-web/view.scm
Commit message (Expand)AuthorAgeFilesLines
* Extract HTML and JSON views to separate modules.David Thompson2015-01-301-241/+0
* package: Add %all-packages.David Thompson2015-01-301-1/+1
* Add generations view.David Thompson2014-10-161-1/+25
* librejs: Render full path to file on weblabels page.David Thompson2014-10-151-1/+1
* Render footer on client instead of server.David Thompson2014-10-151-36/+17
* js: Break package components into model/view/controller files.David Thompson2014-10-151-1/+3
* Restructure JavaScript files.David Thompson2014-10-151-3/+6
* view: Fix 'format' warning.David Thompson2014-10-121-0/+1
* Use unquote-splicing feature of guile-json 0.4.0.David Thompson2014-08-161-21/+15
* Make logo link to package list.David Thompson2014-08-131-1/+2
* Add javascript record type.David Thompson2014-08-131-15/+31
* Add column sorting to package table.David Thompson2014-08-131-1/+3
* Add copyright and licensing information to page footer.David Thompson2014-08-111-3/+16
* Fix view-package.David Thompson2014-08-091-1/+2
* Add JSON endpoint for a specific package name.David Thompson2014-08-091-29/+51
* Show package inputs when viewing package details.David Thompson2014-08-091-1/+26
* Break guix-web script into many modules.David Thompson2014-08-071-0/+156