]> arthur.barton.de Git - bup.git/commit
Enable static resources. Move css to external file.
authorDavid Roda <davidcroda@gmail.com>
Tue, 14 Sep 2010 01:09:13 +0000 (21:09 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 22 Sep 2010 01:57:59 +0000 (18:57 -0700)
commit9fce16ff68357c6b41bed94c5be2ed985dccb9d7
tree2967337e65a221822bf6b82fb7b31d519be54679
parent91eb5521829376b4ee4e5cb872965583336d7416
Enable static resources. Move css to external file.

Add to the settings variable in web-cmd.py to set
/web/static to be servced as static resources.  This is for
css, javascript, and images.

Move the current styles from the head to static/css/styles.css.
Remove a few unnecessary styles and change the tab stop
to 4 spaces to match the rest of the code.

Add to Makefile to copy new directory structure.

Signed-off-by: David Roda <davidcroda@gmail.com>
Makefile
cmd/web-cmd.py
lib/web/list-directory.html
lib/web/static/styles.css [new file with mode: 0644]