]> arthur.barton.de Git - bup.git/commit
Convert 'bup web' directory listing to use tornado templates.
authorJoe Beda <joe@bedafamily.com>
Fri, 23 Jul 2010 07:10:36 +0000 (00:10 -0700)
committerAvery Pennarun <apenwarr@gmail.com>
Fri, 23 Jul 2010 07:19:03 +0000 (03:19 -0400)
commit539ae29a2aa4d3725d14ad885d117498b047726e
tree982e2255e4b92a40d2626755d1896d6492f374c3
parent3666846bc2591e695445d1d98aeeef8c8f01a540
Convert 'bup web' directory listing to use tornado templates.

This includes creating a new idea of a "resource path" that currently sits
under the lib dir. Getting resources is supported with a new helper
(resource_path).

Signed-off-by: Joe Beda <joe@bedafamily.com>
Makefile
cmd/web-cmd.py
lib/bup/helpers.py
lib/web/list-directory.html [new file with mode: 0644]
main.py